vault backup: 2025-12-10 11:37:35
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2022-01-07
|
||||
journal-end-date: 2022-01-07
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2022/01/2022-01-06|❮❮]] ⋮ [[Journal/cimt AG/2022|2022]] › [[Journal/cimt AG/2022-Q1|Q1]] › [[Journal/cimt AG/2022/2022-01|01]] › [[Journal/cimt AG/2022/2022-W01|W01]] ⋮ [[Journal/cimt AG/2022/01/2022-01-08|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 11:30 [[Linux Gilde]] [completion:: 2022-01-07]
|
||||
- Windows-Subsystem für Linux (WSL)
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2022-W01#^01i|Woche]] | [[2022-01#^01i|Monat]] | [[2022-Q1#^q1i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2022-01-07
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-01-07
|
||||
>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 2022-01-07
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2022-01-07
|
||||
>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(2022-01-07)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 01 AND birthday.day = 07
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2022-01-28
|
||||
journal-end-date: 2022-01-28
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2022/01/2022-01-27|❮❮]] ⋮ [[Journal/cimt AG/2022|2022]] › [[Journal/cimt AG/2022-Q1|Q1]] › [[Journal/cimt AG/2022/2022-01|01]] › [[Journal/cimt AG/2022/2022-W04|W04]] ⋮ [[Journal/cimt AG/2022/01/2022-01-29|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 11:30 [[Linux Gilde]] [completion:: 2022-01-28]
|
||||
[[Leon Joshua von Pazottka-Lipinski]] [[Yavuz Kaymak]] [[Markus Dorozynski]] [[Ramzi Ben Khedhiri]] [[Sascha Riemann]] [[Frank Füllbier]] [[Gabor Claussnitzer]] [[Daniel Mechau]]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2022-W04#^04i|Woche]] | [[2022-01#^01i|Monat]] | [[2022-Q1#^q1i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2022-01-28
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-01-28
|
||||
>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 2022-01-28
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2022-01-28
|
||||
>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(2022-01-28)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 01 AND birthday.day = 28
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2022-06-30
|
||||
journal-end-date: 2022-06-30
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2022/06/2022-06-29|❮❮]] ⋮ [[Journal/cimt AG/2022|2022]] › [[Journal/cimt AG/2022-Q2|Q2]] › [[Journal/cimt AG/2022/2022-06|06]] › [[Journal/cimt AG/2022/2022-W26|W26]] ⋮ [[Journal/cimt AG/2022/06/2022-07-01|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 18: 00 [[Grundlagen Kommunikation]] [completion:: 2022-06-30]
|
||||
- [x] 18:30 - 20:30 gemeinsames Abendessen [completion:: 2022-06-30]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2022-W26#^26i|Woche]] | [[2022-06#^06i|Monat]] | [[2022-Q2#^q2i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2022-06-30
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-06-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 2022-06-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 2022-06-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(2022-06-30)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 30
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2022-07-01
|
||||
journal-end-date: 2022-07-01
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2022/07/2022-06-30|❮❮]] ⋮ [[Journal/cimt AG/2022|2022]] › [[Journal/cimt AG/2022-Q3|Q3]] › [[Journal/cimt AG/2022/2022-07|07]] › [[Journal/cimt AG/2022/2022-W26|W26]] ⋮ [[Journal/cimt AG/2022/07/2022-07-02|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 08:30 - 16:30 [[Grundlagen Kommunikation]] [completion:: 2022-07-01]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2022-W26#^26i|Woche]] | [[2022-07#^07i|Monat]] | [[2022-Q3#^q3i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2022-07-01
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-07-01
|
||||
>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 2022-07-01
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2022-07-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(2022-07-01)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 07 AND birthday.day = 01
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2022-09-14
|
||||
journal-end-date: 2022-09-14
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2022/09/2022-09-13|❮❮]] ⋮ [[Journal/Privat/2022|2022]] › [[Journal/Privat/2022/2022-Q3|Q3]] › [[Journal/Privat/2022/2022-09|09]] › [[Journal/cimt AG/2022/2022-W37|W37]] ⋮ [[Journal/cimt AG/2022/09/2022-09-15|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 19:00 - 22:00 Abendessen [completion:: 2022-09-14]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2022-W37#^37i|Woche]] | [[2022-09#^09i|Monat]] | [[2022-Q3#^q3i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2022-09-14
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-09-14
|
||||
>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 2022-09-14
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2022-09-14
|
||||
>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(2022-09-14)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 14
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2022-09-15
|
||||
journal-end-date: 2022-09-15
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2022/09/2022-09-14|❮❮]] ⋮ [[Journal/Privat/2022|2022]] › [[Journal/Privat/2022/2022-Q3|Q3]] › [[Journal/Privat/2022/2022-09|09]] › [[Journal/cimt AG/2022/2022-W37|W37]] ⋮ [[Journal/cimt AG/2022/09/2022-09-16|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 17:00 [[JaKo 2022]] [completion:: 2022-09-15]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2022-W37#^37i|Woche]] | [[2022-09#^09i|Monat]] | [[2022-Q3#^q3i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2022-09-15
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-09-15
|
||||
>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 2022-09-15
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2022-09-15
|
||||
>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(2022-09-15)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 15
|
||||
```
|
||||
@@ -0,0 +1,71 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2022-10-20
|
||||
journal-end-date: 2022-10-20
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2022/10/2022-10-19|❮❮]] ⋮ [[Journal/cimt AG/2022|2022]] › [[Journal/cimt AG/2022-Q4|Q4]] › [[Journal/cimt AG/2022/2022-10|10]] › [[Journal/cimt AG/2022/2022-W42|W42]] ⋮ [[Journal/cimt AG/2022/10/2022-10-21|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Übergabe mobile Laptop [completion:: 2022-10-20]
|
||||
Bünyamin Özkaya kommt erst gegen Ende Oktober ins Büro zurück
|
||||
- [x] Frank Füllbier [completion:: 2022-10-20]
|
||||
- Ziele für 2022
|
||||
- Zielerreichung Zertifizierung gefährdet
|
||||
- Mit Ende September bei 77% Zielerreichung
|
||||
- Übergabe mobile Laptop wird voraussichtlich Anfang November erfolgen
|
||||
- [x] Udemy Account anlegen [completion:: 2022-10-20]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2022-W42#^42i|Woche]] | [[2022-10#^10i|Monat]] | [[2022-Q4#^q4i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2022-10-20
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-10-20
|
||||
>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 2022-10-20
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2022-10-20
|
||||
>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(2022-10-20)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 10 AND birthday.day = 20
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2022-10-21
|
||||
journal-end-date: 2022-10-21
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2022/10/2022-10-20|❮❮]] ⋮ [[Journal/cimt AG/2022|2022]] › [[Journal/cimt AG/2022-Q4|Q4]] › [[Journal/cimt AG/2022/2022-10|10]] › [[Journal/cimt AG/2022/2022-W42|W42]] ⋮ [[Journal/cimt AG/2022/10/2022-10-22|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 11:30 [[2022-10-21 Lightning Talks]] [completion:: 2022-10-21]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2022-W42#^42i|Woche]] | [[2022-10#^10i|Monat]] | [[2022-Q4#^q4i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2022-10-21
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-10-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 2022-10-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 2022-10-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(2022-10-21)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 10 AND birthday.day = 21
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2022-11-04
|
||||
journal-end-date: 2022-11-04
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2022/11/2022-11-03|❮❮]] ⋮ [[Journal/cimt AG/2022|2022]] › [[Journal/cimt AG/2022-Q4|Q4]] › [[Journal/cimt AG/2022/2022-11|11]] › [[Journal/cimt AG/2022/2022-W44|W44]] ⋮ [[Journal/cimt AG/2022/11/2022-11-05|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 11:30 [[Linux Gilde]] [completion:: 2022-11-04]
|
||||
- Verwaltung von Passwörtern (Keepass, Passsword Store)
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2022-W44#^44i|Woche]] | [[2022-11#^11i|Monat]] | [[2022-Q4#^q4i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2022-11-04
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-11-04
|
||||
>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 2022-11-04
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2022-11-04
|
||||
>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(2022-11-04)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 11 AND birthday.day = 04
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: cimt
|
||||
journal-start-date: 2022-12-16
|
||||
journal-end-date: 2022-12-16
|
||||
journal-section: day
|
||||
---
|
||||
[[Journal/cimt AG/2022/12/2022-12-15|❮❮]] ⋮ [[Journal/cimt AG/2022|2022]] › [[Journal/cimt AG/2022-Q4|Q4]] › [[Journal/cimt AG/2022/2022-12|12]] › [[Journal/cimt AG/2022/2022-W50|W50]] ⋮ [[Journal/cimt AG/2022/12/2022-12-17|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 18:30 - 22:00 Weihnachtsfeier [completion:: 2022-12-16]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2022-W50#^50i|Woche]] | [[2022-12#^12i|Monat]] | [[2022-Q4#^q4i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2022-12-16
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-12-16
|
||||
>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 2022-12-16
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2022-12-16
|
||||
>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(2022-12-16)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 12 AND birthday.day = 16
|
||||
```
|
||||
Reference in New Issue
Block a user