vim-markdownfootnotes icon indicating copy to clipboard operation
vim-markdownfootnotes copied to clipboard

Insert Extended Markdown Footnotes in Vim

Results 10 vim-markdownfootnotes issues
Sort by recently updated
recently updated
newest added

By default, this plugin hijacks `f` and `r` in normal mode _and_ insert mode. The insert mode mapping makes this plugin unusable for anyone who has for instance has ``...

The lack of any license on this code may prevent it from being used in some contexts. Please consider adding one.

I've been waiting for the repository rebase (#5) to happen before opening this, but that time has come. In the process of integrating various peoples' contributions, I noticed in @Konfekt's...

I find the editing in split screen functionality very useful, but vim-markdownfootnotes currently only supports creating new footnotes. It would be convenient to also be able to edit existing footnotes....

Currently, the default mapping for `AddVimFootnote` is: ```vim nnoremap AddVimFootnote :call markdownfootnotes#VimFootnotes('a') inoremap AddVimFootnote :call markdownfootnotes#VimFootnotes('a') ``` As a result, when the cursor is in the position where we want...

I spent quite a while figuring out why Vim didn't recognise any of the commands this plugin uses until I realised they only work if the current file has the...

The new auto-counter calculator –while arguably much more useful out of the box– does actually clobber some more customized workflows. In particular the ability to keep separate counters per footnote...

For some reason in my setup (Neovim) only one case actually works. No matter whether I set `alpha` or `Alpha`, I always get lower case lettering, and no matter whether...

Related to #4 but along slightly different lines, there are some other plain text footnote syntaxs out there that could easily be supported by detecting the file types. (Note this...

It see some forks have tweaked the footnote style to their own preference or those used by other Markdown processors (e.g. `[^fn1]`). I strongly feel this plugin should default to...