vault backup: 2026-03-23 15:35:57

This commit is contained in:
Thomas Peetz
2026-03-23 15:35:57 +01:00
parent 724795aa7d
commit 3f889cc9da
18 changed files with 190 additions and 20 deletions
+2 -1
View File
@@ -8,7 +8,7 @@ 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(<% tp.date.weekday("YYYY-MM-DD", 0, tp.file.title, "YYYY-[W]W") %>) AND file.day <= date(<% tp.date.weekday("YYYY-MM-DD", 6, tp.file.title, "YYYY-[W]W") %>)
SORT file.day ASC
@@ -77,3 +77,4 @@ SORT birthday.day
> LIST
> WHERE file.cday >= date(<% tp.date.weekday("YYYY-MM-DD", 0, tp.file.title, "YYYY-[W]W") %>) AND file.cday < date(<% tp.date.weekday("YYYY-MM-DD", 6, tp.file.title, "YYYY-[W]W") %>)
>```