Skip to content

Commit 13cf047

Browse files
committed
docs: Move dependencies-related instructions closer to top of Quick Reference.md
For visibility
1 parent e65dd75 commit 13cf047

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Quick Reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ This table summarizes the filters and other options available inside a `tasks` b
1818
| `status.type (is, is not) (TODO, DONE, IN_PROGRESS, CANCELLED, NON_TASK)` | `sort by status.type` | `group by status.type` | | `task.status.type`<br>`task.status.typeGroupText` |
1919
| | | | | `task.status.symbol` |
2020
| | | | | `task.status.nextSymbol` |
21+
| **[[Task Dependencies]]** | | | | |
22+
| `is blocking` | | | `hide id` | `task.id` |
23+
| `is not blocked` | | | `hide blocked by` | `task.blockedBy` |
2124
| **[[Filters#Filters for Dates in Tasks\|Dates]]** | | | | |
2225
| `done (on, before, after, on or before, on or after) <date>`<br>`done (in, before, after, in or before, in or after) ...`<br>`... YYYY-MM-DD YYYY-MM-DD`<br>`... (last, this, next) (week, month, quarter, year)`<br>`... (YYYY-Www,YYYY-mm, YYYY-Qq, YYYY)`<br>`has done date`<br>`no done date`<br>`done date is invalid` | `sort by done` | `group by done` | `hide done date` | `task.done` |
2326
| `created (on, before, after, on or before, on or after) <date>`<br>`created (in, before, after, in or before, in or after) ...`<br>`... YYYY-MM-DD YYYY-MM-DD`<br>`... (last, this, next) (week, month, quarter, year)`<br>`... (YYYY-Www,YYYY-mm, YYYY-Qq, YYYY)`<br>`has created date`<br>`no created date`<br>`created date is invalid` | `sort by created` | `group by created` | `hide created date` | `task.created` |
@@ -43,9 +46,6 @@ This table summarizes the filters and other options available inside a `tasks` b
4346
| `description (includes, does not include) <string>`<br>`description (regex matches, regex does not match) /regex/i` | `sort by description` | | | `task.description`<br>`task.descriptionWithoutTags` |
4447
| `has tags`<br>`no tags`<br>`tag (includes, does not include) <tag>`<br>`tags (include, do not include) <tag>`<br>`tag (regex matches, regex does not match) /regex/i`<br>`tags (regex matches, regex does not match) /regex/i` | `sort by tag`<br>`sort by tag <tag_number>` | `group by tags` | `hide tags` | `task.tags` |
4548
| | | | | `task.originalMarkdown` |
46-
| **[[Task Dependencies]]** | | | | |
47-
| `is blocking` | | | `hide id` | `task.id` |
48-
| `is not blocked` | | | `hide blocked by` | `task.blockedBy` |
4949
| **[[About Scripting\|Scripting]]** | | | | |
5050
| `filter by function` | `sort by function` | `group by function` | | |
5151
| **[[Combining Filters]]** | | | | |

0 commit comments

Comments
 (0)