Page 1 of 1

Obsidian URL in FastKeys

Posted: Jan 26th, ’25, 21:50
by roze
I would like to create a new menu item that will launch obsidian.exe and what parameter will accept the "obsidian url" that points to a specific Obsidian document.

From the CMD prompt it works for me
Obsidian.exe "obsidian://open?vault=my_vault&file=05%20PKM%20p%2F05_Kardio"

in Windows it is a file -> ....\my_vault\05 PKM p\05_Kardio.md

I'm not able to rewrite Obsidian URL syntactically correct for FastKeys.

Re: Obsidian URL in FastKeys

Posted: Jan 28th, ’25, 21:27
by Marko
Try

Obsidian.exe "obsidian://open?vault=my_vault&file=05 PKM p\05_Kardio.md"
or
Obsidian.exe "obsidian://open?vault=my_vault&file=05`%20PKM`%20p`%2F05_Kardio"

Re: Obsidian URL in FastKeys

Posted: Jan 29th, ’25, 13:33
by roze
The second variant works.
Thanks for your help.