How I Manage My Random Daily Notes
hachibu.net
How I Manage My Random Daily Notes
1–10 of 196 posts
Re: How I Manage My Random Daily Notes
#2Re: How I Manage My Random Daily Notes
#3I'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…
Re: How I Manage My Random Daily Notes
#4I also set it up to auto-create/open my daily-doc in the background when I open a new terminal session, since days that I do that are days that I most want to take notes. It serves as a very good, very minor reminder to actually write something down. And if I don't write anything, I can just delete empty files later with a trivial `find`.
Re: How I Manage My Random Daily Notes
#5I have daily notes, a small calendar to navigate to dates in the past/future, a tag cloud populated with words I've written the most, and a search bar that I don't know how it works but usually finds what I'm looking for.
It's no fancy system but it's immediate, no dumb nerding and dumb wheel reinvention needed.
Re: How I Manage My Random Daily Notes
#6v1 created a templated note in evernote which I eventually enhanced to a more custom solution.
v2 used google cloud print to create a pdf from html and add to my google drive then move it into the Notability folder so I could access it and write on it from the Notability app on my ipad.
I loved this because I could also pull in weather, horoscope, daily calvin and hobbes, news headlines, top gitlab issues for my projects and add them to the html template/pdf. Frequently I'd end up physically printing it.
Re: How I Manage My Random Daily Notes
#7Re: How I Manage My Random Daily Notes
#8$ ls *org | wc -l
87