vault backup: 2026-03-29 11:56:13

This commit is contained in:
2026-03-29 11:56:13 +02:00
parent 1347d2eacc
commit 70415974ec
2 changed files with 18 additions and 10 deletions
@@ -1,14 +1,14 @@
---
journal: Claudia daily
journal-date: 2026-03-30
journal-start-date: 2026-03-30
journal-end-date: 2026-03-30
journal-date: 2026-03-31
journal-start-date: 2026-03-31
journal-end-date: 2026-03-31
---
```calendar-timeline
```
## Journal
- [ ] 16:00 - 17:00 [[Friseursalon Schnittkante]]
- [ ] 15:30 - 16:30 [[Friseursalon Schnittkante]]
## Ziele
@@ -19,7 +19,7 @@ journal-end-date: 2026-03-30
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-03-30
>happens on 2026-03-31
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
@@ -27,7 +27,7 @@ journal-end-date: 2026-03-30
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-03-30
>happens before 2026-03-31
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
@@ -36,7 +36,7 @@ journal-end-date: 2026-03-30
>```tasks
>not done
>has due date
>due on 2026-03-30
>due on 2026-03-31
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
@@ -45,7 +45,7 @@ journal-end-date: 2026-03-30
>```tasks
>not done
>has due date
>due before 2026-03-30
>due before 2026-03-31
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
@@ -54,12 +54,12 @@ journal-end-date: 2026-03-30
>```dataview
>TASK
>FROM !"Resources/Templates"
>WHERE completed AND completion = date(2026-03-30)
>WHERE completed AND completion = date(2026-03-31)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 03 AND birthday.day = 30
WHERE birthday.month = 03 AND birthday.day = 31
```