diff --git a/Journal/Claudia/2026/02/2026-02-16.md b/Journal/Claudia/2026/02/2026-02-16.md index 3b6a34f..af81f32 100644 --- a/Journal/Claudia/2026/02/2026-02-16.md +++ b/Journal/Claudia/2026/02/2026-02-16.md @@ -8,7 +8,7 @@ journal-end-date: 2026-02-16 ``` ## Journal -- [ ] 17:15 - 18:15 [[Sakoman & Stamm GbR]] +- [x] 17:15 - 18:15 [[Sakoman & Stamm GbR]] [completion:: 2026-02-16] ## Ziele diff --git a/Journal/Claudia/2026/06/2026-06-01.md b/Journal/Claudia/2026/06/2026-06-01.md new file mode 100644 index 0000000..45abeda --- /dev/null +++ b/Journal/Claudia/2026/06/2026-06-01.md @@ -0,0 +1,65 @@ +--- +journal: Claudia daily +journal-date: 2026-06-01 +journal-start-date: 2026-06-01 +journal-end-date: 2026-06-01 +--- +```calendar-timeline +``` + +## Journal +- [ ] 18:30 - 18:45 [[Sakoman & Stamm GbR]] + +## Ziele + +##### [[2026-W23#^23i|Woche]] | [[2026-06#^06i|Monat]] | [[2026-Q2#^q2i|Quartal]] | [[2026## Jahresziele|Jahr]] + +## Aufgaben + +> [!hint]- Aktuelle Aufgaben +>```tasks +>not done +>happens on 2026-06-01 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-06-01 +>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-06-01 +>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-06-01 +>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-06-01) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 06 AND birthday.day = 01 +``` diff --git a/Journal/Privat/2026/06/2026-06-01.md b/Journal/Privat/2026/06/2026-06-01.md new file mode 100644 index 0000000..f25e85d --- /dev/null +++ b/Journal/Privat/2026/06/2026-06-01.md @@ -0,0 +1,69 @@ +--- +weight: +meditation: +pushUps: 0 +plank: 0 +journal: Privat daily +journal-date: 2026-06-01 +journal-start-date: 2026-06-01 +journal-end-date: 2026-06-01 +--- +```calendar-timeline +``` + +## Journal +- [ ] 18:15 - 18:30 [[Sakoman & Stamm GbR]] + +## Ziele + +##### [[2026-W23#^23i|Woche]] | [[2026-06#^06i|Monat]] | [[2026-Q2#^q2i|Quartal]] | [[2026## Jahresziele|Jahr]] + +## Aufgaben + +> [!hint]- Aktuelle Aufgaben +>```tasks +>not done +>happens on 2026-06-01 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-06-01 +>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-06-01 +>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-06-01 +>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-06-01) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 06 AND birthday.day = 01 +```