Skip to content

Commit 6e2f0a3

Browse files
committed
docs: Add new dependency instructions and fields to Quick Reference
1 parent 5f851d4 commit 6e2f0a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/Quick Reference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ This table summarizes the filters and other options available inside a `tasks` b
4343
| `description (includes, does not include) <string>`<br>`description (regex matches, regex does not match) /regex/i` | `sort by description` | | | `task.description`<br>`task.descriptionWithoutTags` |
4444
| `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` |
4545
| | | | | `task.originalMarkdown` |
46+
| **[[Task Dependencies]]** | | | | |
47+
| `is blocking` | | | `hide id` | `task.id` |
48+
| `is not blocked` | | | `hide blocked by` | `task.blockedBy` |
4649
| **[[About Scripting\|Scripting]]** | | | | |
4750
| `filter by function` | `sort by function` | `group by function` | | |
4851
| **[[Combining Filters]]** | | | | |

0 commit comments

Comments
 (0)