diff --git a/Infos/Kontakte/Christina Grzybowski.md b/Infos/Kontakte/Christina Grzybowski.md index e32a1f3..3513c56 100644 --- a/Infos/Kontakte/Christina Grzybowski.md +++ b/Infos/Kontakte/Christina Grzybowski.md @@ -12,7 +12,7 @@ TEL[HOME]: "" TEL[WORK]: +49 40 53302 414 BDAY: "" URL[WORK]: "" -ORG: "cimt objects AG" +ORG: cimt objects AG ROLE: "" PHOTO: "" ADR[HOME].STREET: "" diff --git a/Journal/Privat/2026/07/2026-07-20.md b/Journal/Privat/2026/07/2026-07-20.md new file mode 100644 index 0000000..a4f8570 --- /dev/null +++ b/Journal/Privat/2026/07/2026-07-20.md @@ -0,0 +1,69 @@ +--- +weight: +meditation: +pushUps: 0 +plank: 0 +journal: Privat daily +journal-date: 2026-07-20 +journal-start-date: 2026-07-20 +journal-end-date: 2026-07-20 +--- +```calendar-timeline +``` + +## Journal +- [x] [[Charlottenburger Baugenossenschaft eG]] Zugang zum Keller zwecks Überprüfung des Zugangs zur Abwasserleitung [completion:: 2026-07-20] + +## Ziele + +##### [[2026-W30#^30i|Woche]] | [[2026-07#^07i|Monat]] | [[2026-Q3#^q3i|Quartal]] | [[2026## Jahresziele|Jahr]] + +## Aufgaben + +> [!hint]- Aktuelle Aufgaben +>```tasks +>not done +>happens on 2026-07-20 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-07-20 +>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-07-20 +>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-07-20 +>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-07-20) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 07 AND birthday.day = 20 +```