Files
thpeetz-notes/Journal/Privat/2009/06/2009-06-02.md
T

70 lines
1.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
weight:
meditation:
pushUps: 0
journal: Privat daily
journal-start-date: 2009-06-02
journal-end-date: 2009-06-02
journal-date: 2009-06-02
---
[[Journal/Privat/2009/06/2009-06-01|❮❮]] ⋮ [[Journal/Privat/2009|2009]] [[Journal/Privat/2009-Q2|Q2]] [[Journal/Privat/2009/2009-06|06]] [[Journal/Privat/2009/2009-W23|W23]] ⋮ [[Journal/Privat/2009/06/2009-06-03|❯❯]]
## Journal
- [x] Und wieder ist einige Zeit ins Land gegangen, ohne dass hier neue Einträge hinzugekommen sind. [completion:: 2009-06-02]
- [x] In der Zwischenzeit habe ich angefangen meine Comic- und Büchersammlung zu erfassen und die Regale umzusortieren. [completion:: 2009-06-02]
- [x] Der Linux-Server ist auf dem aktuellen Stand. [completion:: 2009-06-02]
## Ziele
##### [[2009-W23#^23i|Woche]] | [[2009-06#^06i|Monat]] | [[2009-Q2#^q2i|Quartal]] | [[2009## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2009-06-02
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2009-06-02
>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 2009-06-02
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!error]- Überfällig
>```tasks
>not done
>has due date
>due before 2009-06-02
>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(2009-06-02)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 06 AND birthday.day = 02
```