vault backup: 2026-03-13 16:33:21

This commit is contained in:
Thomas Peetz
2026-03-13 16:33:20 +01:00
parent 32c44a66bb
commit adf59175be
15 changed files with 199 additions and 16 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ journal-end-date: 2026-03-13
```
## Journal
- [ ] 13:00 - 14:00 [[Friseursalon Schnittkante]]
- [x] 13:00 - 14:00 [[Friseursalon Schnittkante]] [completion:: 2026-03-13]
## Ziele
+68
View File
@@ -0,0 +1,68 @@
---
weight:
meditation: true
pushUps: 20
plank: 60
journal: Privat daily
journal-date: 2026-03-13
journal-start-date: 2026-03-13
journal-end-date: 2026-03-13
---
```calendar-timeline
```
## Journal
## Ziele
##### [[2026-W11#^11i|Woche]] | [[2026-03#^03i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-03-13
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-03-13
>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-03-13
>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-03-13
>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-03-13)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 03 AND birthday.day = 13
```
+2 -2
View File
@@ -1,5 +1,5 @@
---
work_home: false
work_home: true
work_office: false
journal: cimt daily
journal-date: 2026-03-13
@@ -11,7 +11,7 @@ journal-end-date: 2026-03-13
```
## Journal
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-03-13]
## Ziele
+69
View File
@@ -0,0 +1,69 @@
---
work_home: false
work_office: false
journal: cimt daily
journal-date: 2026-03-26
journal-start-date: 2026-03-26
journal-end-date: 2026-03-26
---
```calendar-timeline
```
## Journal
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
- [ ] 10:00 - 10:30 2nd.-Level Managed Service Austausch
## Ziele
##### [[Journal/cimt AG/2026/2026-W13#^13i|Woche]] | [[Journal/cimt AG/2026/2026-03#^03i|Monat]] | [[Journal/cimt AG/2026/2026-Q1#^q1i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-03-26
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-03-26
>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-03-26
>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-03-26
>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-03-26)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 03 AND birthday.day = 26
```