diff --git a/Templates/Monthly Review Template.md b/Templates/Monthly Review Template.md new file mode 100644 index 0000000..e459d11 --- /dev/null +++ b/Templates/Monthly Review Template.md @@ -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() %> \ No newline at end of file