Files
thpeetz-notes/Journal/ivv/2023/11/2023-11-07.md
T

67 lines
1.4 KiB
Markdown

---
journal: ivv daily
journal-date: 2023-11-07
journal-start-date: 2023-11-07
journal-end-date: 2023-11-07
---
```calendar-timeline
```
## Journal
- [x] 08:30 - 09:00 [[Git Projektmeeting]] [completion:: 2023-11-07]
nicht teilgenommen
## Ziele
##### [[2023-W45#^45i|Woche]] | [[2023-11#^11i|Monat]] | [[2023-Q4#^q4i|Quartal]] | [[2023## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2023-11-07
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2023-11-07
>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 2023-11-07
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!error]- Überfällig
>```tasks
>not done
>has due date
>due before 2023-11-07
>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(2023-11-07)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 11 AND birthday.day = 07
```