vault backup: 2026-05-19 19:10:03

This commit is contained in:
Thomas Peetz
2026-05-19 19:10:03 +02:00
parent 53a4850b90
commit 70f0c79624
3 changed files with 80 additions and 13 deletions
+68
View File
@@ -0,0 +1,68 @@
---
weight: 102.4
meditation: true
pushUps: 20
plank: 60
journal: Privat daily
journal-date: 2026-05-19
journal-start-date: 2026-05-19
journal-end-date: 2026-05-19
---
```calendar-timeline
```
## Journal
## Ziele
##### [[2026-W21#^21i|Woche]] | [[2026-05#^05i|Monat]] | [[2026-Q2#^q2i|Quartal]] | [[2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-05-19
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-05-19
>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-05-19
>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-05-19
>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-05-19)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 05 AND birthday.day = 19
```
+1 -1
View File
@@ -1,5 +1,5 @@
---
work_home: false
work_home: true
work_office: false
journal: cimt daily
journal-date: 2026-05-18
@@ -1,10 +1,10 @@
---
work_home: false
work_office: false
work_office: true
journal: cimt daily
journal-date: 2026-05-15
journal-start-date: 2026-05-15
journal-end-date: 2026-05-15
journal-date: 2026-05-19
journal-start-date: 2026-05-19
journal-end-date: 2026-05-19
---
```calendar-timeline
@@ -12,18 +12,17 @@ journal-end-date: 2026-05-15
## Journal
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
- [ ] 10:00 - 11:30 [[2026-05-15 Lightning Talks]]
## Ziele
##### [[Journal/cimt AG/2026/2026-W20#^20i|Woche]] | [[Journal/cimt AG/2026/2026-05#^05i|Monat]] | [[Journal/cimt AG/2026/2026-Q2#^q2i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
##### [[Journal/cimt AG/2026/2026-W21#^21i|Woche]] | [[Journal/cimt AG/2026/2026-05#^05i|Monat]] | [[Journal/cimt AG/2026/2026-Q2#^q2i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-05-15
>happens on 2026-05-19
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
@@ -31,7 +30,7 @@ journal-end-date: 2026-05-15
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-05-15
>happens before 2026-05-19
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
@@ -40,7 +39,7 @@ journal-end-date: 2026-05-15
>```tasks
>not done
>has due date
>due on 2026-05-15
>due on 2026-05-19
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
@@ -49,7 +48,7 @@ journal-end-date: 2026-05-15
>```tasks
>not done
>has due date
>due before 2026-05-15
>due before 2026-05-19
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
@@ -58,12 +57,12 @@ journal-end-date: 2026-05-15
>```dataview
>TASK
>FROM !"Resources/Templates"
>WHERE completed AND completion = date(2026-05-15)
>WHERE completed AND completion = date(2026-05-19)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 05 AND birthday.day = 15
WHERE birthday.month = 05 AND birthday.day = 19
```