Skip to content

Commit

Permalink
docs: add example for query options and using callouts (#2447)
Browse files Browse the repository at this point in the history
* Example for query options and using callouts

* Add link to documentation for callouts
  • Loading branch information
Cito authored Nov 23, 2023
1 parent 911b777 commit 7259651
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/Queries/About Queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,24 @@ In Live Preview and Reading modes, this will list *all* tasks from your vault, r
This is probably not what you want.
Therefore, Tasks allows you to set query options to filter the tasks that you want to show.

For instance, you can show only the tasks (from anywhere in the vault) that are due today:

## Due today
```tasks
due today
not done
```

You can create as many task queries as you like, and you can also wrap them into [callouts](https://help.obsidian.md/Editing+and+formatting/Callouts) if you want to style them differently:

> [!check] Due today
> ```tasks
> due today
> not done
> ```

In the following sections we will explain all the various options that are available for querying tasks.

## Tasks Query options

### Searching tasks - Basics
Expand Down

0 comments on commit 7259651

Please sign in to comment.