diff --git a/Journal/Privat/2026/04/2026-04-13.md b/Journal/Privat/2026/04/2026-04-13.md new file mode 100644 index 0000000..8844638 --- /dev/null +++ b/Journal/Privat/2026/04/2026-04-13.md @@ -0,0 +1,68 @@ +--- +weight: 102.7 +meditation: true +pushUps: 0 +plank: 0 +journal: Privat daily +journal-date: 2026-04-13 +journal-start-date: 2026-04-13 +journal-end-date: 2026-04-13 +--- +```calendar-timeline +``` + +## Journal + +## Ziele + +##### [[2026-W16#^16i|Woche]] | [[2026-04#^04i|Monat]] | [[2026-Q2#^q2i|Quartal]] | [[2026## Jahresziele|Jahr]] + +## Aufgaben + +> [!hint]- Aktuelle Aufgaben +>```tasks +>not done +>happens on 2026-04-13 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-04-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-04-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-04-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-04-13) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 04 AND birthday.day = 13 +``` diff --git a/Journal/cimt AG/2026/2026-04.md b/Journal/cimt AG/2026/2026-04.md index e1d2f47..3371ae7 100644 --- a/Journal/cimt AG/2026/2026-04.md +++ b/Journal/cimt AG/2026/2026-04.md @@ -91,6 +91,6 @@ TABLE WITHOUT ID choice(work_home = true, "✅", "❌") as HomeOffice, choice(work_office = true, "✅", "❌") as Büro FROM "Journal/cimt AG" -WHERE file.day >= date(2026-03-01) AND file.day < date(2026-04-01) and work_home = false and work_office = false +WHERE file.day >= date(2026-04-01) AND file.day < date(2026-05-01) and work_home = false and work_office = false SORT file.day ASC ```