vault backup: 2024-09-13 14:01:39

This commit is contained in:
Dane Sabo 2024-09-13 14:01:39 -04:00
parent 2de8a42168
commit 3423ad1a34

View File

@ -12,7 +12,7 @@ where !completed
and status != "-"
and status != " "
and !due
group by file.link
group by tags
```
## Overdue
```dataview
@ -21,7 +21,7 @@ where !completed
and status != "-"
and status != " "
and due < date(today)
group by file.link
group by tags
```
## Next 2 Weeks
```dataview
@ -31,7 +31,7 @@ where !completed
and status != " "
and due > date(today)
and due < date(today) + dur(2 w)
group by file.link
group by tags
```
## On The Horizon
```dataview
@ -40,9 +40,9 @@ where !completed
and status != "-"
and status != " "
and due > date(today) + dur(2 w)
group by file.link
group by tags
```
<mark style="background: #FFB8EBA6;"></mark>
- [<] 📅 2024-09-16
- [<] 📅 2024-09-30
- [<] 📅 2024-09-01