From 7e0f21243a6f3da11b046666104a9363ef437d84 Mon Sep 17 00:00:00 2001 From: Thomas Peetz Date: Fri, 24 Jul 2026 01:58:30 +0200 Subject: [PATCH] vault backup: 2026-07-24 01:58:43vault backup: 2026-07-24 01:58:30 --- Infos/Medien/Tatort/Der doppelte Lott.md | 2 +- Infos/Medien/Tatort/Satisfaktion.md | 2 +- Journal/Privat/2026/07/2026-07-23.md | 68 ++++++++++++++++++++++++ 3 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 Journal/Privat/2026/07/2026-07-23.md diff --git a/Infos/Medien/Tatort/Der doppelte Lott.md b/Infos/Medien/Tatort/Der doppelte Lott.md index 9363a64..0fd11a9 100644 --- a/Infos/Medien/Tatort/Der doppelte Lott.md +++ b/Infos/Medien/Tatort/Der doppelte Lott.md @@ -5,7 +5,7 @@ Titel: Der doppelte Lott Erstaus­strahlung: 2005-11-20 Drehbuch: Stefan Cantz, Jan Hinter Regie: "[Manfred Stelzer](https://de.wikipedia.org/wiki/Manfred_Stelzer_(Regisseur))" -heruntergeladen: false +heruntergeladen: true --- ## Wikipedia diff --git a/Infos/Medien/Tatort/Satisfaktion.md b/Infos/Medien/Tatort/Satisfaktion.md index ea03456..1011afd 100644 --- a/Infos/Medien/Tatort/Satisfaktion.md +++ b/Infos/Medien/Tatort/Satisfaktion.md @@ -5,7 +5,7 @@ Titel: Satisfaktion Erstaus­strahlung: 2007-10-28 Drehbuch: "[Johannes W. Betz](https://de.wikipedia.org/wiki/Johannes_W._Betz)" Regie: "[Manuel Flurin Hendry](https://de.wikipedia.org/wiki/Manuel_Flurin_Hendry)" -heruntergeladen: false +heruntergeladen: true --- ## Wikipedia diff --git a/Journal/Privat/2026/07/2026-07-23.md b/Journal/Privat/2026/07/2026-07-23.md new file mode 100644 index 0000000..feea4e8 --- /dev/null +++ b/Journal/Privat/2026/07/2026-07-23.md @@ -0,0 +1,68 @@ +--- +weight: 100 +meditation: +pushUps: 0 +plank: 0 +journal: Privat daily +journal-date: 2026-07-23 +journal-start-date: 2026-07-23 +journal-end-date: 2026-07-23 +--- +```calendar-timeline +``` + +## Journal + +## Ziele + +##### [[2026-W30#^30i|Woche]] | [[2026-07#^07i|Monat]] | [[2026-Q3#^q3i|Quartal]] | [[2026## Jahresziele|Jahr]] + +## Aufgaben + +> [!hint]- Aktuelle Aufgaben +>```tasks +>not done +>happens on 2026-07-23 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-07-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-07-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-07-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-07-23) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 07 AND birthday.day = 23 +```