2020-10-26 14:55:40 +00:00
|
|
|
# Zettelkasten.nvim
|
|
|
|
|
2020-10-26 18:32:27 +00:00
|
|
|
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?)
|