From 46dd057d19301a8f5ef1cc8129f12d1d8d7e0f80 Mon Sep 17 00:00:00 2001 From: Thomas Peetz Date: Thu, 20 Aug 2026 17:21:09 +0200 Subject: [PATCH] vault backup: 2026-08-20 17:21:09 --- Journal/cimt AG/2026/08/2026-08-20.md | 68 +++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 Journal/cimt AG/2026/08/2026-08-20.md diff --git a/Journal/cimt AG/2026/08/2026-08-20.md b/Journal/cimt AG/2026/08/2026-08-20.md new file mode 100644 index 0000000..038b240 --- /dev/null +++ b/Journal/cimt AG/2026/08/2026-08-20.md @@ -0,0 +1,68 @@ +--- +work_home: true +work_office: false +journal: cimt daily +journal-date: 2026-08-20 +journal-start-date: 2026-08-20 +journal-end-date: 2026-08-20 +--- + +```calendar-timeline +``` + +## Journal +- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-08-20] + +## Ziele + +##### [[Journal/cimt AG/2026/2026-W34#^34i|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-20 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-08-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-08-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-08-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-08-20) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 08 AND birthday.day = 20 +```