mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 04:00:03 +08:00
.. | ||
doc | ||
ftdetect | ||
ftplugin | ||
lua | ||
plugin | ||
syntax | ||
test | ||
README.md |
vim-zettelkasten
vim-zettelkasten is a Zettelkasten note taking plugin, which is forked from zettelkasten.nvim@fe174666.
Install
- Using
vim-zettelkasten
in SpaceVim:
[[layers]]
name = 'zettelkasten'
zettel_dir = 'D:\me\zettelkasten'
zettel_template_dir = 'D:\me\zettelkasten_template'
- Using
vim-zettelkasten
without SpaceVim:
Plug 'wsdjeg/vim-zettelkasten'
let g:zettelkasten_directory = 'D:\me\zettelkasten'
let g:zettelkasten_template_directory = 'D:\me\zettelkasten_template'
Usage
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 |
Screenshots
Feedback
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