Question: Integration with QuickAdd Macros
Closed this issue · 3 comments
Is it possible to combine your plugin with the capability of running macros assigned in QuickAdd plugins? I have quite a few and would like to use some via a button. Thank you for the advice.
Is it possible for you to use something like the Advanced URI plugin to execute your macros?
See: chhoumann/quickadd#451 (comment)
And: https://github.com/chrisgurney/obsidian-note-toolbar/wiki/How-to-get-a-URI-with-Advanced-URI
If so, you can then use the URI in a URI toolbar item.
Let me know if that helps!
Works!
Thank you very much for the quick and perfect response. I really like your Obsidian plugin. Once I've learned how to use it properly, I'll be very happy to write a review. Thanks.
Additionally to @chrisgurney approach: you can use a QuickAdd choice as a ordinary command using the Command
type on Note Toolbar.
To do this, on QuickAdd choices list you have to enable the thunder
icon on right of every choice that you have.
This way you can run a QuickAdd Macro as an obsidian command from command palette QuickAdd: your macro name here