-
Hello, Currently, I am using QuickAdd capture to capture a Task to a specific section using the Tasks prompter, see https://obsidian-tasks-group.github.io/obsidian-tasks/advanced/api/#configure-the-quickadd-capture. I want to change that, s.t. captured tasks are added to a callout in my daily template:
The capture is located under no section, only under the title itself (albeit there are other callouts at the top). How do I need to configure the capture so that the tasks end up in the callout? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @floli You can do something like this, which inserts to the line after the callout. This also means the tasks are added to the top of the callout. You should be able to enable For easy copy-paste:
The |
Beta Was this translation helpful? Give feedback.
Hi @floli
You can do something like this, which inserts to the line after the callout. This also means the tasks are added to the top of the callout. You should be able to enable
insert at end
as well.For easy copy-paste:
The
>
is to add it as part of the callout. And the\n
is to create a new line after.