bundle/vim-zettelkasten/README.md
<!-- vim-markdown-toc GFM --> <!-- vim-markdown-toc -->vim-zettelkasten is a Zettelkasten note taking plugin, which is forked from zettelkasten.nvim@fe174666.
vim-zettelkasten in SpaceVim:[[layers]]
name = 'zettelkasten'
zettel_dir = 'D:\me\zettelkasten'
zettel_template_dir = 'D:\me\zettelkasten_template'
vim-zettelkasten without SpaceVim:Plug 'wsdjeg/vim-zettelkasten'
let g:zettelkasten_directory = 'D:\me\zettelkasten'
let g:zettelkasten_template_directory = 'D:\me\zettelkasten_template'
Commands:
| Command | description |
|---|---|
:ZkNew | create new note |
:ZkBrowse | list note in browser window |
:ZkListTags | filter tags in telescope |
:ZkListTemplete | filte note templates in telescope |
:ZkListNotes | filte note title in telescope |
Key bindings in browser window:
| key bindings | description |
|---|---|
F2 | open zettelkasten tags sidebar |
<LeftRelease> | filter notes based on cursor tag |
gf | open the note |
Ctrl-l | clear tags filter pattarn |
Ctrl-] / K | preview note in vim preview-window |
[I | list references in quickfix-window |
The development of this plugin is in SpaceVim/bundle/vim-zettelkasten directory.
If you encounter any bugs or have suggestions, please file an issue in the issue tracker