vault backup: 2026-07-13 16:48:35
This commit is contained in:
+1
-1
@@ -12,4 +12,4 @@ Rückfrage an [[Philip Joschko]] bezüglich Benutzer Accounts und Zugang
|
|||||||
|
|
||||||
## Unteraufgaben
|
## Unteraufgaben
|
||||||
|
|
||||||
- [ ] Einrichten der Mobitera Benutzer Accounts [start:: 2026-05-11] [scheduled:: 2026-06-03]
|
- [x] Einrichten der Mobitera Benutzer Accounts [start:: 2026-05-11] [scheduled:: 2026-06-03] [completion:: 2026-07-13]
|
||||||
|
|||||||
@@ -27,4 +27,4 @@ LIMIT 20
|
|||||||
## Unteraufgaben
|
## Unteraufgaben
|
||||||
|
|
||||||
- [ ] Konfiguration Hoyer Grafana-Server
|
- [ ] Konfiguration Hoyer Grafana-Server
|
||||||
- [ ] Informationen zu Organisationen in Grafana an [[Malte Dreyer]] senden [start:: 2026-04-21] [scheduled:: 2026-06-03]
|
- [x] Informationen zu Organisationen in Grafana an [[Malte Dreyer]] senden [start:: 2026-04-21] [scheduled:: 2026-06-03] [completion:: 2026-07-13]
|
||||||
|
|||||||
@@ -11,4 +11,4 @@ Termin mit [[Philip Joschko]]
|
|||||||
## Unteraufgaben
|
## Unteraufgaben
|
||||||
|
|
||||||
- [-] Mobitera Service Management [start:: 2026-05-18] [scheduled:: 2026-05-18] [due:: 2026-05-18] [cancelled::2026-05-18]
|
- [-] Mobitera Service Management [start:: 2026-05-18] [scheduled:: 2026-05-18] [due:: 2026-05-18] [cancelled::2026-05-18]
|
||||||
- [ ] Mobitera Service Management [start:: 2026-05-22] [scheduled:: 2026-06-03]
|
- [x] Mobitera Service Management [start:: 2026-05-22] [scheduled:: 2026-06-03] [completion:: 2026-07-13]
|
||||||
|
|||||||
@@ -0,0 +1,68 @@
|
|||||||
|
---
|
||||||
|
weight:
|
||||||
|
meditation: true
|
||||||
|
pushUps: 0
|
||||||
|
plank: 0
|
||||||
|
journal: Privat daily
|
||||||
|
journal-date: 2026-07-13
|
||||||
|
journal-start-date: 2026-07-13
|
||||||
|
journal-end-date: 2026-07-13
|
||||||
|
---
|
||||||
|
```calendar-timeline
|
||||||
|
```
|
||||||
|
|
||||||
|
## Journal
|
||||||
|
|
||||||
|
## Ziele
|
||||||
|
|
||||||
|
##### [[2026-W29#^29i|Woche]] | [[2026-07#^07i|Monat]] | [[2026-Q3#^q3i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||||
|
|
||||||
|
## Aufgaben
|
||||||
|
|
||||||
|
> [!hint]- Aktuelle Aufgaben
|
||||||
|
>```tasks
|
||||||
|
>not done
|
||||||
|
>happens on 2026-07-13
|
||||||
|
>path regex does not match /^Resources\/Templates\/.*/
|
||||||
|
>path regex does not match /^Übersicht\/.*/
|
||||||
|
>```
|
||||||
|
|
||||||
|
> [!todo]- Aktive Aufgaben
|
||||||
|
>```tasks
|
||||||
|
>not done
|
||||||
|
>happens before 2026-07-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-07-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-07-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-07-13)
|
||||||
|
>```
|
||||||
|
|
||||||
|
## Geburtstage
|
||||||
|
```dataview
|
||||||
|
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||||
|
FROM "Infos/Kontakte"
|
||||||
|
WHERE birthday.month = 07 AND birthday.day = 13
|
||||||
|
```
|
||||||
@@ -0,0 +1,99 @@
|
|||||||
|
---
|
||||||
|
journal: Privat weekly
|
||||||
|
journal-date: 2026-07-13
|
||||||
|
journal-start-date: 2026-07-13
|
||||||
|
journal-end-date: 2026-07-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-07-13) AND file.day <= date(2026-07-19)
|
||||||
|
SORT file.day ASC
|
||||||
|
```
|
||||||
|
|
||||||
|
> ### Woche [[2026-W29|29]] Ziele
|
||||||
|
> - Persönliche Ziele
|
||||||
|
> ---
|
||||||
|
> - Berufliche Ziele
|
||||||
|
> ---
|
||||||
|
> - Erledigtes
|
||||||
|
> ---
|
||||||
|
^29i
|
||||||
|
|
||||||
|
#### [[2026-07#^07i|Monat]] |[[2026-Q3#^q3i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||||
|
|
||||||
|
## Leseliste
|
||||||
|
![[Leseliste Thomas#Leseliste]]
|
||||||
|
|
||||||
|
## Aufgaben
|
||||||
|
> [!todo]- Aktive Aufgaben
|
||||||
|
>```tasks
|
||||||
|
>not done
|
||||||
|
>(happens on or before 2026-07-19) AND NOT (scheduled 2026-07-13 2026-07-19)
|
||||||
|
>path regex does not match /^Resources\/Templates\/.*/
|
||||||
|
>path regex does not match /^Übersicht\/.*/
|
||||||
|
>```
|
||||||
|
|
||||||
|
> [!hint]- Geplante Aufgaben
|
||||||
|
>```tasks
|
||||||
|
>not done
|
||||||
|
>scheduled 2026-07-13 2026-07-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-07-13) AND completion < date(2026-07-20)
|
||||||
|
>```
|
||||||
|
|
||||||
|
## History
|
||||||
|
|
||||||
|
### 2026-07-13
|
||||||
|
![[Journal/Privat/2026/07/2026-07-13#Journal]]
|
||||||
|
|
||||||
|
### 2026-07-14
|
||||||
|
![[Journal/Privat/2026/07/2026-07-14#Journal]]
|
||||||
|
|
||||||
|
### 2026-07-15
|
||||||
|
![[Journal/Privat/2026/07/2026-07-15#Journal]]
|
||||||
|
|
||||||
|
### 2026-07-16
|
||||||
|
![[Journal/Privat/2026/07/2026-07-16#Journal]]
|
||||||
|
|
||||||
|
### 2026-07-17
|
||||||
|
![[Journal/Privat/2026/07/2026-07-17#Journal]]
|
||||||
|
|
||||||
|
### 2026-07-18
|
||||||
|
![[Journal/Privat/2026/07/2026-07-18#Journal]]
|
||||||
|
|
||||||
|
### 2026-07-19
|
||||||
|
![[Journal/Privat/2026/07/2026-07-19#Journal]]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Geburtstage
|
||||||
|
```dataview
|
||||||
|
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||||
|
FROM "Infos/Kontakte"
|
||||||
|
WHERE birthday.month >= 07 AND birthday.day >= 13
|
||||||
|
WHERE birthday.month <= 07 AND birthday.day < 20
|
||||||
|
SORT birthday.day
|
||||||
|
```
|
||||||
|
|
||||||
|
> [!note]- Erzeugte Notizen
|
||||||
|
> ```dataview
|
||||||
|
> LIST
|
||||||
|
> WHERE file.cday >= date(2026-07-13) AND file.cday < date(2026-07-19)
|
||||||
|
>```
|
||||||
|
|
||||||
@@ -0,0 +1,68 @@
|
|||||||
|
---
|
||||||
|
work_home: true
|
||||||
|
work_office: false
|
||||||
|
journal: cimt daily
|
||||||
|
journal-date: 2026-07-13
|
||||||
|
journal-start-date: 2026-07-13
|
||||||
|
journal-end-date: 2026-07-13
|
||||||
|
---
|
||||||
|
|
||||||
|
```calendar-timeline
|
||||||
|
```
|
||||||
|
|
||||||
|
## Journal
|
||||||
|
- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-07-13]
|
||||||
|
|
||||||
|
## Ziele
|
||||||
|
|
||||||
|
##### [[Journal/cimt AG/2026/2026-W29#^29i|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-13
|
||||||
|
>path regex does not match /^Resources\/Templates\/.*/
|
||||||
|
>path regex does not match /^Übersicht\/.*/
|
||||||
|
>```
|
||||||
|
|
||||||
|
> [!todo]- Aktive Aufgaben
|
||||||
|
>```tasks
|
||||||
|
>not done
|
||||||
|
>happens before 2026-07-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-07-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-07-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-07-13)
|
||||||
|
>```
|
||||||
|
|
||||||
|
## Geburtstage
|
||||||
|
```dataview
|
||||||
|
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||||
|
FROM "Infos/Kontakte"
|
||||||
|
WHERE birthday.month = 07 AND birthday.day = 13
|
||||||
|
```
|
||||||
@@ -0,0 +1,79 @@
|
|||||||
|
---
|
||||||
|
journal: cimt weekly
|
||||||
|
journal-date: 2026-07-13
|
||||||
|
journal-start-date: 2026-07-13
|
||||||
|
journal-end-date: 2026-07-19
|
||||||
|
---
|
||||||
|
```calendar-timeline
|
||||||
|
```
|
||||||
|
> ### Woche [[2026-W29|29]] Ziele
|
||||||
|
> - Berufliche Ziele
|
||||||
|
> ---
|
||||||
|
> - Erledigtes
|
||||||
|
> ---
|
||||||
|
^29i
|
||||||
|
|
||||||
|
#### [[2026-07#^07i|Monat]] |[[2026-Q3#^q3i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||||
|
|
||||||
|
## Aufgaben
|
||||||
|
> [!todo]- Aktive Aufgaben
|
||||||
|
>```tasks
|
||||||
|
>not done
|
||||||
|
>(happens on or before 2026-07-19) AND NOT (scheduled 2026-07-13 2026-07-19)
|
||||||
|
>path regex does not match /^Resources\/Templates\/.*/
|
||||||
|
>path regex does not match /^Übersicht\/.*/
|
||||||
|
>```
|
||||||
|
|
||||||
|
> [!hint]- Geplante Aufgaben
|
||||||
|
>```tasks
|
||||||
|
>not done
|
||||||
|
>scheduled 2026-07-13 2026-07-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-07-13) AND completion < date(2026-07-20)
|
||||||
|
>```
|
||||||
|
|
||||||
|
## History
|
||||||
|
|
||||||
|
### 2026-07-13
|
||||||
|
![[Journal/cimt AG/2026/07/2026-07-13#Journal]]
|
||||||
|
|
||||||
|
### 2026-07-14
|
||||||
|
![[Journal/cimt AG/2026/07/2026-07-14#Journal]]
|
||||||
|
|
||||||
|
### 2026-07-15
|
||||||
|
![[Journal/cimt AG/2026/07/2026-07-15#Journal]]
|
||||||
|
|
||||||
|
### 2026-07-16
|
||||||
|
![[Journal/cimt AG/2026/07/2026-07-16#Journal]]
|
||||||
|
|
||||||
|
### 2026-07-17
|
||||||
|
![[Journal/cimt AG/2026/07/2026-07-17#Journal]]
|
||||||
|
|
||||||
|
### 2026-07-18
|
||||||
|
![[Journal/cimt AG/2026/07/2026-07-18#Journal]]
|
||||||
|
|
||||||
|
### 2026-07-19
|
||||||
|
![[Journal/cimt AG/2026/07/2026-07-19#Journal]]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Geburtstage
|
||||||
|
```dataview
|
||||||
|
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||||
|
FROM "Infos/Kontakte"
|
||||||
|
WHERE birthday.month >= 07 AND birthday.day >= 13
|
||||||
|
WHERE birthday.month <= 07 AND birthday.day < 20
|
||||||
|
SORT birthday.day
|
||||||
|
```
|
||||||
|
|
||||||
|
> [!note]- Erzeugte Notizen
|
||||||
|
> ```dataview
|
||||||
|
> LIST
|
||||||
|
> WHERE file.cday >= date(2026-07-13) AND file.cday < date(2026-07-19)
|
||||||
|
>```
|
||||||
Reference in New Issue
Block a user