|
|
|
|
|
by astro_robot
1701 days ago
|
|
I’ve been interested in Zettelkasten for over a year and have tried all of the apps (Obsidian, Notion, pen and paper, etc.) but I still haven’t found a good system for using it. I always feel like it’s either too much information or too little. Any tips? |
|
As for traversing the notes, I picked VSCode (I would have picked Obsidian but it does funny things with front matter that I didn't like, and it lagged a lot on my computer). Primarily because it has extensions that update links automatically when the filepath to a note changes, and for graph view. You can use vim inside VSCode as a text editor. That's all I need really - VSCode to traverse, vim to edit.
What's great about this system is it really does stick strictly to commonmark and YAML usage isn't restricted at all (you don't even have to use the frontmatter if you don't want to), so your notes are completely portable.
Edit: typo