Skip to content

Global filter tag ignored in tasks list #1008

Answered by claremacrae
lexiconwriter asked this question in Q&A
Discussion options

You must be logged in to vote

So as I understand it, you have enabled the global filter to be #todo.

This means that Tasks queries will only search tasks with that tag present.

So the following will find all tasks with #todo:

```tasks
```

And this will find all non-done tasks with #todo:

```tasks
not done
```

Replies: 1 comment 4 replies

Comment options

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

@claremacrae
Comment options

@lexiconwriter
Comment options

@claremacrae
Comment options

Answer selected by claremacrae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
scope: global filter Anything to do with the global filter
2 participants