Skip to content

Request a new release for <leader> key support #285

@woodgear

Description

@woodgear

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions