I've built a similar system from scratch - also using this Dropbox daily notes file technique - except my script generates folders and sub folders for each year (YYYY) and each month within each year (YYY-MM) whenever I instantiate a file on a certain day. Makes long term management much easier than having thousands of files in one folder. Same grep principles apply (and I use hashtags within my notes to track keywor…
How I Manage My Random Daily Notes
21–30 of 196 posts
Re: How I Manage My Random Daily Notes
#22> The way it works is that every time I run the script, it opens the note for that day in my editor of choice
vimwiki's diary function does that for you under the hood.
Re: How I Manage My Random Daily Notes
#23Re: How I Manage My Random Daily Notes
#24Still the best tree editor I've found. I left emacs for it!
Re: How I Manage My Random Daily Notes
#25Re: How I Manage My Random Daily Notes
#26This allows you to throw extra features in the HTML like searching for files and randomly selecting a note for viewing at your leisure.
Re: How I Manage My Random Daily Notes
#27A nice solution for those that can get by with text-only notes. For storing images I use Microsoft OneNote as more often than not, there is a need to document something with text and images. And search is excellent.
Re: How I Manage My Random Daily Notes
#28Yet-another-note-taking-system that doesn't solve my core problem: I want to browse my notes in chronological order AND in thematic order. i.e. I want to do semantic search and automatic topic grouping. [edit: The use-case I have in mind is you are learning about a topic, and your chronological "research notebook" is also an automatic zettlekasten.]
Re: How I Manage My Random Daily Notes
#29Whenever I copy-paste stuff that might be useful I leave it there. Stuff like stacktraces, class:line_number when I was searching where something happens, links to webpages related to the task.
I was keeping a notepad tab open at all times anyway to keep context when I was doing something (otherwise I forget when I'm back from lunch and have to search again). So this is only making this context permanent and searcheable.
Then when I do something 3 months later and get a stacktrace I vaguely remember or other problem that I can imagine what the keyword would be - I just grep in that directory and find all the context needed, including jira task, commits, all related webpages, etc.
I also write short free-text notes there, but these are usually very short and less important than the copy-pasted stuff.
Re: How I Manage My Random Daily Notes
#30I use paper. Digital notes are great if you need them to be available everywhere, or edit them time and time again, but paper is still significantly better for me. I keep my recipes in Keep and on my personal website, because I often amend them. However I discovered that printed recipes are much more pleasant to use. Likewise, I'd much rather have a dirty notebook to sketch and write on when I'm working in the garage…