vault backup: 2025-12-10 11:37:35

This commit is contained in:
2023-05-15 17:16:05 +02:00
committed by Thomas Peetz
parent 91bf72fc87
commit 73f2162ddf
6049 changed files with 513094 additions and 227748 deletions
+67
View File
@@ -0,0 +1,67 @@
---
weight:
meditation:
pushUps: 0
journal: Privat daily
journal-start-date: 2010-06-06
journal-end-date: 2010-06-06
journal-date: 2010-06-06
---
[[Journal/Privat/2010/06/2010-06-05|❮❮]] ⋮ [[Journal/Privat/2010|2010]] [[Journal/Privat/2010-Q2|Q2]] [[Journal/Privat/2010/2010-06|06]] [[Journal/Privat/2010/2010-W22|W22]] ⋮ [[Journal/Privat/2010/06/2010-06-07|❯❯]]
## Journal
- [x] Das Wochenende ist fast vorbei und es hätte noch länger dauern können. Nach der Arbeit am Freitag habe ich es noch rechtzeitig zum Abendmahlsgottesdienst in der St.-Nicolai-Kirche geschafft. Der Gottesdienst war der Auftakt zum Kreiskirchentag, der in einem Gottesdienst auf dem Marktplatz seinen Abschluß fand. Am Freitag saß die Gemeinde an langen Tischen, die längs in der Kirche aufgestellt waren. Der Ablauf und die Predigt standen unter dem Motto des Kreiskirchentages "Alle um einen Tisch". [completion:: 2010-06-06]
## Ziele
##### [[2010-W22#^22i|Woche]] | [[2010-06#^06i|Monat]] | [[2010-Q2#^q2i|Quartal]] | [[2010## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2010-06-06
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2010-06-06
>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-06
>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-06
>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-06)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 06 AND birthday.day = 06
```
+67
View File
@@ -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
```