vault backup: 2024-09-13 13:05:26

This commit is contained in:
Dane Sabo 2024-09-13 13:05:26 -04:00
parent 15fad709f3
commit cd1d993e6a

View File

@ -8,7 +8,7 @@ tags:
```dataview
TASK
where status != "-"
where !completed and status != "-" and status != " "
group by file.link
```