From 5f767a59e776ba4a3559934611958a0990984763 Mon Sep 17 00:00:00 2001 From: Thomas Peetz Date: Sat, 21 Feb 2026 22:04:01 +0100 Subject: [PATCH] vault backup: 2026-02-21 22:04:01 --- Infos/Kontakte/Barbara Peetz.md | 4 ++ Journal/Privat/2026/02/2026-02-21.md | 68 ++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 Journal/Privat/2026/02/2026-02-21.md diff --git a/Infos/Kontakte/Barbara Peetz.md b/Infos/Kontakte/Barbara Peetz.md index aa17d9b..d3b3815 100644 --- a/Infos/Kontakte/Barbara Peetz.md +++ b/Infos/Kontakte/Barbara Peetz.md @@ -10,6 +10,10 @@ updated: 2026-01-24 template: "[[Resources/Templates/contact]]" type: contact interactions: + - date: 2026-02-21 + text: Besuch im Krankenhaus + - date: 2026-02-19 + text: Besuch im Krankenhaus - date: 2026-01-24 text: Kaffee und Kuchen bei Eltern tags: diff --git a/Journal/Privat/2026/02/2026-02-21.md b/Journal/Privat/2026/02/2026-02-21.md new file mode 100644 index 0000000..a0c9605 --- /dev/null +++ b/Journal/Privat/2026/02/2026-02-21.md @@ -0,0 +1,68 @@ +--- +weight: +meditation: +pushUps: 0 +plank: 0 +journal: Privat daily +journal-date: 2026-02-21 +journal-start-date: 2026-02-21 +journal-end-date: 2026-02-21 +--- +```calendar-timeline +``` + +## Journal + +## Ziele + +##### [[2026-W08#^08i|Woche]] | [[2026-02#^02i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]] + +## Aufgaben + +> [!hint]- Aktuelle Aufgaben +>```tasks +>not done +>happens on 2026-02-21 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-02-21 +>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-02-21 +>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-02-21 +>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-02-21) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 02 AND birthday.day = 21 +```