mirror of
https://github.com/bramses/bramses-highly-opinionated-vault-2023.git
synced 2025-02-26 07:53:55 +00:00
vault backup: 2022-12-10 22:19:02
This commit is contained in:
20
Templates/Quarterly.md
Normal file
20
Templates/Quarterly.md
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Finished Projects
|
||||
|
||||
```dataview
|
||||
table file.ctime as "finished"
|
||||
from "_PARA/Archive"
|
||||
where date(completed) >= (date(now) - dur(84 days))
|
||||
where file.name != "Scratchpad"
|
||||
where file.name != "Kanban"
|
||||
where file.name != "Archive"
|
||||
where file.name != "Readwise Resources"
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user