vault backup: 2022-12-10 23:07:56

This commit is contained in:
Bram Adams
2022-12-10 23:07:56 -06:00
parent 79bf95df14
commit 934c51f510
4 changed files with 61 additions and 12 deletions

View File

@@ -1,6 +1,8 @@
# What are your overall goals for this quarter?
# How do these goals affect your life?
# What projects do you plan on completing?
# Finished Projects
@@ -8,7 +10,7 @@
```dataview
table file.ctime as "finished"
from "_PARA/Archive"
where date(completed) >= (date(now) - dur(84 days))
where date(completed) >= (date(this.file.ctime) - dur(84 days))
where file.name != "Scratchpad"
where file.name != "Kanban"
where file.name != "Archive"