vault backup: 2026-04-17 17:26:37
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
---
|
||||
weight:
|
||||
meditation: true
|
||||
pushUps: 20
|
||||
plank: 60
|
||||
journal: Privat daily
|
||||
journal-date: 2026-04-17
|
||||
journal-start-date: 2026-04-17
|
||||
journal-end-date: 2026-04-17
|
||||
---
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2026-W16#^16i|Woche]] | [[2026-04#^04i|Monat]] | [[2026-Q2#^q2i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2026-04-17
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-04-17
|
||||
>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-04-17
|
||||
>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-04-17
|
||||
>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-17)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 17
|
||||
```
|
||||
@@ -0,0 +1,99 @@
|
||||
---
|
||||
journal: Privat weekly
|
||||
journal-date: 2026-04-13
|
||||
journal-start-date: 2026-04-13
|
||||
journal-end-date: 2026-04-19
|
||||
---
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Routinen der Woche
|
||||
|
||||
```dataview
|
||||
TABLE WITHOUT ID
|
||||
file.link as Datum,
|
||||
choice(meditation = true, "✅", "❌") as Meditation,
|
||||
choice(pushUps >= 10, "✅", "❌") as Liegestütz,
|
||||
choice(plank >= 60, "✅", "❌") as Plank
|
||||
FROM "Journal/Privat"
|
||||
WHERE file.day >= date(2026-04-13) AND file.day <= date(2026-04-19)
|
||||
SORT file.day ASC
|
||||
```
|
||||
|
||||
> ### Woche [[2026-W16|16]] Ziele
|
||||
> - Persönliche Ziele
|
||||
> ---
|
||||
> - Berufliche Ziele
|
||||
> ---
|
||||
> - Erledigtes
|
||||
> ---
|
||||
^16i
|
||||
|
||||
#### [[2026-04#^04i|Monat]] |[[2026-Q2#^q2i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||
|
||||
## Leseliste
|
||||
![[Leseliste Thomas#Leseliste]]
|
||||
|
||||
## Aufgaben
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>(happens on or before 2026-04-19) AND NOT (scheduled 2026-04-13 2026-04-19)
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!hint]- Geplante Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>scheduled 2026-04-13 2026-04-19
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!done]- Erledigte Aufgaben
|
||||
>```dataview
|
||||
>TASK
|
||||
>WHERE completed AND completion >= date(2026-04-13) AND completion < date(2026-04-20)
|
||||
>```
|
||||
|
||||
## History
|
||||
|
||||
### 2026-04-13
|
||||
![[Journal/Privat/2026/04/2026-04-13#Journal]]
|
||||
|
||||
### 2026-04-14
|
||||
![[Journal/Privat/2026/04/2026-04-14#Journal]]
|
||||
|
||||
### 2026-04-15
|
||||
![[Journal/Privat/2026/04/2026-04-15#Journal]]
|
||||
|
||||
### 2026-04-16
|
||||
![[Journal/Privat/2026/04/2026-04-16#Journal]]
|
||||
|
||||
### 2026-04-17
|
||||
![[Journal/Privat/2026/04/2026-04-17#Journal]]
|
||||
|
||||
### 2026-04-18
|
||||
![[Journal/Privat/2026/04/2026-04-18#Journal]]
|
||||
|
||||
### 2026-04-19
|
||||
![[Journal/Privat/2026/04/2026-04-19#Journal]]
|
||||
|
||||
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month >= 04 AND birthday.day >= 13
|
||||
WHERE birthday.month <= 04 AND birthday.day < 20
|
||||
SORT birthday.day
|
||||
```
|
||||
|
||||
> [!note]- Erzeugte Notizen
|
||||
> ```dataview
|
||||
> LIST
|
||||
> WHERE file.cday >= date(2026-04-13) AND file.cday < date(2026-04-19)
|
||||
>```
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
work_home: false
|
||||
work_home: true
|
||||
work_office: false
|
||||
journal: cimt daily
|
||||
journal-date: 2026-04-17
|
||||
@@ -11,9 +11,9 @@ journal-end-date: 2026-04-17
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
- [ ] 10:00 - 11:30 [[2026-04-17 Lightning Talks]]
|
||||
- [ ] 11:00 - 12:00 [[GCP Gilde]]
|
||||
- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-04-17]
|
||||
- [x] 10:00 - 11:30 [[2026-04-17 Lightning Talks]] [completion:: 2026-04-17]
|
||||
- [x] 11:30 - 12:00 Lightning Talks Nachbesprechung [[Marvin Jakob]], [[Abderrahman Aloui]] [completion:: 2026-04-17]
|
||||
|
||||
## Ziele
|
||||
|
||||
|
||||
@@ -0,0 +1,70 @@
|
||||
---
|
||||
work_home: false
|
||||
work_office: false
|
||||
journal: cimt daily
|
||||
journal-date: 2026-04-21
|
||||
journal-start-date: 2026-04-21
|
||||
journal-end-date: 2026-04-21
|
||||
---
|
||||
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
- [ ] 10:00 - 10:30 Hoyer Grafana-Server zur Mitnutzung durch cimt Managed-Services-Team [[Frederik Demuth]]
|
||||
- [ ] 13:00 - 16:00 Upgrade Prod Runtimes bei Hartje
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[Journal/cimt AG/2026/2026-W17#^17i|Woche]] | [[Journal/cimt AG/2026/2026-04#^04i|Monat]] | [[Journal/cimt AG/2026/2026-Q2#^q2i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2026-04-21
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-04-21
|
||||
>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-04-21
|
||||
>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-04-21
|
||||
>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-21)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 21
|
||||
```
|
||||
@@ -0,0 +1,68 @@
|
||||
---
|
||||
work_home: false
|
||||
work_office: false
|
||||
journal: cimt daily
|
||||
journal-date: 2026-04-22
|
||||
journal-start-date: 2026-04-22
|
||||
journal-end-date: 2026-04-22
|
||||
---
|
||||
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[Journal/cimt AG/2026/2026-W17#^17i|Woche]] | [[Journal/cimt AG/2026/2026-04#^04i|Monat]] | [[Journal/cimt AG/2026/2026-Q2#^q2i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2026-04-22
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-04-22
|
||||
>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-04-22
|
||||
>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-04-22
|
||||
>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-22)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 22
|
||||
```
|
||||
@@ -0,0 +1,68 @@
|
||||
---
|
||||
work_home: false
|
||||
work_office: false
|
||||
journal: cimt daily
|
||||
journal-date: 2026-04-23
|
||||
journal-start-date: 2026-04-23
|
||||
journal-end-date: 2026-04-23
|
||||
---
|
||||
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[Journal/cimt AG/2026/2026-W17#^17i|Woche]] | [[Journal/cimt AG/2026/2026-04#^04i|Monat]] | [[Journal/cimt AG/2026/2026-Q2#^q2i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2026-04-23
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-04-23
|
||||
>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-04-23
|
||||
>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-04-23
|
||||
>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-23)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 23
|
||||
```
|
||||
@@ -0,0 +1,68 @@
|
||||
---
|
||||
work_home: false
|
||||
work_office: false
|
||||
journal: cimt daily
|
||||
journal-date: 2026-04-24
|
||||
journal-start-date: 2026-04-24
|
||||
journal-end-date: 2026-04-24
|
||||
---
|
||||
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[Journal/cimt AG/2026/2026-W17#^17i|Woche]] | [[Journal/cimt AG/2026/2026-04#^04i|Monat]] | [[Journal/cimt AG/2026/2026-Q2#^q2i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2026-04-24
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-04-24
|
||||
>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-04-24
|
||||
>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-04-24
|
||||
>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-24)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 24
|
||||
```
|
||||
@@ -0,0 +1,79 @@
|
||||
---
|
||||
journal: cimt weekly
|
||||
journal-date: 2026-04-20
|
||||
journal-start-date: 2026-04-20
|
||||
journal-end-date: 2026-04-26
|
||||
---
|
||||
```calendar-timeline
|
||||
```
|
||||
> ### Woche [[2026-W17|17]] Ziele
|
||||
> - Berufliche Ziele
|
||||
> ---
|
||||
> - Erledigtes
|
||||
> ---
|
||||
^17i
|
||||
|
||||
#### [[2026-04#^04i|Monat]] |[[2026-Q2#^q2i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>(happens on or before 2026-04-26) AND NOT (scheduled 2026-04-20 2026-04-26)
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!hint]- Geplante Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>scheduled 2026-04-20 2026-04-26
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!done]- Erledigte Aufgaben
|
||||
>```dataview
|
||||
>TASK
|
||||
>WHERE completed AND completion >= date(2026-04-20) AND completion < date(2026-04-27)
|
||||
>```
|
||||
|
||||
## History
|
||||
|
||||
### 2026-04-20
|
||||
![[Journal/cimt AG/2026/04/2026-04-20#Journal]]
|
||||
|
||||
### 2026-04-21
|
||||
![[Journal/cimt AG/2026/04/2026-04-21#Journal]]
|
||||
|
||||
### 2026-04-22
|
||||
![[Journal/cimt AG/2026/04/2026-04-22#Journal]]
|
||||
|
||||
### 2026-04-23
|
||||
![[Journal/cimt AG/2026/04/2026-04-23#Journal]]
|
||||
|
||||
### 2026-04-24
|
||||
![[Journal/cimt AG/2026/04/2026-04-24#Journal]]
|
||||
|
||||
### 2026-04-25
|
||||
![[Journal/cimt AG/2026/04/2026-04-25#Journal]]
|
||||
|
||||
### 2026-04-26
|
||||
![[Journal/cimt AG/2026/04/2026-04-26#Journal]]
|
||||
|
||||
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month >= 04 AND birthday.day >= 20
|
||||
WHERE birthday.month <= 04 AND birthday.day < 27
|
||||
SORT birthday.day
|
||||
```
|
||||
|
||||
> [!note]- Erzeugte Notizen
|
||||
> ```dataview
|
||||
> LIST
|
||||
> WHERE file.cday >= date(2026-04-20) AND file.cday < date(2026-04-26)
|
||||
>```
|
||||
Reference in New Issue
Block a user