vault backup: 2025-12-15 15:31:07
This commit is contained in:
@@ -11,7 +11,7 @@ journal-end-date: 2025-12-12
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 16:00 - 23:00 [[Weihnachtsfeier 2025]]
|
||||
- [x] 16:00 - 23:00 [[Weihnachtsfeier 2025]] [completion:: 2025-12-12]
|
||||
|
||||
## Ziele
|
||||
|
||||
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
work_home: true
|
||||
work_office: false
|
||||
journal: cimt daily
|
||||
journal-date: 2025-12-15
|
||||
journal-start-date: 2025-12-15
|
||||
journal-end-date: 2025-12-15
|
||||
---
|
||||
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[Journal/cimt AG/2025/2025-12#^12i|Monat]] | [[Journal/cimt AG/2025/2025-Q4#^q4i|Quartal]] | [[Journal/cimt AG/2025## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2025-12-15
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2025-12-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 2025-12-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 2025-12-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(2025-12-15)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 12 AND birthday.day = 15
|
||||
```
|
||||
@@ -11,7 +11,7 @@ journal-end-date: 2025-03-31
|
||||
---
|
||||
|
||||
>### Quartal 1 Ziele
|
||||
>- [/] Zertifizierung AWS SysOps Administrator Associate ^q1i
|
||||
>- [x] Zertifizierung AWS SysOps Administrator Associate [completion:: 2025-12-15] ^q1i
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ journal-end-date: 2025-06-30
|
||||
---
|
||||
|
||||
>### Quartal 2 Ziele
|
||||
>- [ ] [[AWS Certified CloudOps Engineer Associate]] ^q2i
|
||||
>- [x] [[AWS Certified CloudOps Engineer Associate]] [completion:: 2025-12-15] ^q2i
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user