vault backup: 2025-12-15 15:31:07

This commit is contained in:
Thomas Peetz
2025-12-15 15:31:07 +01:00
parent b63b35f274
commit 7094c4c011
13 changed files with 308 additions and 12 deletions
+1 -1
View File
@@ -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
+67
View File
@@ -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
```
+1 -1
View File
@@ -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
---
+1 -1
View File
@@ -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
---