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/How To/How to style buttons.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ This example snippet result in the follow style:
88
88
89
89
## Back to the roots
90
90
91
-
This section shows how to recreate the pre-Tasks X.Y.Z appearance of the Edit button.
91
+
This section shows how to recreate the pre-Tasks 6.0.0 appearance of the Edit button.
92
92
93
93
You can also use your own graphics instead of existing unicode characters, like in [this example CSS snippet](https://github.com/obsidian-tasks-group/obsidian-tasks/blob/main/resources/sample_vaults/Tasks-Demo/.obsidian/snippets/tasks-buttons-svg.css):
Move the older ones down to the top of the comment block below...
14
14
-->
15
15
16
-
-X.Y.Z:
16
+
-6.0.0:
17
17
- Add [[Custom Sorting|custom sorting]].
18
18
- Document the [[Sorting#Default sort order|default sort order]].
19
19
-**Warning**: This release contains some **bug-fixes** to **sorting** and to treatment of **invalid dates**.
20
-
- The changes are detailed in [[breaking changes#Tasks X.Y.Z (19 January 2024)|breaking changes]], even though they are all improvements to the previous behaviour.
20
+
- The changes are detailed in [[breaking changes#Tasks 6.0.0 (19 January 2024)|breaking changes]], even though they are all improvements to the previous behaviour.
21
21
- You may need to update any CSS snippets for the Edit or Postpone buttons: see [[How to style buttons]].
22
22
- 5.6.0:
23
23
- The [[Postponing|postpone]] menu now offers `today` and `tomorrow`.
Copy file name to clipboardExpand all lines: docs/Queries/Sorting.md
+26-26Lines changed: 26 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ However, any `sort by` instructions in queries take precedence over these defaul
53
53
## Custom Sorting
54
54
55
55
> [!released]
56
-
> `sort by function` was introduced in Tasks X.Y.Z.
56
+
> `sort by function` was introduced in Tasks 6.0.0.
57
57
58
58
Tasks provides many built-in sorting options, but sometimes they don't quite do what is wanted by all users.
59
59
@@ -74,7 +74,7 @@ For more information, including adding your own customised statuses, see [[Statu
74
74
> [!Tip]
75
75
> `sort by status.type` gives a much more useful sort order than `sort by status`. See [[#Status Type#]] below.
76
76
77
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by status** is now possible.
77
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by status** is now possible.
78
78
79
79
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.other_properties_task.isDone_docs.approved.md -->
80
80
@@ -94,7 +94,7 @@ sort by function !task.isDone
94
94
> [!released]
95
95
`sort by status.name` was introduced in Tasks 1.23.0.
96
96
97
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by status names** is now possible.
97
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by status names** is now possible.
98
98
99
99
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.statuses_task.status.name_docs.approved.md -->
100
100
@@ -113,7 +113,7 @@ sort by function task.status.name
113
113
> [!released]
114
114
`sort by status.type` was introduced in Tasks 1.23.0.
115
115
116
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by status types** is now possible.
116
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by status types** is now possible.
117
117
118
118
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.statuses_task.status.type_docs.approved.md -->
119
119
@@ -129,7 +129,7 @@ sort by function task.status.type
129
129
130
130
There is no built-in instruction to sort by status symbols.
131
131
132
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by status symbol** is now possible.
132
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by status symbol** is now possible.
133
133
134
134
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.statuses_task.status.symbol_docs.approved.md -->
135
135
@@ -145,7 +145,7 @@ sort by function task.status.symbol
145
145
146
146
There is no built-in instruction to sort by next status symbols.
147
147
148
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by next status symbol** is now possible.
148
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by next status symbol** is now possible.
149
149
150
150
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.statuses_task.status.nextSymbol_docs.approved.md -->
151
151
@@ -168,13 +168,13 @@ When sorting tasks by date, such as with `sort by due`, tasks are sorted in this
168
168
3. Tasks with **no due date** come last.
169
169
170
170
> [!NOTE]
171
-
> Prior to Tasks X.Y.Z, tasks with invalid dates were sorted **after** the tasks with valid dates.
171
+
> Prior to Tasks 6.0.0, tasks with invalid dates were sorted **after** the tasks with valid dates.
172
172
173
173
### Done Date
174
174
175
175
- `sort by done` (the date when the task was done)
176
176
177
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by done date** is now possible.
177
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by done date** is now possible.
178
178
179
179
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.dates_task.done_docs.approved.md -->
180
180
@@ -190,7 +190,7 @@ sort by function task.done.format("dddd")
190
190
191
191
- `sort by due` (the date when the task is due)
192
192
193
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by due date** is now possible.
193
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by due date** is now possible.
194
194
195
195
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.dates_task.due_docs.approved.md -->
196
196
@@ -210,7 +210,7 @@ sort by function task.due.format("dddd")
210
210
211
211
- `sort by scheduled` (the date when the task is scheduled)
212
212
213
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by scheduled date** is now possible.
213
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by scheduled date** is now possible.
214
214
215
215
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.dates_task.scheduled_docs.approved.md -->
216
216
@@ -226,7 +226,7 @@ sort by function task.scheduled.format("dddd")
226
226
227
227
- `sort by start` (the date when the task starts)
228
228
229
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by start date** is now possible.
229
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by start date** is now possible.
230
230
231
231
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.dates_task.start_docs.approved.md -->
232
232
@@ -245,7 +245,7 @@ sort by function task.start.format("dddd")
245
245
> [!released]
246
246
`sort by created` was introduced in Tasks 2.0.0.
247
247
248
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by created date** is now possible.
248
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by created date** is now possible.
249
249
250
250
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.dates_task.created_docs.approved.md -->
251
251
@@ -264,7 +264,7 @@ sort by function task.created.format("dddd")
264
264
> [!released]
265
265
`sort by cancelled` was introduced in Tasks 5.5.0.
266
266
267
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by cancelled date** is now possible, using `task.cancelled`.
267
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by cancelled date** is now possible, using `task.cancelled`.
268
268
269
269
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.dates_task.cancelled_docs.approved.md -->
270
270
@@ -283,7 +283,7 @@ sort by function task.cancelled.format("dddd")
283
283
> [!released]
284
284
`sort by happens` was introduced in Tasks 1.21.0.
285
285
286
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by happens date** is now possible.
286
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by happens date** is now possible.
287
287
288
288
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.dates_task.happens_docs.approved.md -->
289
289
@@ -301,7 +301,7 @@ sort by function task.happens.format("dddd")
301
301
302
302
- `sort by description` (the description of the task)
303
303
304
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by description** is now possible.
304
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by description** is now possible.
305
305
306
306
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.other_properties_task.description_docs.approved.md -->
307
307
@@ -331,7 +331,7 @@ sort by function \
331
331
332
332
### Description without tags
333
333
334
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by description with tags removed** is now possible.
334
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by description with tags removed** is now possible.
335
335
336
336
The value `task.descriptionWithoutTags` returns a copy of the description with all the tags removed, so that you can sort together any tasks whose descriptions differ only by their tags.
337
337
@@ -350,7 +350,7 @@ sort by function task.descriptionWithoutTags
350
350
351
351
- `sort by priority` (priorityofthetask; "low"isbelow"none": [[Priority|priorities]])
352
352
353
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by priority name and number** is now possible.
353
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by priority name and number** is now possible.
354
354
355
355
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.other_properties_task.priorityName_docs.approved.md -->
356
356
@@ -378,7 +378,7 @@ sort by function task.priorityNumber
378
378
379
379
- `sort by urgency` ([[Urgency|urgency]])
380
380
381
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by urgency** is now possible.
381
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by urgency** is now possible.
382
382
383
383
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.other_properties_task.urgency_docs.approved.md -->
384
384
@@ -395,7 +395,7 @@ sort by function reverse task.urgency
395
395
396
396
- `sort by recurring` (recurring tasks sort before non-recurring ones: [[Recurring Tasks]])
397
397
398
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by recurrence** is now possible.
398
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by recurrence** is now possible.
399
399
400
400
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.other_properties_task.isRecurring_docs.approved.md -->
401
401
@@ -424,7 +424,7 @@ For example this query will sort by the second tag found in the description.
424
424
> [!released]
425
425
Tag sorting was introduced in Tasks 1.6.0.
426
426
427
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by tags** is now possible.
427
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by tags** is now possible.
428
428
429
429
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.other_properties_task.tags_docs.approved.md -->
430
430
@@ -458,7 +458,7 @@ sort by function -task.tags.length
458
458
459
459
There is no built-in instruction to sort by the original markdown line.
460
460
461
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by original markdown line** is now possible.
461
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by original markdown line** is now possible.
462
462
463
463
For example, this could be used to extract information from `task.originalMarkdown` that Tasks does not parse, to use for sorting tasks.
464
464
@@ -478,7 +478,7 @@ sort by function task.originalMarkdown
478
478
479
479
- `sort by path` (the path to the file that contains the task)
480
480
481
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by file path** is now possible.
481
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by file path** is now possible.
482
482
483
483
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.file_properties_task.file.path_docs.approved.md -->
484
484
@@ -500,7 +500,7 @@ sort by function task.file.pathWithoutExtension
500
500
501
501
There is no built-in instruction to sort by the top-level folder that contains the task.
502
502
503
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by root folder** is now possible.
503
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by root folder** is now possible.
504
504
505
505
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.file_properties_task.file.root_docs.approved.md -->
506
506
@@ -516,7 +516,7 @@ sort by function task.file.root
516
516
517
517
There is no built-in instruction to sort by the folder that contains the task.
518
518
519
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by folder** is now possible.
519
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by folder** is now possible.
520
520
521
521
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.file_properties_task.file.folder_docs.approved.md -->
522
522
@@ -543,7 +543,7 @@ sort by function task.file.path === query.file.path
543
543
> [!released]
544
544
`sort by filename` was introduced in Tasks 1.21.0.
545
545
546
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by file name** is now possible.
546
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by file name** is now possible.
547
547
548
548
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.file_properties_task.file.filename_docs.approved.md -->
549
549
@@ -568,7 +568,7 @@ sort by function task.file.filenameWithoutExtension
568
568
> [!released]
569
569
`sort by heading` was introduced in Tasks 1.21.0.
570
570
571
-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by heading** is now possible.
571
+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by heading** is now possible.
572
572
573
573
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.file_properties_task.heading_docs.approved.md -->
Copy file name to clipboardExpand all lines: docs/Support and Help/Breaking Changes.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,9 @@ To help users updating across multiple Tasks releases, we collect here links to
41
41
42
42
- The meaning of final backslash (`\`) characters on query lines [[Line Continuations#Appendix Updating pre-5.0.0 searches with trailing backslashes|has changed]].
0 commit comments