KevinBatdorf / obsidian-raycast

Raycast extension with commands for the note taking app Obsidian.
MIT License
106 stars 19 forks source link

Feature Request: Open today's daily note #11

Closed ankushg closed 2 years ago

marcjulianschwarz commented 2 years ago

Could you please describe what you mean with opening todays daily note?

How am I supposed to find the daily note, does it have a special name format (different from the other notes)? The same thing for #12.

ankushg commented 2 years ago

That's a great question.

The location/name of daily notes can be customized, but Obsidian has a built-in command called Daily notes: Open today's daily note

Maybe the better approach would be to allow folks to define custom commands that point to an obsidian:// URI. That way folks can add custom obsidian commands to Raycast using one/more of:

marcjulianschwarz commented 2 years ago

Thank you for the detailed answers.

I will try to think of a nice way to implement this and will let you know when I came up with a solution. The details your provided will definitely help.

marcjulianschwarz commented 2 years ago

Hey @ankushg,

just implemented the Daily Note command which will open the daily note or create a new one and open it when it doesn't exist yet. See commit 419e22a5e4e9c732f919fc40004739210c1dfcd1.

Will let you know when the update is available, but you can already install it from this repository if you like.