Skip to content

How can I create a Todo page filtered after two tags ? #2311

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

You must be logged in to vote

I would put this in the ToDo file:

# ToDo

## For customers

```tasks
filename includes customer
```

## General

```tasks
NOT (filename includes customer)
```

By using NOT (... ) in the General section you ensure that every task not in a customer file is shown, which is nice and safe.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@user858753257
Comment options

@claremacrae
Comment options

Answer selected by claremacrae
@user858753257
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
scope: filters Additions and modifications to the search filters scope: tags Anything to do with tags, both as `#` and in YAML frontmatter
2 participants