I’ve been using Sublime Text 3 to takes notes for several months now.
I keep a folder stored in Dropbox, which gets synchronized across all my systems.
In the “Notes” folder, I have created multiple folders - titled by category, for example:
projects
tasks
work
And in each of these folders, I store notes, titled by the specific type of content.
The notes are all written in markdown with YAML headers.
To search for content, I just use “Find in Files.” My intent was that it would be ‘wiki-ish’, so I could link between documents and view in a web browser, but that really doesn’t work.
Any suggestions how to adjust or improve this technique?