68 lines
1.7 KiB
Markdown
68 lines
1.7 KiB
Markdown
---
|
||
journal: Claudia daily
|
||
journal-start-date: 2018-06-18
|
||
journal-end-date: 2018-06-18
|
||
journal-date: 2018-06-18
|
||
---
|
||
[[Journal/Claudia/2018/06/2018-06-17|❮❮]] ⋮ [[Journal/Claudia/2018|2018]] › [[Journal/Claudia/2018/2018-Q2|Q2]] › [[Journal/Claudia/2018/2018-06|06]] ⋮ [[Journal/Claudia/2018/06/2018-06-19|❯❯]]
|
||
|
||
## Journal
|
||
- [x] 07:30 - 08:30 Blutabnahme [completion:: 2018-06-18]
|
||
Rezept für L-Thyroxin
|
||
- [x] 09:00 - 10:00 CT Unterleib [[MVZ Diagnostikum Berlin 2020 GmbH]] [completion:: 2018-06-18]
|
||
- [x] 14:50 - 15:50 Praxis Dr. Richter [completion:: 2018-06-18]
|
||
|
||
## Ziele
|
||
|
||
##### [[2018-W25#^25i|Woche]] | [[2018-06#^06i|Monat]] | [[2018-Q2#^q2i|Quartal]] | [[2018## Jahresziele|Jahr]]
|
||
|
||
## Aufgaben
|
||
|
||
> [!hint]- Aktuelle Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens on 2018-06-18
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!todo]- Aktive Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens before 2018-06-18
|
||
>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 2018-06-18
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!error]- Überfällig
|
||
>```tasks
|
||
>not done
|
||
>has due date
|
||
>due before 2018-06-18
|
||
>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(2018-06-18)
|
||
>```
|
||
|
||
## Geburtstage
|
||
```dataview
|
||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||
FROM "Infos/Kontakte"
|
||
WHERE birthday.month = 06 AND birthday.day = 18
|
||
```
|