Skip to content

Commit 3fc2798

Browse files
committed
docs: Update Quick Reference with blocking and blocked commands
And correct the name of 'hide blocked by' - it is currently called 'hide depends on'
1 parent 788c9d1 commit 3fc2798

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
@@ -20,9 +20,9 @@ This table summarizes the filters and other options available inside a `tasks` b
2020
| | | | | `task.status.nextSymbol` |
2121
| **[[Task Dependencies]]** | | | | |
2222
| `id (includes, does not include) <string>`<br>`id (regex matches, regex does not match) /regex/i`<br>`has id`<br>`no id` | `sort by id` | `group by id` | `hide id` | `task.id` |
23-
| `has blocked by`<br>`no blocked by` | | | `hide blocked by` | `task.blockedBy` |
24-
| `is not blocked` | | | | |
25-
| `is blocking` | | | | |
23+
| `has blocked by`<br>`no blocked by` | | | `hide depends on` | `task.blockedBy` |
24+
| `is blocked`<br>`is not blocked` | | | | |
25+
| `is blocking`<br>`is not blocking` | | | | |
2626
| **[[Filters#Filters for Dates in Tasks\|Dates]]** | | | | |
2727
| `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` |
2828
| `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` |

0 commit comments

Comments
 (0)