vault backup: 2026-03-25 18:44:45

This commit is contained in:
Thomas Peetz
2026-03-25 18:44:45 +01:00
parent 793f6e3cd9
commit d9ffdf2b0b
18 changed files with 240 additions and 24 deletions
+68
View File
@@ -0,0 +1,68 @@
---
weight: 99.2
meditation: true
pushUps: 20
plank: 90
journal: Privat daily
journal-date: 2026-03-25
journal-start-date: 2026-03-25
journal-end-date: 2026-03-25
---
```calendar-timeline
```
## Journal
## Ziele
##### [[2026-W13#^13i|Woche]] | [[2026-03#^03i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-03-25
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-03-25
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!warning]- Heute fällig
>```tasks
>not done
>has due date
>due on 2026-03-25
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!error]- Überfällig
>```tasks
>not done
>has due date
>due before 2026-03-25
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!done]- Erledigte Aufgaben
>```dataview
>TASK
>FROM !"Resources/Templates"
>WHERE completed AND completion = date(2026-03-25)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 03 AND birthday.day = 25
```