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/Queries/Grouping.md
+40-4Lines changed: 40 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,21 +56,37 @@ For more information, including adding your own customised statuses, see [[Statu
56
56
1.`done`
57
57
- The done date of the task, including the week-day, or `No done date`.
58
58
59
+
> [!released]
60
+
>
61
+
> -`done` grouping option was introduced in Tasks 1.7.0.
62
+
59
63
### Due Date
60
64
61
65
1.`due`
62
66
- The due date of the task, including the week-day, or `No due date`.
63
67
68
+
> [!released]
69
+
>
70
+
> -`due` grouping option was introduced in Tasks 1.7.0.
71
+
64
72
### Scheduled Date
65
73
66
74
1.`scheduled`
67
75
- The scheduled date of the task, including the week-day, or `No scheduled date`.
68
76
77
+
> [!released]
78
+
>
79
+
> -`scheduled` grouping option was introduced in Tasks 1.7.0.
80
+
69
81
### Start Date
70
82
71
83
1.`start`
72
84
- The start date of the task, including the week-day, or `No start date`.
73
85
86
+
> [!released]
87
+
>
88
+
> -`start` grouping option was introduced in Tasks 1.7.0.
89
+
74
90
### Created Date
75
91
76
92
1.`created`
@@ -89,6 +105,8 @@ For more information, including adding your own customised statuses, see [[Statu
89
105
90
106
## Group by Other Task Properties
91
107
108
+
### Priority
109
+
92
110
1.`priority`
93
111
- The priority of the task, namely one of:
94
112
-`Priority 0: Highest`
@@ -97,24 +115,42 @@ For more information, including adding your own customised statuses, see [[Statu
97
115
-`Priority 3: None`
98
116
-`Priority 4: Low`
99
117
-`Priority 5: Lowest`
118
+
119
+
> [!released]
120
+
>
121
+
> -`priority` grouping option was introduced in Tasks 1.11.0.
122
+
123
+
### Urgency
124
+
100
125
1.`urgency` ([[Urgency|urgency]])
101
126
- Currently, the groups run from the lowest urgency to highest.
102
127
- You can reverse this with `group by urgency reverse`.
103
128
- 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
+
104
136
1.`recurring`
105
137
- Whether the task is recurring: either `Recurring` or `Not Recurring`.
106
138
1.`recurrence`
107
139
- The recurrence rule of the task, for example `every week on Sunday`, or `None` for non-recurring tasks.
108
140
- 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
+
109
148
1.`tags`
110
149
- The tags of the tasks or `(No tags)`. If the task has multiple tags, it will show up under every tag.
111
150
112
151
> [!released]
113
152
>
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.
0 commit comments