vault backup: 2022-12-11 01:15:17

This commit is contained in:
Bram Adams
2022-12-11 01:15:17 -06:00
parent 934c51f510
commit 41c0b6be1a
46 changed files with 31662 additions and 141 deletions

View File

@@ -1 +1,22 @@
example quarter!
# 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 != "Readwise Resources"
```