Files
thpeetz-notes/Journal/Privat/2025/05/2025-05-22.md
T

70 lines
1.5 KiB
Markdown

---
weight:
meditation:
pushUps: 0
plank: 0
journal: Privat daily
journal-date: 2025-05-22
journal-start-date: 2025-05-22
journal-end-date: 2025-05-22
---
```calendar-timeline
```
## Journal
- [x] 18:00 - 21:00 Internationaler Parlamentarischer Abend [[International Fire and Rescue Confederation e.V.]] [completion:: 2025-05-22]
## Ziele
##### [[2025-W21#^21i|Woche]] | [[2025-05#^05i|Monat]] | [[2025-Q2#^q2i|Quartal]] | [[2025## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2025-05-22
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2025-05-22
>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 2025-05-22
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!error]- Überfällig
>```tasks
>not done
>has due date
>due before 2025-05-22
>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(2025-05-22)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 05 AND birthday.day = 22
```