I had the idea of using tags in the form #date/YYYY/MM/DD, and I think they can be very useful for a number of reasons I’ll elaborate on below. I’m not sure however if this can have any drawback. In fact, I’m somewhat surprised of not having read any post on this topic, which perhaps it is a hint that this is not such a good idea after all.
My point for using dates as tags is:
- I can see in the tag panel a hierarchical tag
#date, which can be expanded/collapsed to show the full date, or only the year/month, or only the year. This allows me to quickly find for example all notes tagged in the same month. - In can attach several “date-tags” to the same note, which is useful when the note is evergreen, and I want to trace the dates in which it was revisited.
- Using the file creation/modification timestamps is not as flexible. Using “date-tags” I can create today a note about something happened the last week, that for whatever reason I forgot to capture then.
- It can replace a “daily note”, if the only purpose of this daily note is to act as an index to gather all notes created the same day (which is my case most of the time)
- Querying tags is fast (because Obsidian indexes them)
- Using dataview it is possible to create “monthly summaries”, or “timelines of interests” and all kind of fascinating stuff.
The main drawback I can think of is the proliferation of tags (one per day), but at least the will not clutter my tag panel, because all are child of the master #date tag.
What do you think about the idea?