From c91ee0e553821ecd86450878bb35d2fcc6bd7888 Mon Sep 17 00:00:00 2001 From: Thomas Peetz Date: Thu, 6 Aug 2026 17:28:15 +0200 Subject: [PATCH] vault backup: 2026-08-06 17:28:16 --- Journal/Privat/2026/08/2026-08-06.md | 68 +++++++++++++++++++++++++ Journal/cimt AG/2026/08/2026-08-06.md | 71 +++++++++++++++++++++++++++ 2 files changed, 139 insertions(+) create mode 100644 Journal/Privat/2026/08/2026-08-06.md create mode 100644 Journal/cimt AG/2026/08/2026-08-06.md diff --git a/Journal/Privat/2026/08/2026-08-06.md b/Journal/Privat/2026/08/2026-08-06.md new file mode 100644 index 0000000..7525e5f --- /dev/null +++ b/Journal/Privat/2026/08/2026-08-06.md @@ -0,0 +1,68 @@ +--- +weight: +meditation: +pushUps: 0 +plank: 0 +journal: Privat daily +journal-date: 2026-08-06 +journal-start-date: 2026-08-06 +journal-end-date: 2026-08-06 +--- +```calendar-timeline +``` + +## Journal + +## Ziele + +##### [[2026-W32#^32i|Woche]] | [[2026-08#^08i|Monat]] | [[2026-Q3#^q3i|Quartal]] | [[2026## Jahresziele|Jahr]] + +## Aufgaben + +> [!hint]- Aktuelle Aufgaben +>```tasks +>not done +>happens on 2026-08-06 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-08-06 +>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-08-06 +>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-08-06 +>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-08-06) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 08 AND birthday.day = 06 +``` diff --git a/Journal/cimt AG/2026/08/2026-08-06.md b/Journal/cimt AG/2026/08/2026-08-06.md new file mode 100644 index 0000000..d8c84d5 --- /dev/null +++ b/Journal/cimt AG/2026/08/2026-08-06.md @@ -0,0 +1,71 @@ +--- +work_home: true +work_office: false +journal: cimt daily +journal-date: 2026-08-06 +journal-start-date: 2026-08-06 +journal-end-date: 2026-08-06 +--- + +```calendar-timeline +``` + +## Journal +- [-] 09:15 - 09:30 [[Managed Services Team Daily]] [cancelled::2026-08-06] +- [-] 14:00 - 14:25 [[cimt 1st- & 2nd-Level Support Monthly]] [cancelled: 2026-08-06] +- [x] 14:30 - 15:00 Zwischenstand: [[Tibuci]] [completion:: 2026-08-06] +- [x] 15:00 - 16:00 Vorstellung Systeme bei Hagebau Connect [completion:: 2026-08-06] + +## Ziele + +##### [[Journal/cimt AG/2026/2026-W32#^32i|Woche]] | [[Journal/cimt AG/2026/2026-08#^08i|Monat]] | [[Journal/cimt AG/2026/2026-Q3#^q3i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]] + +## Aufgaben + +> [!hint]- Aktuelle Aufgaben +>```tasks +>not done +>happens on 2026-08-06 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-08-06 +>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-08-06 +>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-08-06 +>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-08-06) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 08 AND birthday.day = 06 +```