vault backup: 2025-12-10 11:37:35
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
---
|
||||
weight:
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2010-06-20
|
||||
journal-end-date: 2010-06-20
|
||||
journal-date: 2010-06-20
|
||||
---
|
||||
[[Journal/Privat/2010/06/2010-06-19|❮❮]] ⋮ [[Journal/Privat/2010|2010]] › [[Journal/Privat/2010-Q2|Q2]] › [[Journal/Privat/2010/2010-06|06]] › [[Journal/Privat/2010/2010-W24|W24]] ⋮ [[Journal/Privat/2010/06/2010-06-21|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Die Dienstreise nach Rotterdam ist nun ein paar Tage her und im Gottesdienst ging es um das Verarbeiten der eigenen Schuld am 3. Sonntag nach Trinitatis. [completion:: 2010-06-20]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2010-W24#^24i|Woche]] | [[2010-06#^06i|Monat]] | [[2010-Q2#^q2i|Quartal]] | [[2010## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2010-06-20
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2010-06-20
|
||||
>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-06-20
|
||||
>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-06-20
|
||||
>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-06-20)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 20
|
||||
```
|
||||
Reference in New Issue
Block a user