vault backup: 2026-02-11 16:45:56
This commit is contained in:
@@ -8,13 +8,12 @@ journal-end-date: 2026-02-15
|
||||
```
|
||||
|
||||
## Routinen der Woche
|
||||
|
||||
```dataview
|
||||
TABLE WITHOUT ID
|
||||
file.link as Datum,
|
||||
choice(meditation = true, "✅", "❌") as Meditation,
|
||||
choice(pushUps >= 10, "✅", "❌") as Liegestütz,
|
||||
choice(plank >= 120, "✅", "❌") as Plank
|
||||
choice(plank >= 60, "✅", "❌") as Plank
|
||||
FROM "Journal/Privat"
|
||||
WHERE file.day >= date(2026-02-09) AND file.day <= date(2026-02-15)
|
||||
SORT file.day ASC
|
||||
|
||||
Reference in New Issue
Block a user