65 lines
1.6 KiB
Markdown
65 lines
1.6 KiB
Markdown
---
|
||
journal: Claudia daily
|
||
journal-start-date: 2020-06-29
|
||
journal-end-date: 2020-06-29
|
||
journal-date: 2020-06-29
|
||
---
|
||
[[Journal/Claudia/2020/06/2020-06-28|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q2|Q2]] › [[Journal/Claudia/2020/2020-06|06]] › [[Journal/Claudia/2020/2020-W27|W27]] ⋮ [[Journal/Claudia/2020/06/2020-06-30|❯❯]]
|
||
|
||
## Journal
|
||
- [x] 12:10 - 13:10 [[Augenarztpraxis Dr. Kriegerowski & Dr. Heine]] [completion:: 2020-06-29]
|
||
|
||
## Ziele
|
||
|
||
##### [[2020-W27#^27i|Woche]] | [[2020-06#^06i|Monat]] | [[2020-Q2#^q2i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||
|
||
## Aufgaben
|
||
|
||
> [!hint]- Aktuelle Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens on 2020-06-29
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!todo]- Aktive Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens before 2020-06-29
|
||
>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 2020-06-29
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!error]- Überfällig
|
||
>```tasks
|
||
>not done
|
||
>has due date
|
||
>due before 2020-06-29
|
||
>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(2020-06-29)
|
||
>```
|
||
|
||
## Geburtstage
|
||
```dataview
|
||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||
FROM "Infos/Kontakte"
|
||
WHERE birthday.month = 06 AND birthday.day = 29
|
||
```
|