Is it possible to get direct string output from the "create task modal" to other plugins like quickadd and templater? #418
Unanswered
NikhilSaini38
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The Tasks plugin does not provide an API to access the modal at the moment. |
Beta Was this translation helpful? Give feedback.
2 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 am trying to implement a quick-add command that takes input for the task and captures it to today's daily note from anywhere in the vault. The problem is, When I trigger create task modal, it writes it directly to the active note even if I try to trigger it from quick-add capture in its format syntax.
Is there any way to get the desired result?
Beta Was this translation helpful? Give feedback.
All reactions