Skip to content

Commit

Permalink
docs: Add 'show tree' to the 'Quick Reference' page
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Oct 26, 2024
1 parent af82ba2 commit 4b4e374
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Quick Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ This table summarizes the filters and other options available inside a `tasks` b
| **[[Filters#Description\|Description]]**, **[[Filters#Tags\|Tags]]** and other odds and ends | | | | |
| `description (includes, does not include) <string>`<br>`description (regex matches, regex does not match) /regex/i` | `sort by description` | | | `task.description`<br>`task.descriptionWithoutTags` |
| `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` |
| | | | `show tree` | |
| | | | | `task.originalMarkdown` |
| | `sort by random` | | | |
| **[[About Scripting\|Scripting]]** | | | | |
Expand Down

0 comments on commit 4b4e374

Please sign in to comment.