Quarto notes in Vim
Find a file
2025-01-19 11:38:09 +00:00
autoload Syntax highlighting fixes 2025-01-19 11:38:09 +00:00
doc Add completion support 2025-01-16 13:40:48 +00:00
ftdetect Syntax highlighting fixes 2025-01-19 11:38:09 +00:00
plugin Be less pedantic about note filenames to support subdirectories 2025-01-19 11:13:24 +00:00
python3 Be less pedantic about note filenames to support subdirectories 2025-01-19 11:13:24 +00:00
syntax Syntax highlighting fixes 2025-01-19 11:38:09 +00:00
UltiSnips Be less pedantic about note filenames to support subdirectories 2025-01-19 11:13:24 +00:00
.gitignore Add g:mbnotes_rename_on_save 2025-01-11 14:12:01 +00:00
README.md Initial commit 2025-01-11 01:40:02 +00:00

MBNotes

This plugin represents my attempt to incorporate all of my digital notes into Vim. The basis of this foundation is Quarto, which is required for most of this to work. Requires Vim 9.

Installation

This plugin can be installed using whatever plugin installer you so desire. It also depends on quarto-vim, which itself depends on vim-pandoc-syntax. For vim-plug:

    Plug 'vim-pandoc/vim-pandoc-syntax'
    Plug 'quarto-dev/quarto-vim'
    Plug 'maxbucknell/vim-mbnotes'

Licence

Distributed under the Vim Licence. See :help licence