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: 2015-06-10
|
||||
journal-end-date: 2015-06-10
|
||||
journal-date: 2015-06-10
|
||||
---
|
||||
[[Journal/Privat/2015/06/2015-06-09|❮❮]] ⋮ [[Journal/Privat/2015|2015]] › [[Journal/Privat/2015-Q2|Q2]] › [[Journal/Privat/2015/2015-06|06]] › [[Journal/Privat/2015/2015-W24|W24]] ⋮ [[Journal/Privat/2015/06/2015-06-11|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Buch "Ich bin dann mal weg" von Hape Kerkeling angefangen zu lesen [completion:: 2015-06-10]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2015-W24#^24i|Woche]] | [[2015-06#^06i|Monat]] | [[2015-Q2#^q2i|Quartal]] | [[2015## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2015-06-10
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2015-06-10
|
||||
>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 2015-06-10
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2015-06-10
|
||||
>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(2015-06-10)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 10
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
weight:
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2015-06-11
|
||||
journal-end-date: 2015-06-11
|
||||
journal-date: 2015-06-11
|
||||
---
|
||||
[[Journal/Privat/2015/06/2015-06-10|❮❮]] ⋮ [[Journal/Privat/2015|2015]] › [[Journal/Privat/2015-Q2|Q2]] › [[Journal/Privat/2015/2015-06|06]] › [[Journal/Privat/2015/2015-W24|W24]] ⋮ [[Journal/Privat/2015/06/2015-06-12|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Ich weiss nicht, wie ich das Notizbuch "Briefe an Claudia" beginnen soll. [completion:: 2015-06-11]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2015-W24#^24i|Woche]] | [[2015-06#^06i|Monat]] | [[2015-Q2#^q2i|Quartal]] | [[2015## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2015-06-11
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2015-06-11
|
||||
>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 2015-06-11
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2015-06-11
|
||||
>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(2015-06-11)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 11
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
weight: 104.5
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2015-06-12
|
||||
journal-end-date: 2015-06-12
|
||||
journal-date: 2015-06-12
|
||||
---
|
||||
[[Journal/Privat/2015/06/2015-06-11|❮❮]] ⋮ [[Journal/Privat/2015|2015]] › [[Journal/Privat/2015-Q2|Q2]] › [[Journal/Privat/2015/2015-06|06]] › [[Journal/Privat/2015/2015-W24|W24]] ⋮ [[Journal/Privat/2015/06/2015-06-13|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Was sind die typischen Eigenschaften der Archetypen Soldat und Mönch? [completion:: 2015-06-12]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2015-W24#^24i|Woche]] | [[2015-06#^06i|Monat]] | [[2015-Q2#^q2i|Quartal]] | [[2015## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2015-06-12
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2015-06-12
|
||||
>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 2015-06-12
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2015-06-12
|
||||
>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(2015-06-12)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 12
|
||||
```
|
||||
@@ -0,0 +1,69 @@
|
||||
---
|
||||
weight: 105.8
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2015-06-15
|
||||
journal-end-date: 2015-06-15
|
||||
journal-date: 2015-06-15
|
||||
---
|
||||
[[Journal/Privat/2015/06/2015-06-14|❮❮]] ⋮ [[Journal/Privat/2015|2015]] › [[Journal/Privat/2015-Q2|Q2]] › [[Journal/Privat/2015/2015-06|06]] › [[Journal/Privat/2015/2015-W25|W25]] ⋮ [[Journal/Privat/2015/06/2015-06-16|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Ein Journal oder Tagebuch zu fuehren muss gelernt werden. Das Aufschreiben von Notizen oder Gedanken ohne eine Filterung bedarf der Uebung. [completion:: 2015-06-15]
|
||||
- [x] Hinweis auf Todo-Liste richtig formulieren fuer Journal oder Tagebucheintraege. Kann die Anleitung fuer bessere todo-Listen auch fuer Tagebucheintraege verwendet werden? [completion:: 2015-06-15]
|
||||
- [x] Stelle ich zu viele Fragen in meinem Journal? [completion:: 2015-06-15]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2015-W25#^25i|Woche]] | [[2015-06#^06i|Monat]] | [[2015-Q2#^q2i|Quartal]] | [[2015## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2015-06-15
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2015-06-15
|
||||
>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 2015-06-15
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2015-06-15
|
||||
>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(2015-06-15)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 15
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
weight:
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2015-06-16
|
||||
journal-end-date: 2015-06-16
|
||||
journal-date: 2015-06-16
|
||||
---
|
||||
[[Journal/Privat/2015/06/2015-06-15|❮❮]] ⋮ [[Journal/Privat/2015|2015]] › [[Journal/Privat/2015-Q2|Q2]] › [[Journal/Privat/2015/2015-06|06]] › [[Journal/Privat/2015/2015-W25|W25]] ⋮ [[Journal/Privat/2015/06/2015-06-17|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Verwendung des digitalen und analogen Notizbuches. Gleichzeitige Verwendung mit gleichen Inhalten oder Trennung nach Themen? Das digitale Notizbuch als Ersatz zum Wiki, beziehungsweise als Projekttagebuch. [completion:: 2015-06-16]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2015-W25#^25i|Woche]] | [[2015-06#^06i|Monat]] | [[2015-Q2#^q2i|Quartal]] | [[2015## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2015-06-16
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2015-06-16
|
||||
>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 2015-06-16
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2015-06-16
|
||||
>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(2015-06-16)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 16
|
||||
```
|
||||
@@ -0,0 +1,69 @@
|
||||
---
|
||||
weight: 105.9
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2015-06-17
|
||||
journal-end-date: 2015-06-17
|
||||
journal-date: 2015-06-17
|
||||
---
|
||||
[[Journal/Privat/2015/06/2015-06-16|❮❮]] ⋮ [[Journal/Privat/2015|2015]] › [[Journal/Privat/2015-Q2|Q2]] › [[Journal/Privat/2015/2015-06|06]] › [[Journal/Privat/2015/2015-W25|W25]] ⋮ [[Journal/Privat/2015/06/2015-06-18|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Wie kommen die Gedanken und Gefuehle aus meinem Kopf auf das Papier? Es sollte doch einfach sein, wenn die Gedanken sprudeln, einfach mitzuschreiben. Es gibt die Angst, dass die Gedanken aufhoeren zu fliessen, wenn sie erfasst und aufgeschrieben werden. Nach einiger (kurzer) Zeit kann ich jedoch keinen aufschreiben. [completion:: 2015-06-17]
|
||||
- [x] Im Zug. Ich sitze alleine an einem Tisch im Großraum Abteil und lasse die Gegend bei einer Folge Tauschkonzert an mir vorbeifliegen. Die Felder, Wege und Wäldchen lassen in mir den Wunsch aufkommen den Weg zu Fuß zu laufen. Einerseits kann die Zugfahrt länger dauern und andererseits möchte ich so schnell wie möglich nach Hause kommen. [completion:: 2015-06-17]
|
||||
- [x] Der Weg ist das Ziel. Was ist die Bedeutung des buddhistischen Mottos? Ist damit der Weg zur Erkenntnis gemeint? Gibt es eine Entsprechung aus der christlichen Lehre? [completion:: 2015-06-17]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2015-W25#^25i|Woche]] | [[2015-06#^06i|Monat]] | [[2015-Q2#^q2i|Quartal]] | [[2015## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2015-06-17
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2015-06-17
|
||||
>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 2015-06-17
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2015-06-17
|
||||
>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(2015-06-17)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 17
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
weight: 107
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2015-06-18
|
||||
journal-end-date: 2015-06-18
|
||||
journal-date: 2015-06-18
|
||||
---
|
||||
[[Journal/Privat/2015/06/2015-06-17|❮❮]] ⋮ [[Journal/Privat/2015|2015]] › [[Journal/Privat/2015-Q2|Q2]] › [[Journal/Privat/2015/2015-06|06]] › [[Journal/Privat/2015/2015-W25|W25]] ⋮ [[Journal/Privat/2015/06/2015-06-19|❯❯]]
|
||||
|
||||
## Journal
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2015-W25#^25i|Woche]] | [[2015-06#^06i|Monat]] | [[2015-Q2#^q2i|Quartal]] | [[2015## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2015-06-18
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2015-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 2015-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 2015-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(2015-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
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
weight:
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2015-07-28
|
||||
journal-end-date: 2015-07-28
|
||||
journal-date: 2015-07-28
|
||||
---
|
||||
[[Journal/Privat/2015/07/2015-07-27|❮❮]] ⋮ [[Journal/Privat/2015|2015]] › [[Journal/Privat/2015-Q3|Q3]] › [[Journal/Privat/2015/2015-07|07]] › [[Journal/Privat/2015/2015-W31|W31]] ⋮ [[Journal/Privat/2015/07/2015-07-29|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Welchen Zweck hat der Glauben? [completion:: 2015-07-28]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2015-W31#^31i|Woche]] | [[2015-07#^07i|Monat]] | [[2015-Q3#^q3i|Quartal]] | [[2015## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2015-07-28
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2015-07-28
|
||||
>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 2015-07-28
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2015-07-28
|
||||
>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(2015-07-28)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 07 AND birthday.day = 28
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
weight:
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2015-08-04
|
||||
journal-end-date: 2015-08-04
|
||||
journal-date: 2015-08-04
|
||||
---
|
||||
[[Journal/Privat/2015/08/2015-08-03|❮❮]] ⋮ [[Journal/Privat/2015|2015]] › [[Journal/Privat/2015-Q3|Q3]] › [[Journal/Privat/2015/2015-08|08]] › [[Journal/Privat/2015/2015-W32|W32]] ⋮ [[Journal/Privat/2015/08/2015-08-05|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Ankunft im Buero im Hamburg. Ich muss mich erst einmal motivieren, um richtig durchstarten zu können. [completion:: 2015-08-04]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2015-W32#^32i|Woche]] | [[2015-08#^08i|Monat]] | [[2015-Q3#^q3i|Quartal]] | [[2015## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2015-08-04
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2015-08-04
|
||||
>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 2015-08-04
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2015-08-04
|
||||
>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(2015-08-04)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 08 AND birthday.day = 04
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
weight: 104.2
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2015-09-01
|
||||
journal-end-date: 2015-09-01
|
||||
journal-date: 2015-09-01
|
||||
---
|
||||
[[Journal/Privat/2015/09/2015-08-31|❮❮]] ⋮ [[Journal/Privat/2015|2015]] › [[Journal/Privat/2015-Q3|Q3]] › [[Journal/Privat/2015/2015-09|09]] › [[Journal/Privat/2015/2015-W36|W36]] ⋮ [[Journal/Privat/2015/09/2015-09-02|❯❯]]
|
||||
|
||||
## Journal
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2015-W36#^36i|Woche]] | [[2015-09#^09i|Monat]] | [[2015-Q3#^q3i|Quartal]] | [[2015## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2015-09-01
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2015-09-01
|
||||
>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 2015-09-01
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2015-09-01
|
||||
>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(2015-09-01)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 01
|
||||
```
|
||||
Reference in New Issue
Block a user