vault backup: 2026-04-14 19:19:40

This commit is contained in:
Vadym Samoilenko 2026-04-14 19:19:40 +01:00
parent 0c9c2a14a1
commit f9579fc684
2 changed files with 6 additions and 30 deletions

View file

@ -14,20 +14,6 @@ tags: [daily]
## Notes
## Projects Touched Today
## Today
```dataview
TABLE client, status
FROM "01 Projects"
WHERE dateformat(file.mtime, "yyyy-MM-dd") = this.date
SORT file.mtime DESC
```
## Open Tasks
```dataview
TASK
FROM "01 Projects" OR "02 Areas"
WHERE !completed
LIMIT 10
```
![[Daily.base]]

View file

@ -8,23 +8,13 @@ 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
## 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
```
![[Daily.base#Monthly]]
## Sessions This Month
## Pending Commands
```dataview
LIST
FROM "99 Daily"
WHERE date >= date("<% tp.date.now("YYYY-MM-01") %>")
SORT date DESC
```
![[Pending Commands]]
## What Shipped?
-