Hi, all—just getting my feet wet with org-roam
. Thanks for creating something so wonderful.
I’ve used org-mode
for a few years and am intrigued by both zettelkasten and Roam Research but don’t really have experience with either.
My question: what best practices are there for adding content to daily notes?
In particular, I currently have a capture template for org-mode
that sets up a daily note that gets dumped into a date tree with slots for a gratitude journal, making a plan for the day, collecting random notes, and a brief daily review. I create the entire day’s template at the beginning of the day and then fill it in as I go along. This template is a few dozen lines of text, so I maintain it in a template file (i.e. instead of something like "%?"
, the template definition is (file "path/to/template.org")
).
It looks like I could replicate something along these lines with a really complex :head
tag in a org-roam-dailies-capture-templates
entry, but that feels a bit kludgy. I’m wondering if the recommended practice would be to:
- use a template file (tried this, but I keep getting errors about using the wrong argument type)
- factor each item (i.e. gratitude journal entry, daily plan, daily review, etc.) into a separate capture template; OR
- put these kinds of things somewhere else (this isn’t really what people are discovering to be the best use for dailies; OR
- Something else entirely
I realize any one of these probably could work, but I’m interested in best practices here regarding how to add to dailies and really, any sorts of developing best practices for using dailies. Thanks!