Make capture and template part of API #771
agustinvalencia
started this conversation in
Ideas
Replies: 0 comments
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 mostly manage my automations via js macros, as it is easier to version control them in a common repo.
But when it comes to capture and creating template the only alternative available is via
executeChoice
which forces me to use the UI to create such and then it doesn't fit in my automation repo. Alternatively, I have to go directly to the obsidian api and have to deal with theworkspace
orvault
objects and then replacing/adding text feels like writing a plugin on my own.Would it be possible to expose such quickadd actions (capture and template) to the "public" api, or maybe allow a way to define them in a programatically way?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions