Skip to content

Commit 04ab554

Browse files
committed
docs: Make date order in Grouping and Sorting match Filters
1 parent 1e7157d commit 04ab554

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

docs/Queries/Grouping.md

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

5252
## Group by Dates in Tasks
5353

54-
### Created Date
55-
56-
1. `created`
57-
- The created date of the task, including the week-day, or `No created date`.
54+
### Done Date
5855

59-
> [!released]
60-
`created` grouping option was introduced in Tasks 2.0.0.
56+
1. `done`
57+
- The done date of the task, including the week-day, or `No done date`.
6158

62-
### Start Date
59+
### Due Date
6360

64-
1. `start`
65-
- The start date of the task, including the week-day, or `No start date`.
61+
1. `due`
62+
- The due date of the task, including the week-day, or `No due date`.
6663

6764
### Scheduled Date
6865

6966
1. `scheduled`
7067
- The scheduled date of the task, including the week-day, or `No scheduled date`.
7168

72-
### Due Date
69+
### Start Date
7370

74-
1. `due`
75-
- The due date of the task, including the week-day, or `No due date`.
71+
1. `start`
72+
- The start date of the task, including the week-day, or `No start date`.
7673

77-
### Done Date
74+
### Created Date
7875

79-
1. `done`
80-
- The done date of the task, including the week-day, or `No done date`.
76+
1. `created`
77+
- The created date of the task, including the week-day, or `No created date`.
78+
79+
> [!released]
80+
`created` grouping option was introduced in Tasks 2.0.0.
8181

8282
### Happens
8383

docs/Queries/Sorting.md

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

3939
## Sort by Dates in Tasks
4040

41-
### Created Date
42-
43-
1. `created` (the date when the task was created)
41+
### Done Date
4442

45-
> [!released]
46-
`sort by created` was introduced in Tasks 2.0.0.
43+
1. `done` (the date when the task was done)
4744

48-
### Start Date
45+
### Due Date
4946

50-
1. `start` (the date when the task starts)
47+
1. `due` (the date when the task is due)
5148

5249
### Scheduled Date
5350

5451
1. `scheduled` (the date when the task is scheduled)
5552

56-
### Due Date
53+
### Start Date
5754

58-
1. `due` (the date when the task is due)
55+
1. `start` (the date when the task starts)
5956

60-
### Done Date
57+
### Created Date
6158

62-
1. `done` (the date when the task was done)
59+
1. `created` (the date when the task was created)
60+
61+
> [!released]
62+
`sort by created` was introduced in Tasks 2.0.0.
6363

6464
### Happens
6565

0 commit comments

Comments
 (0)