Live data from Hacker News

How I Manage My Random Daily Notes

hachibu.net

1–10 of 196 posts

Re: How I Manage My Random Daily Notes

#2
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 keywords).

Re: How I Manage My Random Daily Notes

#3

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…

That's a very good idea. I might use that for my script. Thanks!

Re: How I Manage My Random Daily Notes

#4
Similar tactic here, has been working extremely well: https://news.ycombinator.com/item?id=22279802

I 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

#5
I just use rednotebook on Linux and it's very good.

I 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

#6
For a long time I had a Zapier setup that did something similar.

v1 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.

Post reply on HN