obsidian-periodic-notes
obsidian-periodic-notes copied to clipboard
Open daily note via Obsidian uri
First, thanks for the periodic notes plugin! I'm using a iOS shortcut to open today's note, but unfortunately it fails if the note does not exist yet. Therefore my feature request:
Let's make it possible to open today's note via Obsidian's URI scheme - similar to the feature request in the forum.
This should be quite simple to implement, because plugins can use registerObsidianProtocolHandler.
I might even find time to get this done, but wanted to check if that's a feature you'd like to support.
I would really like to see this as well.
Would you take a PR on this, @liamcain?
+1 on this feature. Also happy to work on a PR if that's helpful!
Advanced uri plugin and obsidian://advanced-uri?vault=<YOUR VAULT NAME>&commandid=periodic-notes%253Aopen-daily-note
The default param for opening the daily note also works with periodic notes: obsidian://advanced-uri?vault=[VAULT_NAME]&daily=true