Ask HN: What is your strategy for organizing your files or notes?
How do you organize your directories, files, notes, etc.? For example, how do you use Mac tags (colors) to label your files?
If a method of organization has improved your efficiency, please share with us!
6 comments
[ 2.9 ms ] story [ 24.0 ms ] threadNotes: VimWiki. I prefer all my thoughts in plain text, I love OneNote and Evernote but can't stand the thought of loosing my years worth of notes to propriety software. My wiki is structured the same as my file system, with as few directories as possible.
The only part I wasn't happy with was search. So I have built my own local search engine. It treats the first line of a Markdown file as a line of tags that I can search for. It takes advantages of Markdown syntax (e.g. words in headlines get a scoring boost) and it can also open files in my editor, integrating quite well in my daily work flow.
It's on Github if interested: https://github.com/BernhardWenzel/markdown-search
I find the searchability of OneNote good for hunting down that one thing I saw when I fucked up the setup of something. I prefer handwritten notes for expressing thoughts and stream of consciousness.