From 6e2b7b89a1327321d8829c8fed087ea9850e8a6c Mon Sep 17 00:00:00 2001 From: Thomas Peetz Date: Fri, 23 Jan 2026 16:17:40 +0100 Subject: [PATCH] vault backup: 2026-01-23 16:17:40 --- Journal/Privat/2026/01/2026-01-23.md | 68 +++++++++++++++++++++++++++ Journal/cimt AG/2026/01/2026-01-23.md | 67 ++++++++++++++++++++++++++ 2 files changed, 135 insertions(+) create mode 100644 Journal/Privat/2026/01/2026-01-23.md create mode 100644 Journal/cimt AG/2026/01/2026-01-23.md diff --git a/Journal/Privat/2026/01/2026-01-23.md b/Journal/Privat/2026/01/2026-01-23.md new file mode 100644 index 0000000..deac02c --- /dev/null +++ b/Journal/Privat/2026/01/2026-01-23.md @@ -0,0 +1,68 @@ +--- +weight: +meditation: true +pushUps: 20 +plank: 60 +journal: Privat daily +journal-date: 2026-01-23 +journal-start-date: 2026-01-23 +journal-end-date: 2026-01-23 +--- +```calendar-timeline +``` + +## Journal + +## Ziele + +##### [[2026-W04#^04i|Woche]] | [[2026-01#^01i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]] + +## Aufgaben + +> [!hint]- Aktuelle Aufgaben +>```tasks +>not done +>happens on 2026-01-23 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-01-23 +>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-01-23 +>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-01-23 +>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-01-23) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 01 AND birthday.day = 23 +``` diff --git a/Journal/cimt AG/2026/01/2026-01-23.md b/Journal/cimt AG/2026/01/2026-01-23.md new file mode 100644 index 0000000..5214fcb --- /dev/null +++ b/Journal/cimt AG/2026/01/2026-01-23.md @@ -0,0 +1,67 @@ +--- +work_home: true +work_office: false +journal: cimt daily +journal-date: 2026-01-23 +journal-start-date: 2026-01-23 +journal-end-date: 2026-01-23 +--- + +```calendar-timeline +``` + +## Journal + +## Ziele + +##### [[Journal/cimt AG/2026/2026-01#^01i|Monat]] | [[Journal/cimt AG/2026/2026-Q1#^q1i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]] + +## Aufgaben + +> [!hint]- Aktuelle Aufgaben +>```tasks +>not done +>happens on 2026-01-23 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-01-23 +>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-01-23 +>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-01-23 +>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-01-23) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 01 AND birthday.day = 23 +```