66 lines
1.7 KiB
Markdown
66 lines
1.7 KiB
Markdown
---
|
||
journal: Claudia daily
|
||
journal-start-date: 2022-09-12
|
||
journal-end-date: 2022-09-12
|
||
journal-date: 2022-09-12
|
||
---
|
||
[[Journal/Claudia/2022/09/2022-09-11|❮❮]] ⋮ [[Journal/Claudia/2022|2022]] › [[Journal/Claudia/2022-Q3|Q3]] › [[Journal/Claudia/2022/2022-09|09]] › [[Journal/Claudia/2022/2022-W37|W37]] ⋮ [[Journal/Claudia/2022/09/2022-09-13|❯❯]]
|
||
|
||
## Journal
|
||
- [x] 12:10 - 13:10 [[Augenarztpraxis Dr. Kriegerowski & Dr. Heine]] [completion:: 2022-09-12]
|
||
Augenhintergrund: Können andere Erkrankungen erkannt werden?
|
||
|
||
## Ziele
|
||
|
||
##### [[2022-W37#^37i|Woche]] | [[2022-09#^09i|Monat]] | [[2022-Q3#^q3i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||
|
||
## Aufgaben
|
||
|
||
> [!hint]- Aktuelle Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens on 2022-09-12
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!todo]- Aktive Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens before 2022-09-12
|
||
>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 2022-09-12
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!error]- Überfällig
|
||
>```tasks
|
||
>not done
|
||
>has due date
|
||
>due before 2022-09-12
|
||
>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(2022-09-12)
|
||
>```
|
||
|
||
## Geburtstage
|
||
```dataview
|
||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||
FROM "Infos/Kontakte"
|
||
WHERE birthday.month = 09 AND birthday.day = 12
|
||
```
|