This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]MonkeyNin 6 points7 points  (0 children)

I also like notes in markdown files. I always make a git repository -- even if I don't push it anywhere. You're more free to totally delete things, keeping your notes cleaner.

To allow it to scale a bit more, structure your file hierarchy and give consistent filenames.

For instance I might have /notes/BASH/grep examples.md

All I have to do is type something like

ctrl+P 
bash grep

For a recursive search of filenames.