obsidian/Templates/Weekly Review Template.md
Vadym Samoilenko 3181d0ed88 Add dashboards and updated templates
- 01 Projects/Dashboard.md: live Dataview dashboard (active, recent, by client, stale, production)
- 01 Projects/Projects.base: Obsidian Bases view with 4 layouts (table, by client, active, cards)
- Templates/Daily Template.md: upgraded — added Dataview queries, removed broken Work Tasks link
- Templates/Weekly Review Template.md: new — fractal journaling weekly review with auto-queries

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-14 18:48:12 +01:00

1,014 B

date week type tags
<% tp.date.now("YYYY-MM-DD") %> <% tp.date.now("YYYY-[W]ww") %> review
weekly
review

Week <% tp.date.now("YYYY-[W]ww") %> Review

<% tp.date.now("YYYY-MM-DD") %> | << <% tp.date.now("YYYY-MM-DD", -7) %> | <% tp.date.now("YYYY-MM-DD", 7) %> >>

Projects Touched This Week

TABLE client, status, dateformat(file.mtime, "yyyy-MM-dd HH:mm") AS "Last Updated"
FROM "01 Projects"
WHERE file.mtime >= date("<% tp.date.now("YYYY-MM-DD", -7) %>") AND type != "dashboard"
SORT file.mtime DESC

Sessions This Week

LIST
FROM "99 Daily"
WHERE date >= date("<% tp.date.now("YYYY-MM-DD", -7) %>")
SORT date DESC

Pending Commands

!Pending Commands

Stale Projects to Check

LIST
FROM "01 Projects"
WHERE status = "active" AND file.mtime < date(today) - dur(14 days) AND type != "dashboard"
SORT file.mtime ASC
LIMIT 5

What Shipped?

What Was Friction?

Focus for Next Week

  • <% tp.file.cursor() %>