vault backup: 2026-04-14 19:17:00
This commit is contained in:
parent
7c846e910d
commit
8b3f0db4ce
1 changed files with 44 additions and 0 deletions
44
Templates/Monthly Review Template.md
Normal file
44
Templates/Monthly Review Template.md
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
---
|
||||
date: <% tp.date.now("YYYY-MM-DD") %>
|
||||
month: <% tp.date.now("YYYY-MM") %>
|
||||
type: review
|
||||
tags: [monthly, review]
|
||||
---
|
||||
|
||||
# <% tp.date.now("MMMM YYYY") %> — Monthly Review
|
||||
<% tp.date.now("YYYY-MM-DD") %> | << [[<% tp.date.now("YYYY-MM-DD", -30) %>]] | [[<% tp.date.now("YYYY-MM-DD", 30) %>]] >>
|
||||
|
||||
## Projects Active This Month
|
||||
|
||||
```dataview
|
||||
TABLE client, status, dateformat(file.mtime, "yyyy-MM-dd") AS "Last Updated"
|
||||
FROM "01 Projects"
|
||||
WHERE file.mtime >= date("<% tp.date.now("YYYY-MM-DD", -30) %>") AND type != "dashboard"
|
||||
SORT file.mtime DESC
|
||||
```
|
||||
|
||||
## Sessions This Month
|
||||
|
||||
```dataview
|
||||
LIST
|
||||
FROM "99 Daily"
|
||||
WHERE date >= date("<% tp.date.now("YYYY-MM-01") %>")
|
||||
SORT date DESC
|
||||
```
|
||||
|
||||
## What Shipped?
|
||||
-
|
||||
|
||||
## What Got Stuck?
|
||||
-
|
||||
|
||||
## Key Decisions Made
|
||||
-
|
||||
|
||||
## Stats
|
||||
- Sessions:
|
||||
- Projects touched:
|
||||
- New projects started:
|
||||
|
||||
## Focus for Next Month
|
||||
- [ ] <% tp.file.cursor() %>
|
||||
Loading…
Add table
Reference in a new issue