You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
17
17
- You can now sort tasks alphabetically by name using `alphabetical` or `alphabeticalDescending` in the sorting field
18
18
- You can now provide 'time' to the show field on a query. This will only render the time of the task (unless the end of the task is on a different day than the start).
19
+
- You can now provide 'section' to the show field on a query to display only the section name for tasks in sections.
Copy file name to clipboardExpand all lines: docs/docs/query-blocks.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,8 +125,15 @@ The possible values are:
125
125
-`deadline`: render the deadline of the task
126
126
-`description`: render the description of the task
127
127
-`project`: render the project (and section, if applicable) of the task
128
+
-`section`: render only the section name of the task (if the task has a section)
128
129
-`labels`: render the labels of the task
129
130
131
+
:::note
132
+
133
+
If both `project` and `section` are specified, only `project` will be shown to avoid redundancy. The `project` option already includes section information when available.
0 commit comments