Skip to content

Commit 337e401

Browse files
authored
docs: Improve readability of columns in Quick Reference (#830)
By separating Sort and Group in to different columns, it is easier to spot the gaps in functionality. This required combing the Filter and Presence/Absence columns instead in to a single Filters column.
1 parent e9d2cf0 commit 337e401

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

docs/quick-reference/index.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,26 @@ has_toc: false
1414

1515
This table summarizes the filters and other options available inside a `tasks` block.
1616

17-
| [Filter][1] | Presence<br>Absence | [Sort][2]<br>[Group][3] | [Display][4] |
18-
| ---------------------------------------------------------------------------------- | -------------------------------------------- | ------------------------------------------- | ---------------------- |
19-
| `done`<br>`not done` | | `sort by status`<br>`group by status` | |
20-
| `done (before, after, on) <date>` | `has done date`<br>`no done date` | `sort by done`<br>`group by done` | `hide done date` |
21-
| `starts (before, after, on) <date>` | `has start date`<br>`no start date` | `sort by start`<br>`group by start` | `hide start date` |
22-
| `scheduled (before, after, on) <date>` | `has scheduled date`<br>`no scheduled date` | `sort by scheduled`<br>`group by scheduled` | `hide scheduled date` |
23-
| `due (before, after, on) <date>` | `has due date`<br>`no due date` | `sort by due`<br>`group by due` | `hide due date` |
24-
| `happens (before, after, on) <date>` | `has happens date`<br>`no happens date` | | |
25-
| `is recurring`<br>`is not recurring` | | | `hide recurrence rule` |
26-
| `priority is (above, below)? (low, none, medium, high)` | | `sort by priority` | `hide priority` |
27-
| | | `sort by urgency` | |
28-
| `path (includes, does not include) <path>` | | `sort by path`<br>`group by path` | |
29-
| | | `group by folder` | |
30-
| | | `group by filename` | |
31-
| `heading (includes, does not include) <string>` | | `group by heading` | |
32-
| | | `group by backlink` | `hide backlink` |
33-
| `description (includes, does not include) <string>` | | `sort by description` | |
34-
| `tag (includes, does not include) <tag>`<br>`tags (include, do not include) <tag>` | | `sort by tag`<br>`sort by tag <tag_number>` | |
35-
| `exclude sub-items` | | | |
36-
| `limit to <number> tasks`<br>`limit <number>` | | | |
17+
| [Filters][1] | [Sort][2] | [Group][3] | [Display][4] |
18+
| ---------------------------------------------------------------------------------------| ------------------------------------------- | --------------------| -----------------------|
19+
| `done`<br>`not done` | `sort by status` | `group by status` | |
20+
| `done (before, after, on) <date>`<br>`has done date`<br>`no done date` | `sort by done` | `group by done` | `hide done date` |
21+
| `starts (before, after, on) <date>`<br>`has start date`<br>`no start date` | `sort by start` | `group by start` | `hide start date` |
22+
| `scheduled (before, after, on) <date>`<br>`has scheduled date`<br>`no scheduled date` | `sort by scheduled` | `group by scheduled`| `hide scheduled date` |
23+
| `due (before, after, on) <date>`<br>`has due date`<br>`no due date` | `sort by due` | `group by due` | `hide due date` |
24+
| `happens (before, after, on) <date>`<br>`has happens date`<br>`no happens date` | | | |
25+
| `is recurring`<br>`is not recurring` | | | `hide recurrence rule` |
26+
| `priority is (above, below)? (low, none, medium, high)` | `sort by priority` | | `hide priority` |
27+
| | `sort by urgency` | | |
28+
| `path (includes, does not include) <path>` | `sort by path` | `group by path` | |
29+
| | | `group by folder` | |
30+
| | | `group by filename` | |
31+
| `heading (includes, does not include) <string>` | | `group by heading` | |
32+
| | | `group by backlink` | `hide backlink` |
33+
| `description (includes, does not include) <string>` | `sort by description` | | |
34+
| `tag (includes, does not include) <tag>`<br>`tags (include, do not include) <tag>` | `sort by tag`<br>`sort by tag <tag_number>` | | |
35+
| `exclude sub-items` | | | |
36+
| `limit to <number> tasks`<br>`limit <number>` | | | |
3737

3838
Other layout options:
3939

0 commit comments

Comments
 (0)