I would like to create links that, when clicked, execute an Obsidian command (eg open today’s note, save to PDF, display the recent files list, etc.) I want this to be a single click on a link rather than having to type CTRL+P, find the command I want, then ENTER.
Somehow I thought Obsidian URIs would let me do this, ie
obsidian://execute?command=SaveToPDF
but that doesn’t seem to be supported. Is there any way to do this currently?