Files
bramses-highly-opinionated-…/Calendar/Quarterly/2022-Q4.md
2022-12-12 23:34:00 -06:00

23 lines
441 B
Markdown

# What are your overall goals for this quarter?
# How do these goals affect your life vision (keep the end in mind)?
# 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"
```