zettelkasten.nvim/README.md

21 lines
632 B
Markdown
Raw Normal View History

2020-10-26 14:55:40 +00:00
# Zettelkasten.nvim
To develop / debug:
start neovim with `nvim --cmd "set rtp+=$(pwd)" .` to automatically load the files in project dir as if they were on path
2020-10-26 14:55:40 +00:00
## TODO
* [ ] go to zettel
* [ ] create new zettel
* create link (md / wiki)
* create anchor *
* [ ] backlinks (via rg for filename anchor?)
* \*anchor creation
* *must* be unique
* 10 digits, usually current date+time (YYMMDDHHmm)
* but, if multiple links created within one minute (or other circumstances), this would duplicate
* thus, duplicate-check before creating a new anchor
* if duplicated, generate first *non*-duplicated link (recursive?)