vault backup: 2026-08-24 17:47:29

This commit is contained in:
Thomas Peetz
2026-08-24 17:47:28 +02:00
parent 9b8a35a7f6
commit f06655347f
5 changed files with 331 additions and 7 deletions
+99
View File
@@ -0,0 +1,99 @@
---
journal: Privat weekly
journal-date: 2026-08-24
journal-start-date: 2026-08-24
journal-end-date: 2026-08-30
---
```calendar-timeline
```
## Routinen der Woche
```dataview
TABLE WITHOUT ID
file.link as Datum,
choice(meditation = true, "✅", "❌") as Meditation,
choice(pushUps >= 10, "✅", "❌") as Liegestütz,
choice(plank >= 60, "✅", "❌") as Plank
FROM "Journal/Privat"
WHERE file.day >= date(2026-08-24) AND file.day <= date(2026-08-30)
SORT file.day ASC
```
> ### Woche [[2026-W35|35]] Ziele
> - Persönliche Ziele
> ---
> - Berufliche Ziele
> ---
> - Erledigtes
> ---
^35i
#### [[2026-08#^08i|Monat]] |[[2026-Q3#^q3i|Quartal]] | [[2026## Jahresziele|Jahr]]
## Leseliste
![[Leseliste Thomas#Leseliste]]
## Aufgaben
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>(happens on or before 2026-08-30) AND NOT (scheduled 2026-08-24 2026-08-30)
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!hint]- Geplante Aufgaben
>```tasks
>not done
>scheduled 2026-08-24 2026-08-30
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!done]- Erledigte Aufgaben
>```dataview
>TASK
>WHERE completed AND completion >= date(2026-08-24) AND completion < date(2026-08-31)
>```
## History
### 2026-08-24
![[Journal/Privat/2026/08/2026-08-24#Journal]]
### 2026-08-25
![[Journal/Privat/2026/08/2026-08-25#Journal]]
### 2026-08-26
![[Journal/Privat/2026/08/2026-08-26#Journal]]
### 2026-08-27
![[Journal/Privat/2026/08/2026-08-27#Journal]]
### 2026-08-28
![[Journal/Privat/2026/08/2026-08-28#Journal]]
### 2026-08-29
![[Journal/Privat/2026/08/2026-08-29#Journal]]
### 2026-08-30
![[Journal/Privat/2026/08/2026-08-30#Journal]]
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month >= 08 AND birthday.day >= 24
WHERE birthday.month <= 08 AND birthday.day < 31
SORT birthday.day
```
> [!note]- Erzeugte Notizen
> ```dataview
> LIST
> WHERE file.cday >= date(2026-08-24) AND file.cday < date(2026-08-30)
>```