vault backup: 2026-03-29 23:06:09

This commit is contained in:
2026-03-29 23:06:08 +02:00
parent 70415974ec
commit ae24b6453a
17 changed files with 480 additions and 19 deletions
+68
View File
@@ -0,0 +1,68 @@
---
weight:
meditation: true
pushUps: 0
plank: 0
journal: Privat daily
journal-date: 2026-03-29
journal-start-date: 2026-03-29
journal-end-date: 2026-03-29
---
```calendar-timeline
```
## Journal
## Ziele
##### [[2026-W13#^13i|Woche]] | [[2026-03#^03i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-03-29
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-03-29
>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-29
>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-29
>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-29)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 03 AND birthday.day = 29
```
+68
View File
@@ -0,0 +1,68 @@
---
work_home: false
work_office: true
journal: cimt daily
journal-date: 2026-03-30
journal-start-date: 2026-03-30
journal-end-date: 2026-03-30
---
```calendar-timeline
```
## Journal
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
## Ziele
##### [[Journal/cimt AG/2026/2026-W14#^14i|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-30
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-03-30
>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-30
>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-30
>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-30)
>```
## 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
```
+3 -3
View File
@@ -9,9 +9,9 @@ journal-end-date: 2026-03-31
```
> ## Monats Ziele - [[2026-03|März]]
>- [ ] [[Rezertifizierung Google Cloud Developer]] #process/goal
>- [ ] [[KI ersetzt nicht DevOps]] überarbeitet #process/goal
>- [ ] [[Einarbeitung Managed Services Team]] abgeschlossen #process/goal
>- [>] [[Rezertifizierung Google Cloud Developer]] #process/goal
>- [>] [[KI ersetzt nicht DevOps]] überarbeitet #process/goal
>- [x] [[Einarbeitung Managed Services Team]] abgeschlossen #process/goal [completion:: 2026-03-29]
> ^03i
#### [[2026-Q1#^q1i|Quartal]] | [[2026#^2026i|Jahr]]
+84
View File
@@ -0,0 +1,84 @@
---
work_hours: 0
journal: cimt monthly
journal-date: 2026-04-01
journal-end-date: 2026-04-30
journal-start-date: 2026-04-01
---
```calendar-timeline
```
> ## Monats Ziele - [[2026-04|April]]
>
> - [ ] [[Rezertifizierung Google Cloud Developer]] #process/goal
> - [ ] [[KI ersetzt nicht DevOps]] überarbeitet #process/goal
> ^04i
#### [[2026-Q2#^q2i|Quartal]] | [[2026#^2026i|Jahr]]
## Aufgaben
> [!examples]- Backlog
>
> ```tasks
> not done
> no scheduled date
> no start date
> no due date
> path regex does not match /^Resources\/Templates\/.*/
> path regex does not match /^Übersicht\/.*/
> path regex does not match /^Journal\/.*/
> ```
> [!todo]- Aktive Aufgaben
>
> ```tasks
> not done
> starts on or before 2026-05-01
> has start date
> no scheduled date
> path regex does not match /^Resources\/Templates\/.*/
> path regex does not match /^Übersicht\/.*/
> path regex does not match /^Journal\/.*/
> ```
> [!hint]- Geplante Aufgaben
>
> ```tasks
> not done
> scheduled 2026-04-01 2026-05-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-04-01) AND completion < date(2026-05-01)
> SORT completion, start
> ```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 04
SORT birthday.day
```
## Anwesenheit
```dataview
TABLE WITHOUT ID
file.link as Datum,
choice(work_home = true, "✅", "❌") as HomeOffice,
choice(work_office = true, "✅", "❌") as Büro
FROM "Journal/cimt AG"
WHERE file.day >= date(2026-04-01) AND file.day < date(2026-05-01)
SORT file.day ASC
```
+79
View File
@@ -0,0 +1,79 @@
---
journal: cimt weekly
journal-date: 2026-03-30
journal-start-date: 2026-03-30
journal-end-date: 2026-04-05
---
```calendar-timeline
```
> ### Woche [[2026-W14|14]] Ziele
> - Berufliche Ziele
> ---
> - Erledigtes
> ---
^14i
#### [[2026-03#^03i|Monat]] |[[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
## Aufgaben
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>(happens on or before 2026-04-05) AND NOT (scheduled 2026-03-30 2026-04-05)
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!hint]- Geplante Aufgaben
>```tasks
>not done
>scheduled 2026-03-30 2026-04-05
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!done]- Erledigte Aufgaben
>```dataview
>TASK
>WHERE completed AND completion >= date(2026-03-30) AND completion < date(2026-04-06)
>```
## History
### 2026-03-30
![[Journal/cimt AG/2026/03/2026-03-30#Journal]]
### 2026-03-31
![[Journal/cimt AG/2026/03/2026-03-31#Journal]]
### 2026-04-01
![[Journal/cimt AG/2026/04/2026-04-01#Journal]]
### 2026-04-02
![[Journal/cimt AG/2026/04/2026-04-02#Journal]]
### 2026-04-03
![[Journal/cimt AG/2026/04/2026-04-03#Journal]]
### 2026-04-04
![[Journal/cimt AG/2026/04/2026-04-04#Journal]]
### 2026-04-05
![[Journal/cimt AG/2026/04/2026-04-05#Journal]]
## 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 <= 04 AND birthday.day < 06
SORT birthday.day
```
> [!note]- Erzeugte Notizen
> ```dataview
> LIST
> WHERE file.cday >= date(2026-03-30) AND file.cday < date(2026-04-05)
>```