vault backup: 2026-06-24 18:22:42

This commit is contained in:
Thomas Peetz
2026-06-24 18:22:41 +02:00
parent d987f442d0
commit 8ef993cfa4
16 changed files with 722 additions and 189 deletions
+68
View File
@@ -0,0 +1,68 @@
---
work_home: false
work_office: true
journal: cimt daily
journal-date: 2026-06-24
journal-start-date: 2026-06-24
journal-end-date: 2026-06-24
---
```calendar-timeline
```
## Journal
- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-06-24]
## Ziele
##### [[Journal/cimt AG/2026/2026-W26#^26i|Woche]] | [[Journal/cimt AG/2026/2026-06#^06i|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-06-24
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-06-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-06-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-06-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-06-24)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 06 AND birthday.day = 24
```
-1
View File
@@ -12,7 +12,6 @@ journal-end-date: 2026-06-26
## Journal
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
- [ ] 10:00 - 12:00 [[Mitarbeitenden-Treffen Berlin]]
## Ziele
+69
View File
@@ -0,0 +1,69 @@
---
work_home: false
work_office: false
journal: cimt daily
journal-date: 2026-07-03
journal-start-date: 2026-07-03
journal-end-date: 2026-07-03
---
```calendar-timeline
```
## Journal
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
- [ ] 10:00 - 12:00 [[Mitarbeitenden-Treffen Berlin]]
## Ziele
##### [[Journal/cimt AG/2026/2026-W27#^27i|Woche]] | [[Journal/cimt AG/2026/2026-07#^07i|Monat]] | [[Journal/cimt AG/2026/2026-Q3#^q3i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-07-03
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-07-03
>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-07-03
>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-07-03
>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-07-03)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 07 AND birthday.day = 03
```
+74
View File
@@ -0,0 +1,74 @@
---
work_hours: 0
journal: cimt monthly
journal-date: 2026-07-01
journal-start-date: 2026-07-01
journal-end-date: 2026-07-31
---
```calendar-timeline
```
> ## Monats Ziele - [[2026-07|Juli]]
> 1. Objective one
> 2. Objective two
> 3. Objective three ^07i
#### [[2026-Q3#^q3i|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-08-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-07-01 2026-08-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-07-01) AND completion < date(2026-08-01)
>SORT completion, start
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 07
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-07-01) AND file.day < date(2026-08-01)
SORT file.day ASC
```
+61
View File
@@ -0,0 +1,61 @@
---
journal: cimt quarterly
journal-date: 2026-07-01
journal-start-date: 2026-07-01
journal-end-date: 2026-09-30
---
```calendar-nav
```
```calendar-timeline
```
---
>### Quartal 3 Ziele ^q3i
---
## 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 /^Journal\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>starts on or before 2026-10-01
>has start date
>no scheduled date
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!hint]- Geplante Aufgaben
>```tasks
>not done
>scheduled 2026-07-01 2026-10-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-07-01) AND completion < date(2026-10-01)
>SORT completion, start
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month >= 07 AND birthday.month <= 09
SORT birthday.month, birthday.day
```
+79
View File
@@ -0,0 +1,79 @@
---
journal: cimt weekly
journal-date: 2026-06-22
journal-start-date: 2026-06-22
journal-end-date: 2026-06-28
---
```calendar-timeline
```
> ### Woche [[2026-W26|26]] Ziele
> - Berufliche Ziele
> ---
> - Erledigtes
> ---
^26i
#### [[2026-06#^06i|Monat]] |[[2026-Q2#^q2i|Quartal]] | [[2026## Jahresziele|Jahr]]
## Aufgaben
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>(happens on or before 2026-06-28) AND NOT (scheduled 2026-06-22 2026-06-28)
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!hint]- Geplante Aufgaben
>```tasks
>not done
>scheduled 2026-06-22 2026-06-28
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!done]- Erledigte Aufgaben
>```dataview
>TASK
>WHERE completed AND completion >= date(2026-06-22) AND completion < date(2026-06-29)
>```
## History
### 2026-06-22
![[Journal/cimt AG/2026/06/2026-06-22#Journal]]
### 2026-06-23
![[Journal/cimt AG/2026/06/2026-06-23#Journal]]
### 2026-06-24
![[Journal/cimt AG/2026/06/2026-06-24#Journal]]
### 2026-06-25
![[Journal/cimt AG/2026/06/2026-06-25#Journal]]
### 2026-06-26
![[Journal/cimt AG/2026/06/2026-06-26#Journal]]
### 2026-06-27
![[Journal/cimt AG/2026/06/2026-06-27#Journal]]
### 2026-06-28
![[Journal/cimt AG/2026/06/2026-06-28#Journal]]
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month >= 06 AND birthday.day >= 22
WHERE birthday.month <= 06 AND birthday.day < 29
SORT birthday.day
```
> [!note]- Erzeugte Notizen
> ```dataview
> LIST
> WHERE file.cday >= date(2026-06-22) AND file.cday < date(2026-06-28)
>```