vault backup: 2026-04-08 18:34:34

This commit is contained in:
Thomas Peetz
2026-04-08 18:34:34 +02:00
parent 0077d436cc
commit 11248d8f0b
7 changed files with 400 additions and 1 deletions
+68
View File
@@ -0,0 +1,68 @@
---
weight:
meditation: true
pushUps: 0
plank: 0
journal: Privat daily
journal-date: 2026-04-06
journal-start-date: 2026-04-06
journal-end-date: 2026-04-06
---
```calendar-timeline
```
## Journal
## Ziele
##### [[2026-W15#^15i|Woche]] | [[2026-04#^04i|Monat]] | [[2026-Q2#^q2i|Quartal]] | [[2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-04-06
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-04-06
>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-04-06
>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-04-06
>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-04-06)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 04 AND birthday.day = 06
```
+68
View File
@@ -0,0 +1,68 @@
---
weight: 100.1
meditation: true
pushUps: 20
plank: 90
journal: Privat daily
journal-date: 2026-04-08
journal-start-date: 2026-04-08
journal-end-date: 2026-04-08
---
```calendar-timeline
```
## Journal
## Ziele
##### [[2026-W15#^15i|Woche]] | [[2026-04#^04i|Monat]] | [[2026-Q2#^q2i|Quartal]] | [[2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-04-08
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-04-08
>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-04-08
>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-04-08
>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-04-08)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 04 AND birthday.day = 08
```
+99
View File
@@ -0,0 +1,99 @@
---
journal: Privat weekly
journal-date: 2026-04-06
journal-start-date: 2026-04-06
journal-end-date: 2026-04-12
---
```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-04-06) AND file.day <= date(2026-04-12)
SORT file.day ASC
```
> ### Woche [[2026-W15|15]] Ziele
> - Persönliche Ziele
> ---
> - Berufliche Ziele
> ---
> - Erledigtes
> ---
^15i
#### [[2026-04#^04i|Monat]] |[[2026-Q2#^q2i|Quartal]] | [[2026## Jahresziele|Jahr]]
## Leseliste
![[Leseliste Thomas#Leseliste]]
## Aufgaben
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>(happens on or before 2026-04-12) AND NOT (scheduled 2026-04-06 2026-04-12)
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!hint]- Geplante Aufgaben
>```tasks
>not done
>scheduled 2026-04-06 2026-04-12
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!done]- Erledigte Aufgaben
>```dataview
>TASK
>WHERE completed AND completion >= date(2026-04-06) AND completion < date(2026-04-13)
>```
## History
### 2026-04-06
![[Journal/Privat/2026/04/2026-04-06#Journal]]
### 2026-04-07
![[Journal/Privat/2026/04/2026-04-07#Journal]]
### 2026-04-08
![[Journal/Privat/2026/04/2026-04-08#Journal]]
### 2026-04-09
![[Journal/Privat/2026/04/2026-04-09#Journal]]
### 2026-04-10
![[Journal/Privat/2026/04/2026-04-10#Journal]]
### 2026-04-11
![[Journal/Privat/2026/04/2026-04-11#Journal]]
### 2026-04-12
![[Journal/Privat/2026/04/2026-04-12#Journal]]
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month >= 04 AND birthday.day >= 06
WHERE birthday.month <= 04 AND birthday.day < 13
SORT birthday.day
```
> [!note]- Erzeugte Notizen
> ```dataview
> LIST
> WHERE file.cday >= date(2026-04-06) AND file.cday < date(2026-04-12)
>```