vault backup: 2026-04-28 17:53:36

This commit is contained in:
Thomas Peetz
2026-04-28 17:53:35 +02:00
parent 3be9608d87
commit f935b2b85d
12 changed files with 180 additions and 16 deletions
-2
View File
@@ -8,8 +8,6 @@ journal-end-date: 2026-04-27
```
## Journal
- [ ] 08:40 - 09:40 [[Augenarztpraxis Dr. Kriegerowski & Dr. Heine]]
Sehnervenanalyse
- [x] 11:00 - 12:00 [[Friseursalon Schnittkante]] [completion:: 2026-04-27]
## Ziele
+66
View File
@@ -0,0 +1,66 @@
---
journal: Claudia daily
journal-date: 2026-07-27
journal-start-date: 2026-07-27
journal-end-date: 2026-07-27
---
```calendar-timeline
```
## Journal
- [ ] 08:40 - 09:40 [[Augenarztpraxis Dr. Kriegerowski & Dr. Heine]]
Sehnervenanalyse
## Ziele
##### [[2026-W31#^31i|Woche]] | [[2026-07#^07i|Monat]] | [[2026-Q3#^q3i|Quartal]] | [[2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-07-27
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-07-27
>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-27
>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-27
>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-27)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 07 AND birthday.day = 27
```