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
|**[[Filters#Filters for Dates in Tasks\|Status]]** and **[[Filters#Done Date\|done date]]**||||
13
14
|`done`<br>`not done`|`sort by status`|`group by status`||
14
15
|`done (before, after, on) <date>`<br>`done (before, after, in) ...`<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`|
15
16
|`status.name (includes, does not include) <string>`<br>`status.name (regex matches, regex does not match) /regex/i`|`sort by status.name`|`group by status.name`||
16
17
|`status.type (is, is not) (TODO, DONE, IN_PROGRESS, CANCELLED, NON_TASK)`|`sort by status.type`|`group by status.type`||
18
+
|**[[Filters#Filters for Dates in Tasks\|Other dates]]**||||
17
19
|`created (before, after, on) <date>`<br>`created (before, after, in) ...`<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`|
18
20
|`starts (before, after, on) <date>`<br>`starts (before, after, in) ...`<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 start date`<br>`no start date`<br>`start date is invalid`|`sort by start`|`group by start`|`hide start date`|
19
21
|`scheduled (before, after, on) <date>`<br>`scheduled (before, after, in) ...`<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 scheduled date`<br>`no scheduled date`<br>`scheduled date is invalid`|`sort by scheduled`|`group by scheduled`|`hide scheduled date`|
20
22
|`due (before, after, on) <date>`<br>`due (before, after, in) ...`<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 due date`<br>`no due date`<br>`due date is invalid`|`sort by due`|`group by due`|`hide due date`|
|`is recurring`<br>`is not recurring`|`sort by recurring`|`group by recurring`||
23
26
|`recurrence (includes, does not include) <string>`<br>`recurrence (regex matches, regex does not match) /regex/i`||`group by recurrence`|`hide recurrence rule`|
27
+
|**[[Filters#Priority\|Priority]]** and **[[Urgency\|urgency]]**||||
24
28
|`priority is (above, below, not)? (low, none, medium, high)`|`sort by priority`|`group by priority`|`hide priority`|
25
29
||`sort by urgency`|`group by urgency`|`show urgency`|
30
+
|**[[Filters#Filters for File Properties\|File properties]]**||||
26
31
|`path (includes, does not include) <path>`<br>`path (regex matches, regex does not match) /regex/i`|`sort by path`|`group by path`||
27
32
|`root (includes, does not include) <root>`<br>`root (regex matches, regex does not match) /regex/i`||`group by root`||
28
33
|`folder (includes, does not include) <folder>`<br>`folder (regex matches, regex does not match) /regex/i`||`group by folder`||
29
34
|`filename (includes, does not include) <filename>`<br>`filename (regex matches, regex does not match) /regex/i`|`sort by filename`|`group by filename`||
30
35
|`heading (includes, does not include) <string>`<br>`heading (regex matches, regex does not match) /regex/i`|`sort by heading`|`group by heading`||
31
36
|||`group by backlink`|`hide backlink`|
37
+
|**[[Filters#Description\|Description]]** and **[[Filters#Tags\|Tags]]**||||
32
38
|`description (includes, does not include) <string>`<br>`description (regex matches, regex does not match) /regex/i`|`sort by description`|||
33
39
|`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`||
0 commit comments