mgmeyers / obsidian-zotero-integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero into Obsidian.
GNU General Public License v3.0
1.09k stars 55 forks source link

If obsidian window already open on a linux distro. then running a URI in terminal with certain commands that require input after the command don't work #380

Open adam-coates opened 3 months ago

adam-coates commented 3 months ago

As little suggests. I want to run the following command:

xdg-open "obsidian://advanced-uri?vault=notes&commandname=Zotero%2520Integration%253A%2520Import%2520citation%2520notes" This pops open a dialogue that searches for an article and then should create a new note with the annotations made from the Zotero app.

On linux this uri command only works if obsidian is closed already. Otherwise the uri doesn't work and obsidian hangs after typing in the required options in the popup window and continuously waits for the input from the pop-up dialogue window.

Not sure if this is related to this plugin or the quirkiness of xdg-open on Linux