vault backup: 2026-04-14 19:17:00

This commit is contained in:
Vadym Samoilenko 2026-04-14 19:17:00 +01:00
parent 7c846e910d
commit 8b3f0db4ce

View 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() %>