How can I query all the unfinished tasks in this page? #990
-
I always have a large project task page with hundreds of tasks in a single page. How can I make a query on gathering all the tasks I did not complete in this page? If I can use the query in a template, it would be much better. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @yuiasora1024
Using the
IMPORTANT: If you rename any part of the location that is in the
I use this in the Templater plugin, to see all tasks in all files in the current note's folder and sub-folders: (Edited - I initially pasted in the wrong file)
There's a lot extra going on - but you can take the Here is a minimal version:
|
Beta Was this translation helpful? Give feedback.
-
There is now a documentation page covering this: "How to get all tasks in the current file" At the time of writing, it still involves dataview, but this page will be updated when/if there is a built-in way to do it in Tasks. |
Beta Was this translation helpful? Give feedback.
There is now a documentation page covering this:
"How to get all tasks in the current file"
https://obsidian-tasks-group.github.io/obsidian-tasks/how-to/get-tasks-in-current-file/
At the time of writing, it still involves dataview, but this page will be updated when/if there is a built-in way to do it in Tasks.