vault backup: 2026-02-16 19:39:20

This commit is contained in:
2026-02-16 19:39:20 +01:00
parent feccfa3c70
commit 1475d6a40f
3 changed files with 135 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ journal-end-date: 2026-02-16
```
## Journal
- [ ] 17:15 - 18:15 [[Sakoman & Stamm GbR]]
- [x] 17:15 - 18:15 [[Sakoman & Stamm GbR]] [completion:: 2026-02-16]
## Ziele
+65
View File
@@ -0,0 +1,65 @@
---
journal: Claudia daily
journal-date: 2026-06-01
journal-start-date: 2026-06-01
journal-end-date: 2026-06-01
---
```calendar-timeline
```
## Journal
- [ ] 18:30 - 18:45 [[Sakoman & Stamm GbR]]
## Ziele
##### [[2026-W23#^23i|Woche]] | [[2026-06#^06i|Monat]] | [[2026-Q2#^q2i|Quartal]] | [[2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-06-01
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-06-01
>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-06-01
>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-06-01
>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-06-01)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 06 AND birthday.day = 01
```
+69
View File
@@ -0,0 +1,69 @@
---
weight:
meditation:
pushUps: 0
plank: 0
journal: Privat daily
journal-date: 2026-06-01
journal-start-date: 2026-06-01
journal-end-date: 2026-06-01
---
```calendar-timeline
```
## Journal
- [ ] 18:15 - 18:30 [[Sakoman & Stamm GbR]]
## Ziele
##### [[2026-W23#^23i|Woche]] | [[2026-06#^06i|Monat]] | [[2026-Q2#^q2i|Quartal]] | [[2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-06-01
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-06-01
>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-06-01
>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-06-01
>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-06-01)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 06 AND birthday.day = 01
```