Skip to content

Commit 39c952e

Browse files
committed
docs: Make other task property heading names in Grouping & Sorting match Filters
1 parent 04ab554 commit 39c952e

File tree

2 files changed

+54
-4
lines changed

2 files changed

+54
-4
lines changed

docs/Queries/Grouping.md

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,21 +56,37 @@ For more information, including adding your own customised statuses, see [[Statu
5656
1. `done`
5757
- The done date of the task, including the week-day, or `No done date`.
5858

59+
> [!released]
60+
>
61+
> - `done` grouping option was introduced in Tasks 1.7.0.
62+
5963
### Due Date
6064

6165
1. `due`
6266
- The due date of the task, including the week-day, or `No due date`.
6367

68+
> [!released]
69+
>
70+
> - `due` grouping option was introduced in Tasks 1.7.0.
71+
6472
### Scheduled Date
6573

6674
1. `scheduled`
6775
- The scheduled date of the task, including the week-day, or `No scheduled date`.
6876

77+
> [!released]
78+
>
79+
> - `scheduled` grouping option was introduced in Tasks 1.7.0.
80+
6981
### Start Date
7082

7183
1. `start`
7284
- The start date of the task, including the week-day, or `No start date`.
7385

86+
> [!released]
87+
>
88+
> - `start` grouping option was introduced in Tasks 1.7.0.
89+
7490
### Created Date
7591

7692
1. `created`
@@ -89,6 +105,8 @@ For more information, including adding your own customised statuses, see [[Statu
89105

90106
## Group by Other Task Properties
91107

108+
### Priority
109+
92110
1. `priority`
93111
- The priority of the task, namely one of:
94112
- `Priority 0: Highest`
@@ -97,24 +115,42 @@ For more information, including adding your own customised statuses, see [[Statu
97115
- `Priority 3: None`
98116
- `Priority 4: Low`
99117
- `Priority 5: Lowest`
118+
119+
> [!released]
120+
>
121+
> - `priority` grouping option was introduced in Tasks 1.11.0.
122+
123+
### Urgency
124+
100125
1. `urgency` ([[Urgency|urgency]])
101126
- Currently, the groups run from the lowest urgency to highest.
102127
- You can reverse this with `group by urgency reverse`.
103128
- In a future release, the default group order will become from the highest urgency to lowest.
129+
130+
> [!released]
131+
>
132+
> - `urgency` grouping option was introduced in Tasks 3.6.0.
133+
134+
### Recurrence
135+
104136
1. `recurring`
105137
- Whether the task is recurring: either `Recurring` or `Not Recurring`.
106138
1. `recurrence`
107139
- The recurrence rule of the task, for example `every week on Sunday`, or `None` for non-recurring tasks.
108140
- Note that the text displayed is generated programmatically and standardised, and so may not exactly match the text in any manually typed tasks. For example, a task with `🔁 every Sunday` is grouped in `every week on Sunday`.
141+
142+
> [!released]
143+
>
144+
> - `recurring` and `recurrence` grouping options were introduced in Tasks 1.11.0.
145+
146+
### Tags
147+
109148
1. `tags`
110149
- The tags of the tasks or `(No tags)`. If the task has multiple tags, it will show up under every tag.
111150

112151
> [!released]
113152
>
114-
> - `start`, `scheduled`, `due` and `done` grouping options were introduced in Tasks 1.7.0.<br>
115-
> - `tags` grouping option was introduced in Tasks 1.10.0.<br>
116-
> - `priority`, `recurring` and `recurrence` grouping options were introduced in Tasks 1.11.0.
117-
> - `urgency` grouping option was introduced in Tasks 3.6.0.
153+
> - `tags` grouping option was introduced in Tasks 1.10.0.
118154
119155
## Group by File Properties
120156

docs/Queries/Sorting.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,24 @@ For more information, including adding your own customised statuses, see [[Statu
7070

7171
## Sort by Other Task Properties
7272

73+
### Description
74+
7375
1. `description` (the description of the task)
76+
77+
### Priority
78+
7479
1. `priority` (priority of the task; "low" is below "none": [[Priority|priorities]])
80+
81+
### Urgency
82+
7583
1. `urgency` ([[Urgency|urgency]])
84+
85+
### Recurrence
86+
7687
1. `recurring` (recurring tasks sort before non-recurring ones: [[Recurring Tasks]])
88+
89+
### Tags
90+
7791
1. `tag` (the description of the task)
7892

7993
## Sort by File Properties

0 commit comments

Comments
 (0)