Vinzent03 / obsidian-advanced-uri

Advanced modes for Obsidian URI
MIT License
766 stars 44 forks source link

Editing without opening file #152

Closed Jeromandres closed 4 months ago

Jeromandres commented 10 months ago

Hello

I am looking for a way to open Obsidian through an advanced URI command without changing the focus page in Obsidian (w/o opening the file in front concretely).

Context

In the end, it would mean opening a link with Advanced-URI without changing the current focus open file -- not opening the target file of the command. I did not find a way to do it inside the documentation.

Thank you for your support, regards

Vinzent03 commented 10 months ago

May you try setting the openmode query parameter to silent(https://vinzent03.github.io/obsidian-advanced-uri/concepts/navigation_parameters#open-mode). This should edit the file as described by the writing mode (https://vinzent03.github.io/obsidian-advanced-uri/actions/writing), but not open the file.