vault backup: 2026-01-19 17:42:22

This commit is contained in:
Thomas Peetz
2026-01-19 17:42:21 +01:00
parent bdbee505fb
commit ee386bcb5b
25 changed files with 587 additions and 3 deletions
@@ -1,25 +1,25 @@
---
journal: Claudia daily
journal-date: 2026-01-19
journal-start-date: 2026-01-19
journal-end-date: 2026-01-19
journal-date: 2026-01-26
journal-start-date: 2026-01-26
journal-end-date: 2026-01-26
---
```calendar-timeline
```
## Journal
- [ ] 15:15 - 16:15 [[Sakoman & Stamm GbR]]
- [ ] 17:00 - 18:00 [[Sakoman & Stamm GbR]]
## Ziele
##### [[2026-W04#^04i|Woche]] | [[2026-01#^01i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
##### [[2026-W05#^05i|Woche]] | [[2026-01#^01i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-01-19
>happens on 2026-01-26
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
@@ -27,7 +27,7 @@ journal-end-date: 2026-01-19
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-01-19
>happens before 2026-01-26
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
@@ -36,7 +36,7 @@ journal-end-date: 2026-01-19
>```tasks
>not done
>has due date
>due on 2026-01-19
>due on 2026-01-26
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
@@ -45,7 +45,7 @@ journal-end-date: 2026-01-19
>```tasks
>not done
>has due date
>due before 2026-01-19
>due before 2026-01-26
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
@@ -54,12 +54,12 @@ journal-end-date: 2026-01-19
>```dataview
>TASK
>FROM !"Resources/Templates"
>WHERE completed AND completion = date(2026-01-19)
>WHERE completed AND completion = date(2026-01-26)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 01 AND birthday.day = 19
WHERE birthday.month = 01 AND birthday.day = 26
```