obsidian-calendar-plugin
obsidian-calendar-plugin copied to clipboard
Let Calendar work with subfolders
Is your feature request related to a problem? Please describe.
My date template for daily notes is YYYY/MM MMM/DD (ddd), and it gives me this:
However, the Calendar plugin outputs it like this:
I think it's counting all notes with the same file name without looking at its folder
Describe the solution you'd like Just let Calendar work with subfolders
Describe alternatives you've considered All notes show up when I don't use subfolders, but as I have a looot of notes, just dumping them all into one folder makes it difficult to navigate via file explorer
Similar issue, when I click on a calendar day when using subfolders of the format YYYY/MMM/DD
, it takes me to the first occurrence of that filename, so if I click the calendar cell for 2022 Aug 22
, it takes me to the first occurrence of a note named 22
. I worked around this with the date format YYYY/YYYY-MM/YYYY-MM-DD
. It's not ideal, but it works for now.
This, it'd make the plugin much better