Is there a way of enabling more CodeMirror features in the SilverBullet markdown editor?
I was hoping to use stuff like selectNextOccurrence and allowMultipleSelections.
I can see that a good chunk of functionality has already been exposed via editorSyscalls
(like manipulating lines, folds, and search), but these required support in SB’s core.
What could be the way forward here? Can I do this with Space Lua? Or should I look into writing a Plug?
Thanks!