Comment by archargelod
12 hours ago
I came to the same conclusion - nothing beats a simple text file.
But I've also built a simple chooser program for multiple todo files and notes. A very simple cli program that does basic fuzzy search over file names.
For example, I can type `mem mov` to open a `movies.note` file in notes directory. If I use a full name with `.note` extension and it doesn't exist - it will create a new note with that name and open it in editor immediately. It makes it easy to create new notes on the fly and open them in a few keystrokes.
For editing I use neovim with auto-save enabled, so I can keep editor open all the time without forgetting to save.
No comments yet
Contribute on Hacker News ↗