Skip to content

Capture to callout #437

Answered by chhoumann
floli asked this question in Q&A
Discussion options

You must be logged in to vote

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:

> ```js quickadd
return await this.app.plugins.plugins['obsidian-tasks-plugin'].apiV1.createTaskLineModal();
```\n

The > is to add it as part of the callout. And the \n is to create a new line after.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by floli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants