74 lines
1.8 KiB
Markdown
74 lines
1.8 KiB
Markdown
---
|
||
journal: cimt
|
||
journal-start-date: 2024-12-14
|
||
journal-end-date: 2024-12-20
|
||
journal-section: week
|
||
journal-date: 2024-12-14
|
||
---
|
||
[[Journal/cimt AG/2024/2024-W50|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[/Journal/Privat/2024/2024-Q4|Q4]] › [[Journal/Privat/2024/2024-12|12]] ⋮ [[Journal/cimt AG/2024/2024-W52|❯❯]]
|
||
|
||
#### [[2024-12#^12i|Monat]] |[[2024-Q4#^q4i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||
|
||
## Aufgaben
|
||
> [!todo]- Aktive Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>(happens on or before 2024-12-22) AND NOT (scheduled 2024-12-16 2024-12-22)
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!hint]- Geplante Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>scheduled 2024-12-16 2024-12-22
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!done]- Erledigte Aufgaben
|
||
>```dataview
|
||
>TASK
|
||
>WHERE completed AND completion >= date(2024-12-16) AND completion < date(2024-12-23)
|
||
>```
|
||
|
||
## History
|
||
|
||
### 2024-12-16
|
||
![[Journal/cimt AG/2024/12/2024-12-16#Journal]]
|
||
|
||
### 2024-12-17
|
||
![[Journal/cimt AG/2024/12/2024-12-17#Journal]]
|
||
|
||
### 2024-12-18
|
||
![[Journal/cimt AG/2024/12/2024-12-18#Journal]]
|
||
|
||
### 2024-12-19
|
||
![[Journal/cimt AG/2024/12/2024-12-19#Journal]]
|
||
|
||
### 2024-12-20
|
||
![[Journal/cimt AG/2024/12/2024-12-20#Journal]]
|
||
|
||
### 2024-12-21
|
||
![[Journal/cimt AG/2024/12/2024-12-21#Journal]]
|
||
|
||
### 2024-12-22
|
||
![[Journal/cimt AG/2024/12/2024-12-22#Journal]]
|
||
|
||
|
||
|
||
## 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
|
||
WHERE birthday.month <= 12 AND birthday.day < 23
|
||
SORT birthday.day
|
||
```
|
||
|
||
> [!note]- Erzeugte Notizen
|
||
> ```dataview
|
||
> LIST
|
||
> WHERE file.cday >= date(2024-12-16) AND file.cday < date(2024-12-22)
|
||
>```
|