Use case or problem
I’m keeping a daily journal and my files are in a structure like this: journal/YYYY/MM/YYYY-MM-DD.md
. Currently, I’m using a custom bash script to create the daily file via Alfred, but it would be awesome to have Obsidian’s daily notes plugin support this natively.
Proposed solution
Allow formatting the “New file location” with year and month. Also the folder would have to be created if needed in case it’s the first entry for the current month. (Currently, when the folder specified in “New file location” does not exist, there will be an error.)
Current workaround (optional)
Using a bash script to create the appropriate file for the day and open it in Obsidian.