added first true commit
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
```tasks
|
||||
not done
|
||||
no due date
|
||||
no scheduled date
|
||||
no start date
|
||||
has tags
|
||||
tags does not include #someday
|
||||
```
|
||||
|
||||
Executable
+14
@@ -0,0 +1,14 @@
|
||||
> [!warning] Overdue
|
||||
```tasks
|
||||
not done
|
||||
happens before today
|
||||
```
|
||||
|
||||
|
||||
```tasks
|
||||
not done
|
||||
happens on or after today
|
||||
group by happens
|
||||
sort by happens
|
||||
sort by description
|
||||
```
|
||||
Executable
+9
@@ -0,0 +1,9 @@
|
||||
|
||||
```tasks
|
||||
not done
|
||||
no due date
|
||||
no scheduled date
|
||||
no start date
|
||||
no tags
|
||||
```
|
||||
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
```tasks
|
||||
not done
|
||||
tags include someday
|
||||
```
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
```tasks
|
||||
not done
|
||||
happens on or before today
|
||||
group by tags
|
||||
sort by description
|
||||
```
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
```tasks
|
||||
not done
|
||||
happens after today
|
||||
group by happens
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user