Hi, thanks for maintaining this plugin.
The current README documents <leader> support:
let mapleader = ","
nmap <leader>f :nohl<CR>
nmap <leader>w :obcommand editor:save-file<CR>
I tried installing the latest published version through Obsidian/BRAT, but the latest release is still 0.10.2 from 2024-11-03. That release's main.js does not appear to include the parseLeaderDirective / substituteLeader implementation from master, so let mapleader = "," is passed through to CodeMirror Vim and fails with a "not an editor command" error.
Would you consider publishing a new release that includes the current master changes, especially the <leader> key support?
Thanks.
Hi, thanks for maintaining this plugin.
The current README documents
<leader>support:I tried installing the latest published version through Obsidian/BRAT, but the latest release is still
0.10.2from 2024-11-03. That release'smain.jsdoes not appear to include theparseLeaderDirective/substituteLeaderimplementation frommaster, solet mapleader = ","is passed through to CodeMirror Vim and fails with a "not an editor command" error.Would you consider publishing a new release that includes the current
masterchanges, especially the<leader>key support?Thanks.