I want to display all tasks but only on a specific folder #436
Answered
by
schemar
playANDcode
asked this question in
Q&A
-
The code above (as what the documentation says) displays every opened tasks lists anywhere in the vault What I want to do: I just want to display every tasks in a certain folder, not every folder in the vault |
Beta Was this translation helpful? Give feedback.
Answered by
schemar
Dec 4, 2021
Replies: 1 comment 4 replies
-
You can filter query results by path. See here: https://schemar.github.io/obsidian-tasks/queries/filters/#file-path So you would do something like
If „foldername“ is not unique, you can use the full path from the root with |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
schemar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can filter query results by path. See here: https://schemar.github.io/obsidian-tasks/queries/filters/#file-path
So you would do something like
If „foldername“ is not unique, you can use the full path from the root with
/
as directory separators (path/to/folder
).