vault backup: 2022-12-12 23:05:21

This commit is contained in:
Bram Adams
2022-12-12 23:05:21 -06:00
parent bbb68cbfd5
commit bfe7dc68de
7 changed files with 26 additions and 15 deletions

View File

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