Skip to content

Commit 1e7157d

Browse files
committed
docs: Make date heading names in Grouping & Sorting match Filters
1 parent 9205b0a commit 1e7157d

File tree

2 files changed

+42
-4
lines changed

2 files changed

+42
-4
lines changed

docs/Queries/Grouping.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,41 @@ For more information, including adding your own customised statuses, see [[Statu
5151

5252
## Group by Dates in Tasks
5353

54+
### Created Date
55+
5456
1. `created`
5557
- The created date of the task, including the week-day, or `No created date`.
58+
59+
> [!released]
60+
`created` grouping option was introduced in Tasks 2.0.0.
61+
62+
### Start Date
63+
5664
1. `start`
5765
- The start date of the task, including the week-day, or `No start date`.
66+
67+
### Scheduled Date
68+
5869
1. `scheduled`
5970
- The scheduled date of the task, including the week-day, or `No scheduled date`.
71+
72+
### Due Date
73+
6074
1. `due`
6175
- The due date of the task, including the week-day, or `No due date`.
76+
77+
### Done Date
78+
6279
1. `done`
6380
- The done date of the task, including the week-day, or `No done date`.
81+
82+
### Happens
83+
6484
1. `happens`
6585
- The earliest of start date, scheduled date, and due date, including the week-day, or `No happens date` if none of those are set.
6686

6787
> [!released]
68-
`happens` grouping option was introduced in Tasks 1.11.0.<br>
69-
`created` grouping option was introduced in Tasks 2.0.0.
88+
`happens` grouping option was introduced in Tasks 1.11.0.
7089

7190
## Group by Other Task Properties
7291

docs/Queries/Sorting.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,35 @@ For more information, including adding your own customised statuses, see [[Statu
3838

3939
## Sort by Dates in Tasks
4040

41+
### Created Date
42+
4143
1. `created` (the date when the task was created)
44+
45+
> [!released]
46+
`sort by created` was introduced in Tasks 2.0.0.
47+
48+
### Start Date
49+
4250
1. `start` (the date when the task starts)
51+
52+
### Scheduled Date
53+
4354
1. `scheduled` (the date when the task is scheduled)
55+
56+
### Due Date
57+
4458
1. `due` (the date when the task is due)
59+
60+
### Done Date
61+
4562
1. `done` (the date when the task was done)
63+
64+
### Happens
65+
4666
1. `happens` (the earliest of start date, scheduled date, and due date)
4767

4868
> [!released]
49-
`sort by happens` was introduced in Tasks 1.21.0.<br>
50-
`sort by created` was introduced in Tasks 2.0.0.
69+
`sort by happens` was introduced in Tasks 1.21.0.
5170

5271
## Sort by Other Task Properties
5372

0 commit comments

Comments
 (0)