68 lines
1.8 KiB
Markdown
68 lines
1.8 KiB
Markdown
---
|
||
weight:
|
||
meditation:
|
||
pushUps: 0
|
||
journal: Privat daily
|
||
journal-start-date: 2010-05-30
|
||
journal-end-date: 2010-05-30
|
||
journal-date: 2010-05-30
|
||
---
|
||
[[Journal/Privat/2010/05/2010-05-29|❮❮]] ⋮ [[Journal/Privat/2010|2010]] › [[Journal/Privat/2010-Q2|Q2]] › [[Journal/Privat/2010/2010-05|05]] › [[Journal/Privat/2010/2010-W21|W21]] ⋮ [[Journal/Privat/2010/05/2010-05-31|❯❯]]
|
||
|
||
## Journal
|
||
- [x] Heute morgen kam mir der Gedanke zu Internet-Life-Balance. Im Anklang an das Thema Work-Life-Balance geht es um das Verhältnis von der Internet-Identität und dem realen Leben. [completion:: 2010-05-30]
|
||
|
||
## Ziele
|
||
|
||
##### [[2010-W21#^21i|Woche]] | [[2010-05#^05i|Monat]] | [[2010-Q2#^q2i|Quartal]] | [[2010## Jahresziele|Jahr]]
|
||
|
||
## Aufgaben
|
||
|
||
> [!hint]- Aktuelle Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens on 2010-05-30
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!todo]- Aktive Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens before 2010-05-30
|
||
>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 2010-05-30
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!error]- Überfällig
|
||
>```tasks
|
||
>not done
|
||
>has due date
|
||
>due before 2010-05-30
|
||
>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(2010-05-30)
|
||
>```
|
||
|
||
## Geburtstage
|
||
```dataview
|
||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||
FROM "Infos/Kontakte"
|
||
WHERE birthday.month = 05 AND birthday.day = 30
|
||
```
|