vault backup: 2026-02-27 16:55:06
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
---
|
||||
weight:
|
||||
meditation: true
|
||||
pushUps: 20
|
||||
plank: 60
|
||||
journal: Privat daily
|
||||
journal-date: 2026-02-27
|
||||
journal-start-date: 2026-02-27
|
||||
journal-end-date: 2026-02-27
|
||||
---
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2026-W09#^09i|Woche]] | [[2026-02#^02i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2026-02-27
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-02-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-02-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-02-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-02-27)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 02 AND birthday.day = 27
|
||||
```
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
work_home: false
|
||||
work_home: true
|
||||
work_office: false
|
||||
journal: cimt daily
|
||||
journal-date: 2026-02-27
|
||||
@@ -11,8 +11,10 @@ journal-end-date: 2026-02-27
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
- [ ] 09:30 - 10:00 [[Status-Update Zielerreichung und persönliche Entwicklung]]
|
||||
- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-02-27]
|
||||
- [x] 09:30 - 10:00 [[Status-Update Zielerreichung und persönliche Entwicklung]] [completion:: 2026-02-27]
|
||||
- [x] 11:00 - 11:30 [[Lightning Talks Orga]] [completion:: 2026-02-27]
|
||||
- [x] 13:00 - 13:45 [[Talend Gilde]] [completion:: 2026-02-27]
|
||||
|
||||
## Ziele
|
||||
|
||||
|
||||
@@ -0,0 +1,69 @@
|
||||
---
|
||||
work_home: false
|
||||
work_office: false
|
||||
journal: cimt daily
|
||||
journal-date: 2026-03-02
|
||||
journal-start-date: 2026-03-02
|
||||
journal-end-date: 2026-03-02
|
||||
---
|
||||
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
- [ ] 13:30 - 14:00 [[Lightning Talks Orga]]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[Journal/cimt AG/2026/2026-W10#^10i|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-02
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-03-02
|
||||
>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-02
|
||||
>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-02
|
||||
>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-02)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 02
|
||||
```
|
||||
@@ -7,10 +7,9 @@ journal-end-date: 2026-03-01
|
||||
```calendar-timeline
|
||||
```
|
||||
> ### Woche [[2026-W09|09]] Ziele
|
||||
>- [ ] [[Zugang TDK eingerichtet]] #process/goal
|
||||
>- [x] [[Zugang TDK eingerichtet]] #process/goal [completion:: 2026-02-27]
|
||||
>- [x] [[SMART Ziele erstellt]] #process/goal [completion:: 2026-02-24]
|
||||
>- [ ] [[KI ersetzt nicht DevOps]] in Sharepoint abgelegt #process/goal
|
||||
>- [ ] [[Release 0.0.1 und Dokumentation erstellt]] #process/goal
|
||||
>- [x] [[Release 0.0.1 und Dokumentation erstellt]] #process/goal [completion:: 2026-02-27]
|
||||
> ^09i
|
||||
|
||||
#### [[2026-02#^02i|Monat]] |[[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||
|
||||
@@ -0,0 +1,77 @@
|
||||
---
|
||||
journal: cimt weekly
|
||||
journal-date: 2026-03-02
|
||||
journal-start-date: 2026-03-02
|
||||
journal-end-date: 2026-03-08
|
||||
---
|
||||
```calendar-timeline
|
||||
```
|
||||
> ### Woche [[2026-W10|10]] Ziele
|
||||
>- [ ] [[KI ersetzt nicht DevOps]] in Sharepoint abgelegt #process/goal
|
||||
>
|
||||
^10i
|
||||
|
||||
#### [[2026-03#^03i|Monat]] |[[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>(happens on or before 2026-03-08) AND NOT (scheduled 2026-03-02 2026-03-08)
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!hint]- Geplante Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>scheduled 2026-03-02 2026-03-08
|
||||
>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-02) AND completion < date(2026-03-09)
|
||||
>```
|
||||
|
||||
## History
|
||||
|
||||
### 2026-03-02
|
||||
![[Journal/cimt AG/2026/03/2026-03-02#Journal]]
|
||||
|
||||
### 2026-03-03
|
||||
![[Journal/cimt AG/2026/03/2026-03-03#Journal]]
|
||||
|
||||
### 2026-03-04
|
||||
![[Journal/cimt AG/2026/03/2026-03-04#Journal]]
|
||||
|
||||
### 2026-03-05
|
||||
![[Journal/cimt AG/2026/03/2026-03-05#Journal]]
|
||||
|
||||
### 2026-03-06
|
||||
![[Journal/cimt AG/2026/03/2026-03-06#Journal]]
|
||||
|
||||
### 2026-03-07
|
||||
![[Journal/cimt AG/2026/03/2026-03-07#Journal]]
|
||||
|
||||
### 2026-03-08
|
||||
![[Journal/cimt AG/2026/03/2026-03-08#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 >= 02
|
||||
WHERE birthday.month <= 03 AND birthday.day < 09
|
||||
SORT birthday.day
|
||||
```
|
||||
|
||||
> [!note]- Erzeugte Notizen
|
||||
> ```dataview
|
||||
> LIST
|
||||
> WHERE file.cday >= date(2026-03-02) AND file.cday < date(2026-03-08)
|
||||
>```
|
||||
Reference in New Issue
Block a user