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 Nov 26, 2024
1 parent df4f30c commit e7fe81e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
1 change: 1 addition & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ default Obsidian theme.
### Breaking changes

- Removed the deprecated settings for rendering the description, due date, labels, or projects. Please use the `show` property in the query.
- Removed the `group` property in queries. Please use the `groupBy` property instead.

### ✨ Features

Expand Down
17 changes: 0 additions & 17 deletions docs/docs/query-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,23 +97,6 @@ groupBy: project
```
````

### `group`

:::warning

This option is deprecated and will be removed in a future release. Please use `groupBy` instead.

:::

The `group` property controls whether tasks are grouped into projects when rendered.

````
```todoist
filter: "today | overdue"
group: true
```
````

### `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.
Expand Down

0 comments on commit e7fe81e

Please sign in to comment.