mirnovov / obsidian-homepage

An Obsidian plugin that opens a specified note, canvas, or workspace on startup, instead of the most recent one.
MIT License
397 stars 19 forks source link

More flexible homepage spec #37

Closed pcause closed 1 year ago

pcause commented 1 year ago

Summary

I want to combime a folder path and moment syntax to specify the homepage

Details

I use the daily notes core plugin. There you can specify the folder for daily notes and the note name. It turns out you can use:

YYYY/MM-MMMM/YYYY-MM-DD

as the note name. This will let it make a directory under the folder for each year, each month and a new page. So if I have a base folder of /stuff/Inbox/DailyNotes I get a hierarchy that looks like:

stuff/

mirnovov commented 1 year ago

This should work fine with the current version of the plugin. Let me know if you have any issues doing this.