Skip to content

Commit

Permalink
docs: update changelog + docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebrynes7 committed Jan 3, 2025
1 parent b5f24f6 commit c9e92c6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Tasks which are marked as recurring in Todoist will now have a icon to indicate this next to the date in the task metadata.
- The refresh button now has a tooltip indicating when the query was last refreshed.
- You can now provide `show: none` in your query to hide all task metadata (project, due date, labels, description).

### 🔁 Changes

Expand Down
13 changes: 12 additions & 1 deletion docs/docs/query-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ groupBy: project

### `show`

The `show` property controls which elements of the task metadata to render. This will override the plugin level settings if provided. If omitted, all task metadata will be rendered.
The `show` property controls which elements of the task metadata to render. If omitted, all task metadata will be rendered.

The possible values are:

Expand All @@ -118,3 +118,14 @@ show:
- project
```
````

You can also set this to `none` to hide all task metadata.

For example:

````
```todoist
filter: "today | overdue"
show: none
```
````

0 comments on commit c9e92c6

Please sign in to comment.