I use Obsidian for Zettelkasten note-taking. Anybody have a system in (Neo)Vim that they use?
I like zk-nvim
i made a community about zettelkasten note taking [email protected]
Same, though i mostly use it directly via the zk cli and pretty much only use zk-nvim for jumping between notes.
Fair enough. I almost exclusively use it through the plugin tbh
If you’re used to markdown in Obsidian, you could look at vimwiki to use a similar syntax in vim. I find it works fairly nicely for standard notetaking, and is a lot faster to start than Obsidian.
I have been preparing for this question.
https://nvim-orgmode.github.io/ is very good and very customisable while keeping consistent and open file file format that allows your notes to be easily stored and read by other apps.
For longer form notes https://github.com/chipsenkbeil/org-roam.nvim/blob/main/DOCS.org can also help while maintaining all the benefits mentioned above.
There is also https://github.com/nvim-neorg/neorg that is trying to create new file format and ecosystem around it. Seems cool, but a bit new imo.
Wiki.vim https://github.com/lervag/wiki.vim
It let’s you create a wiki with links between pages.
Unlike obsidian, it doesn’t put your personal data in the cloud.
Unlike the similarly named vimwiki it doesn’t use a custom file format. It uses markdown. Although I think you can configure vimwiki to use markdown as well, but with reduced functionality of the plugin.
obsidian doesn’t put my files in the cloud… lol
I use syncthing for sync, obsidian sync is optional
Ooh, I don’t know why I assumed that XD
Makes Obsidian way more interesting.