diff --git a/Infos/Zitate/Sprüche/Motivation.md b/Infos/Zitate/Sprüche/Motivation.md index ed074ed..4ac7229 100644 --- a/Infos/Zitate/Sprüche/Motivation.md +++ b/Infos/Zitate/Sprüche/Motivation.md @@ -2,4 +2,9 @@ title: Motivation --- -Meine Motivation liegt noch im Bett. Ach guck, jetzt winkt sie und zeigt mir den Mittelfinger \ No newline at end of file +Meine Motivation liegt noch im Bett. Ach guck, jetzt winkt sie und zeigt mir den Mittelfinger + + +**Mein Elan ist gerade losgegangen, um meine Motivation zu suchen – jetzt sind beide weg!** + +**Meine Motivation ist gerade meine gute Laune suchen gegangen – jetzt sind beide weg!** diff --git a/Journal/cimt AG/2026/08/2026-08-12.md b/Journal/cimt AG/2026/08/2026-08-12.md new file mode 100644 index 0000000..254703b --- /dev/null +++ b/Journal/cimt AG/2026/08/2026-08-12.md @@ -0,0 +1,68 @@ +--- +work_home: false +work_office: true +journal: cimt daily +journal-date: 2026-08-12 +journal-start-date: 2026-08-12 +journal-end-date: 2026-08-12 +--- + +```calendar-timeline +``` + +## Journal +- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-08-12] + +## Ziele + +##### [[Journal/cimt AG/2026/2026-W33#^33i|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-12 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-08-12 +>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-12 +>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-12 +>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-12) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 08 AND birthday.day = 12 +``` diff --git a/Journal/cimt AG/2026/08/2026-08-13.md b/Journal/cimt AG/2026/08/2026-08-13.md new file mode 100644 index 0000000..16c587e --- /dev/null +++ b/Journal/cimt AG/2026/08/2026-08-13.md @@ -0,0 +1,68 @@ +--- +work_home: true +work_office: false +journal: cimt daily +journal-date: 2026-08-13 +journal-start-date: 2026-08-13 +journal-end-date: 2026-08-13 +--- + +```calendar-timeline +``` + +## Journal +- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-08-13] + +## Ziele + +##### [[Journal/cimt AG/2026/2026-W33#^33i|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-13 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-08-13 +>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-13 +>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-13 +>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-13) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 08 AND birthday.day = 13 +```