-
-
Notifications
You must be signed in to change notification settings - Fork 71
Description
Please fill out these Check-boxes
- I checked for existing similar feature requests
- I have read the docs and checked that the feature I am requesting is not already implemented
- My feature request consists of only one feature
Is your Feature Request related to a Problem or Annoyance?
I would like to run buttons as templater commands without creating new notes. As a workaround, I use templaterCreateNote and then I put a return; at the end of the templater file, but there are two issues with the method. One is that it often throws a silent error in the console, and the second issue is that it still creates a file in my file navigation and then only removes it when the command is done executing.
Another alternative is to give the templater file a templater hotkey, and then running that via the meta bind button's command button action (seen here) but this is much more setup than having a dedicated feature.
Describe the Feature you'd like
We should have a runTemplaterFile for this purpose to run the templater file without creating a note.
Alternatives
No response
Additional Context
No response