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/Quick Reference.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@ This table summarizes the filters and other options available inside a `tasks` b
18
18
|`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`|
19
19
|||||`task.status.symbol`|
20
20
|||||`task.status.nextSymbol`|
21
+
|**[[Task Dependencies]]**|||||
22
+
|`is blocking`|||`hide id`|`task.id`|
23
+
|`is not blocked`|||`hide blocked by`|`task.blockedBy`|
21
24
|**[[Filters#Filters for Dates in Tasks\|Dates]]**|||||
22
25
|`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`|
23
26
|`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
43
46
|`description (includes, does not include) <string>`<br>`description (regex matches, regex does not match) /regex/i`|`sort by description`|||`task.description`<br>`task.descriptionWithoutTags`|
44
47
|`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`|
45
48
|||||`task.originalMarkdown`|
46
-
|**[[Task Dependencies]]**|||||
47
-
|`is blocking`|||`hide id`|`task.id`|
48
-
|`is not blocked`|||`hide blocked by`|`task.blockedBy`|
49
49
|**[[About Scripting\|Scripting]]**|||||
50
50
|`filter by function`|`sort by function`|`group by function`|||
0 commit comments