74 lines
1.7 KiB
Markdown
74 lines
1.7 KiB
Markdown
---
|
||
journal: cimt
|
||
journal-start-date: 2024-03-16
|
||
journal-end-date: 2024-03-22
|
||
journal-section: week
|
||
journal-date: 2024-03-16
|
||
---
|
||
[[Journal/cimt AG/2024/2024-W11|❮❮]] ⋮ [[Journal/cimt AG/2024|2024]] › [[/Journal/cimt AG/2024-Q1|Q1]] › [[Journal/cimt AG/2024/2024-03|03]] ⋮ [[Journal/cimt AG/2024/2024-W13|❯❯]]
|
||
|
||
#### [[2024-03#^03i|Monat]] |[[2024-Q1#^q1i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||
|
||
## Aufgaben
|
||
> [!todo]- Aktive Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens on or before 2024-03-24
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!hint]- Geplante Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>scheduled 2024-03-18 2024-03-24
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!done]- Erledigte Aufgaben
|
||
>```dataview
|
||
>TASK
|
||
>WHERE completed AND completion >= date(2024-03-18) AND completion < date(2024-03-25)
|
||
>```
|
||
|
||
## History
|
||
|
||
### 2024-03-18
|
||
![[Journal/cimt AG/2024/03/2024-03-18#Journal]]
|
||
|
||
### 2024-03-19
|
||
![[Journal/cimt AG/2024/03/2024-03-19#Journal]]
|
||
|
||
### 2024-03-20
|
||
![[Journal/cimt AG/2024/03/2024-03-20#Journal]]
|
||
|
||
### 2024-03-21
|
||
![[Journal/cimt AG/2024/03/2024-03-21#Journal]]
|
||
|
||
### 2024-03-22
|
||
![[Journal/cimt AG/2024/03/2024-03-22#Journal]]
|
||
|
||
### 2024-03-23
|
||
![[Journal/cimt AG/2024/03/2024-03-23#Journal]]
|
||
|
||
### 2024-03-24
|
||
![[Journal/cimt AG/2024/03/2024-03-24#Journal]]
|
||
|
||
|
||
|
||
## Geburtstage
|
||
```dataview
|
||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||
FROM "Infos/Kontakte"
|
||
WHERE birthday.month >= 03 AND birthday.day >= 18
|
||
WHERE birthday.month <= 03 AND birthday.day < 25
|
||
SORT birthday.day
|
||
```
|
||
|
||
> [!note]- Erzeugte Notizen
|
||
> ```dataview
|
||
> LIST
|
||
> WHERE file.cday >= date(2024-03-18) AND file.cday < date(2024-03-24)
|
||
>```
|