Obsidian URL in FastKeys

Discussion, questions and support.
Post Reply
User avatar
roze
Posts: 29
Joined: Jul 16th, ’24, 20:27

Post by roze » Jan 26th, ’25, 21:50

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.
User avatar
Marko
Posts: 1925
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Jan 28th, ’25, 21:27

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"
User avatar
roze
Posts: 29
Joined: Jul 16th, ’24, 20:27

Post by roze » Jan 29th, ’25, 13:33

The second variant works.
Thanks for your help.
Post Reply