Ensure the folder for current month does not exist
Click on “Open Today’s note”
Expected result
Should be in the format configured
The required folder should be created
Actual result
Is hard-coded as YYYY-MM-DD format
Nothing happens. No error either on the UI. The developer console shows Uncaught (in promise) Error: ENOENT: no such file or directory, open '/Users/aseem/take_away/roam_backup/2020/05/25.md'
So the use case is that I am trying to have my todo manager inside obsidian itself. I write things in the daily notes and use backlinks to track todos of the day.
Now I look ahead a few days as there isn’t a calendar view currently. I am putting them in folder structure so that I can easily see next few days. I guess that should also help with performance when folders are collapsed. I have a journal going back 2010 spread across various apps which I am going to slowly move over. If I have it in flat structure then I guess at some point things will be a real hassle to move around as the file explorer would be completely useless.