diff --git a/Journal/Privat/2026/05/2026-05-19.md b/Journal/Privat/2026/05/2026-05-19.md new file mode 100644 index 0000000..1f06cd9 --- /dev/null +++ b/Journal/Privat/2026/05/2026-05-19.md @@ -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 +``` diff --git a/Journal/cimt AG/2026/05/2026-05-18.md b/Journal/cimt AG/2026/05/2026-05-18.md index bc7bdff..f265220 100644 --- a/Journal/cimt AG/2026/05/2026-05-18.md +++ b/Journal/cimt AG/2026/05/2026-05-18.md @@ -1,5 +1,5 @@ --- -work_home: false +work_home: true work_office: false journal: cimt daily journal-date: 2026-05-18 diff --git a/Journal/cimt AG/2026/05/2026-05-15.md b/Journal/cimt AG/2026/05/2026-05-19.md similarity index 73% rename from Journal/cimt AG/2026/05/2026-05-15.md rename to Journal/cimt AG/2026/05/2026-05-19.md index 1c0ef4c..adbacce 100644 --- a/Journal/cimt AG/2026/05/2026-05-15.md +++ b/Journal/cimt AG/2026/05/2026-05-19.md @@ -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 ```