Skip to content

I want to display all tasks but only on a specific folder #436

Answered by schemar
playANDcode asked this question in Q&A
Discussion options

You must be logged in to vote

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

```tasks
not done
path includes foldername
```

If „foldername“ is not unique, you can use the full path from the root with / as directory separators (path/to/folder).

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@AnweshGangula
Comment options

@claremacrae
Comment options

@AnweshGangula
Comment options

@claremacrae
Comment options

Answer selected by schemar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants