74 lines
1.8 KiB
Markdown
74 lines
1.8 KiB
Markdown
---
|
||
journal: cimt
|
||
journal-start-date: 2024-08-24
|
||
journal-end-date: 2024-08-30
|
||
journal-section: week
|
||
journal-date: 2024-08-24
|
||
---
|
||
[[Journal/cimt AG/2024/2024-W34|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[/Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-08|08]] ⋮ [[Journal/cimt AG/2024/2024-W36|❯❯]]
|
||
|
||
#### [[2024-08#^08i|Monat]] |[[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||
|
||
## Aufgaben
|
||
> [!todo]- Aktive Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>(happens on or before 2024-09-01) AND NOT (scheduled 2024-08-26 2024-09-01)
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!hint]- Geplante Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>scheduled 2024-08-26 2024-09-01
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!done]- Erledigte Aufgaben
|
||
>```dataview
|
||
>TASK
|
||
>WHERE completed AND completion >= date(2024-08-26) AND completion < date(2024-09-02)
|
||
>```
|
||
|
||
## History
|
||
|
||
### 2024-08-26
|
||
![[Journal/cimt AG/2024/08/2024-08-26#Journal]]
|
||
|
||
### 2024-08-27
|
||
![[Journal/cimt AG/2024/08/2024-08-27#Journal]]
|
||
|
||
### 2024-08-28
|
||
![[Journal/cimt AG/2024/08/2024-08-28#Journal]]
|
||
|
||
### 2024-08-29
|
||
![[Journal/cimt AG/2024/08/2024-08-29#Journal]]
|
||
|
||
### 2024-08-30
|
||
![[Journal/cimt AG/2024/08/2024-08-30#Journal]]
|
||
|
||
### 2024-08-31
|
||
![[Journal/cimt AG/2024/08/2024-08-31#Journal]]
|
||
|
||
### 2024-09-01
|
||
![[Journal/cimt AG/2024/09/2024-09-01#Journal]]
|
||
|
||
|
||
|
||
## Geburtstage
|
||
```dataview
|
||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||
FROM "Infos/Kontakte"
|
||
WHERE birthday.month >= 08 AND birthday.day >= 26
|
||
WHERE birthday.month <= 09 AND birthday.day < 02
|
||
SORT birthday.day
|
||
```
|
||
|
||
> [!note]- Erzeugte Notizen
|
||
> ```dataview
|
||
> LIST
|
||
> WHERE file.cday >= date(2024-08-26) AND file.cday < date(2024-09-01)
|
||
>```
|