You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you fo the great workflow. It helps a lot!
I'm using the latest Obsidian (0.14.6) and I had to locate and comment the 2 lines in the workflow code to prevent opening a note twice (immediately and after 3 seconds).
I mean this code:
delay(3.0); // temporary fix for Electron bug (open note twice)
app.openLocation(uri);
I am not sure what bug was there, but right now, this fix looks like a bug :-)
The text was updated successfully, but these errors were encountered:
Hi!
First of all, thank you fo the great workflow. It helps a lot!
I'm using the latest Obsidian (0.14.6) and I had to locate and comment the 2 lines in the workflow code to prevent opening a note twice (immediately and after 3 seconds).
I mean this code:
I am not sure what bug was there, but right now, this fix looks like a bug :-)
The text was updated successfully, but these errors were encountered: