Is there a way to force it to open the file in a new pane? I'm usually viewing my files in obsidian but if they're not already linked in the current file calling them up with a rofi (bash) script to open them. 99% of the time I'd like to see the new file beside the current one, not replacing the current one. Is this possible using your plugin (or any other way you can think of?)
I see a reference to your other plugin "obsidian-shortcuts-for-starred-files" that has that, but not sure if this functionality is also in the obsidian-advanced-uri plugin or not
thank you!
Dave
The text was updated successfully, but these errors were encountered:
Hi, I have this command using your plugin with a bash script that does work to open a file:
xdg-open "obsidian://advanced-uri?vault=${VAULT2}&filename=${FILE4}"Is there a way to force it to open the file in a new pane? I'm usually viewing my files in obsidian but if they're not already linked in the current file calling them up with a rofi (bash) script to open them. 99% of the time I'd like to see the new file beside the current one, not replacing the current one. Is this possible using your plugin (or any other way you can think of?)
I see a reference to your other plugin "obsidian-shortcuts-for-starred-files" that has that, but not sure if this functionality is also in the obsidian-advanced-uri plugin or not
thank you!
The text was updated successfully, but these errors were encountered: