|
|
|
|
|
by TomDavey
909 days ago
|
|
Emacs includes a built-in mode named Org. Org-mode offers both hierarchy and tags. Org does many things, but it's especially accomplished at notetaking. Elisp authors have written package extensions (aka "plug-ins") for Org-mode that provide even more powerful and specialized note-taking. Among the most popular today are org-roam (built on the zettlekasten method) and denote.el. |
|
Also, at least for my use case which is to find random notes I took about stuff 2 years before and that's hidden God knows wheres, I find the way Zim does it to be superior because it allows fuzzy searching on a note basis.
For example: you can't remember how to kill and recreate a new default-vm to fix docker-machine, you search "default vm", and it will find all the files that have both "default" and "vm" in them, even if they're not on the same line.