vault backup: 2024-09-13 13:55:04
This commit is contained in:
parent
da88b80ef7
commit
2de8a42168
@ -33,16 +33,14 @@ where !completed
|
||||
and due < date(today) + dur(2 w)
|
||||
group by file.link
|
||||
```
|
||||
```tasks
|
||||
not done
|
||||
due in today two weeks
|
||||
```
|
||||
## On The Horizon
|
||||
```tasks
|
||||
not done
|
||||
due after two weeks
|
||||
sort by due
|
||||
group by folder
|
||||
```dataview
|
||||
TASK
|
||||
where !completed
|
||||
and status != "-"
|
||||
and status != " "
|
||||
and due > date(today) + dur(2 w)
|
||||
group by file.link
|
||||
```
|
||||
|
||||
- [<] 📅 2024-09-16
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user