Closed raphaelhuleux closed 3 years ago
Hi,
this behavior is actually intentional to show the note's location in the file explorer. However, I can see that this would be annoying when you are keeping your file explorer hidden.
I have included an option to turn that off, will be included in the next release.
in the meantime, you can simply remove these lines of code from the field labelled "reveal in Obsidian's file explorer" at the very bottom of the workflow to turn that feature off until the next version
tell application "Obsidian"
open location "obsidian://advanced-uri?&commandid=obsidian-collapse-all-plugin%253Acollapse-all-collapse"
delay 0.2
open location "obsidian://advanced-uri?&commandid=file-explorer%253Areveal-active-file"
end tell
Thank you very much for your quick answer and a very helpful workflow! On 30 Sep 2021, 21.51 +0200, pseudometa @.***>, wrote:
Hi, this behavior is actually intentional to show the note's location in the file explorer. However, I can see that this would be annoying when you are keeping your file explorer hidden. I have included an option to turn that off, will be included in the next release. in the meantime, you can simply remove these lines of code from the field labelled "reveal in Obsidian's file explorer" at the very bottom of the workflow to turn that feature off until the next version tell application "Obsidian" open location "obsidian://advanced-uri?&commandid=obsidian-collapse-all-plugin%253Acollapse-all-collapse" delay 0.2 open location "obsidian://advanced-uri?&commandid=file-explorer%253Areveal-active-file" end tell — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
btw, this has been fixed since version 2.0 of the workflow. :)
Hey,
When searching for a file and opening it with the Workflow, it also reactivates the left pane (which I usually keep hidden). Is there any way to deactivate this?
Including the log