Solved: invoking templater commands through advanced uri may causes slowdows #187
imed-ghomari
started this conversation in
Debugging and testing
Replies: 1 comment 11 replies
-
What operating system and shell are you using? If you don't know the shell, here are instructions how you can find it out. If the shell happens to be PowerShell, then there is unfortunately always some delay (1 - 2 seconds) when executing a shell command. I don't know of a way to fix it. But if you use some other shell, then there might be some other reason. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using this templater script to update a counter metadata for some files
It is invoked with advanced obsidian uri plugin like this
open "obsidian://advanced-uri?vault=obsidian&commandid=templater-obsidian%253A%2523%2520obsidian%252Ftemplates%252Ftest.md"
I'm using the
After switching the active pane
event, but now, I'm noticing a slowdown when switching panes. I tested the script using templater only or though advanced uri plugin, and it's very fast.Likewise, I tried executing the command manually with SC, and still the same delay. What's causing this in your opinion ?
Beta Was this translation helpful? Give feedback.
All reactions