vault backup: 2025-12-10 11:37:35
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
---
|
||||
weight:
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2016-03-17
|
||||
journal-end-date: 2016-03-17
|
||||
journal-date: 2016-03-17
|
||||
---
|
||||
[[Journal/Privat/2016/03/2016-03-16|❮❮]] ⋮ [[Journal/Privat/2016|2016]] › [[Journal/Privat/2016-Q1|Q1]] › [[Journal/Privat/2016/2016-03|03]] › [[Journal/Privat/2016/2016-W11|W11]] ⋮ [[Journal/Privat/2016/03/2016-03-18|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Besprechung der Laborwerte. [completion:: 2016-03-17]
|
||||
Vitamin-D Spiegel weiterhin kaum nachweisbar.
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2016-W11#^11i|Woche]] | [[2016-03#^03i|Monat]] | [[2016-Q1#^q1i|Quartal]] | [[2016## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2016-03-17
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2016-03-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 2016-03-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 2016-03-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(2016-03-17)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 17
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
weight:
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2016-06-12
|
||||
journal-end-date: 2016-06-12
|
||||
journal-date: 2016-06-12
|
||||
---
|
||||
[[Journal/Privat/2016/06/2016-06-11|❮❮]] ⋮ [[Journal/Privat/2016|2016]] › [[Journal/Privat/2016-Q2|Q2]] › [[Journal/Privat/2016/2016-06|06]] › [[Journal/Privat/2016/2016-W23|W23]] ⋮ [[Journal/Privat/2016/06/2016-06-13|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Fahrt nach Wendlingen. Ich sitze im Zug auf dem Weg nach Wendlingen. Ab dieser Woche werde ich die Wohnung von Familie Grossmann nutzen. [completion:: 2016-06-12]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2016-W23#^23i|Woche]] | [[2016-06#^06i|Monat]] | [[2016-Q2#^q2i|Quartal]] | [[2016## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2016-06-12
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2016-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 2016-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 2016-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(2016-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,67 @@
|
||||
---
|
||||
weight:
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2016-06-16
|
||||
journal-end-date: 2016-06-16
|
||||
journal-date: 2016-06-16
|
||||
---
|
||||
[[Journal/Privat/2016/06/2016-06-15|❮❮]] ⋮ [[Journal/Privat/2016|2016]] › [[Journal/Privat/2016-Q2|Q2]] › [[Journal/Privat/2016/2016-06|06]] › [[Journal/Privat/2016/2016-W24|W24]] ⋮ [[Journal/Privat/2016/06/2016-06-17|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Erinnerung an 'Glauben heisst Vertrauen' beim Lesen eines Artikels. Beim Surfen bin ich auf den Artikel https://spielraum.xing.com/2016/05/interview-janszky/ gestossen, der Adaptivität als Herausforderung der Gesellschaft (sprich Menschheit) im Jahre 2025 prognostiziert. Durch den technologischen Fortschritt, unter anderem durch Industrie 4.0, und einer starken Vernetzung verschiedener Bereiche wird es für den Einzelnen schwieriger alle Informationen zu beurteilen. Ein Vertrauen in Prozesse und Informationen wird benötigt. Im Umkehrschluss würde das ein Erstarken des Glaubens bedeuten. Kann diese Annahme durch weitere Artikel gestützt werden? [completion:: 2016-06-16]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2016-W24#^24i|Woche]] | [[2016-06#^06i|Monat]] | [[2016-Q2#^q2i|Quartal]] | [[2016## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2016-06-16
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2016-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 2016-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 2016-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(2016-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,66 @@
|
||||
---
|
||||
weight: 93.1
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2016-07-01
|
||||
journal-end-date: 2016-07-01
|
||||
journal-date: 2016-07-01
|
||||
---
|
||||
[[Journal/Privat/2016/07/2016-06-30|❮❮]] ⋮ [[Journal/Privat/2016|2016]] › [[Journal/Privat/2016/2016-Q3|Q3]] › [[Journal/Privat/2016/2016-07|07]] › [[Journal/Privat/2016/2016-W26|W26]] ⋮ [[Journal/Privat/2016/07/2016-07-02|❯❯]]
|
||||
|
||||
## Journal
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2016-W26#^26i|Woche]] | [[2016-07#^07i|Monat]] | [[2016-Q3#^q3i|Quartal]] | [[2016## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2016-07-01
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2016-07-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 2016-07-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 2016-07-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(2016-07-01)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 07 AND birthday.day = 01
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
weight:
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2016-07-11
|
||||
journal-end-date: 2016-07-11
|
||||
journal-date: 2016-07-11
|
||||
---
|
||||
[[Journal/Privat/2016/07/2016-07-10|❮❮]] ⋮ [[Journal/Privat/2016|2016]] › [[Journal/Privat/2016-Q3|Q3]] › [[Journal/Privat/2016/2016-07|07]] › [[Journal/Privat/2016/2016-W28|W28]] ⋮ [[Journal/Privat/2016/07/2016-07-12|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Ich möchte mehr schreiben. Ich habe seit einiger Zeit kaum handschriftliche Notizen gemacht. Auch projektbezogene Notizen wurden kaum erstellt. Hat das mit Veränderungen zu tun, die Claudia an mir beobachtet hat? [completion:: 2016-07-11]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2016-W28#^28i|Woche]] | [[2016-07#^07i|Monat]] | [[2016-Q3#^q3i|Quartal]] | [[2016## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2016-07-11
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2016-07-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 2016-07-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 2016-07-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(2016-07-11)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 07 AND birthday.day = 11
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
weight: 96
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2016-07-26
|
||||
journal-end-date: 2016-07-26
|
||||
journal-date: 2016-07-26
|
||||
---
|
||||
[[Journal/Privat/2016/07/2016-07-25|❮❮]] ⋮ [[Journal/Privat/2016|2016]] › [[Journal/Privat/2016-Q3|Q3]] › [[Journal/Privat/2016/2016-07|07]] › [[Journal/Privat/2016/2016-W30|W30]] ⋮ [[Journal/Privat/2016/07/2016-07-27|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Ich möchte mehr meditieren. Die Meditation und die Besinnung auf mich soll mir helfen wieder klar zu sehen und mir meine Gefühle bewusst machen. [completion:: 2016-07-26]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2016-W30#^30i|Woche]] | [[2016-07#^07i|Monat]] | [[2016-Q3#^q3i|Quartal]] | [[2016## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2016-07-26
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2016-07-26
|
||||
>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 2016-07-26
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2016-07-26
|
||||
>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(2016-07-26)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 07 AND birthday.day = 26
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
weight:
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2016-08-03
|
||||
journal-end-date: 2016-08-03
|
||||
journal-date: 2016-08-03
|
||||
---
|
||||
[[Journal/Privat/2016/08/2016-08-02|❮❮]] ⋮ [[Journal/Privat/2016|2016]] › [[Journal/Privat/2016-Q3|Q3]] › [[Journal/Privat/2016/2016-08|08]] › [[Journal/Privat/2016/2016-W31|W31]] ⋮ [[Journal/Privat/2016/08/2016-08-04|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Ich möchte fitter werden. In den letzten Wochen habe ich vermehrt beobachtet, dass meine Kondition schlechter geworden ist. Einen Anfang habe ich gemacht mit einer morgendlichen Meditation und kleineren Übungen. [completion:: 2016-08-03]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2016-W31#^31i|Woche]] | [[2016-08#^08i|Monat]] | [[2016-Q3#^q3i|Quartal]] | [[2016## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2016-08-03
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2016-08-03
|
||||
>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 2016-08-03
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2016-08-03
|
||||
>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(2016-08-03)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 08 AND birthday.day = 03
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
weight:
|
||||
meditation:
|
||||
pushUps: 20
|
||||
journal: Privat daily
|
||||
journal-start-date: 2016-08-05
|
||||
journal-end-date: 2016-08-05
|
||||
journal-date: 2016-08-05
|
||||
---
|
||||
[[Journal/Privat/2016/08/2016-08-04|❮❮]] ⋮ [[Journal/Privat/2016|2016]] › [[Journal/Privat/2016-Q3|Q3]] › [[Journal/Privat/2016/2016-08|08]] › [[Journal/Privat/2016/2016-W31|W31]] ⋮ [[Journal/Privat/2016/08/2016-08-06|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Erneut mit Sport am Morgen begonnen. Die ersten Übungen waren Plank für 2 Minuten und 20 Liegestützen (Push-Ups). [completion:: 2016-08-05]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2016-W31#^31i|Woche]] | [[2016-08#^08i|Monat]] | [[2016-Q3#^q3i|Quartal]] | [[2016## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2016-08-05
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2016-08-05
|
||||
>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 2016-08-05
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2016-08-05
|
||||
>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(2016-08-05)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 08 AND birthday.day = 05
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
weight: 95.4
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2016-08-31
|
||||
journal-end-date: 2016-08-31
|
||||
journal-date: 2016-08-31
|
||||
---
|
||||
[[Journal/Privat/2016/08/2016-08-30|❮❮]] ⋮ [[Journal/Privat/2016|2016]] › [[Journal/Privat/2016-Q3|Q3]] › [[Journal/Privat/2016/2016-08|08]] › [[Journal/Privat/2016/2016-W35|W35]] ⋮ [[Journal/Privat/2016/08/2016-09-01|❯❯]]
|
||||
|
||||
## Journal
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2016-W35#^35i|Woche]] | [[2016-08#^08i|Monat]] | [[2016-Q3#^q3i|Quartal]] | [[2016## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2016-08-31
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2016-08-31
|
||||
>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 2016-08-31
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2016-08-31
|
||||
>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(2016-08-31)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 08 AND birthday.day = 31
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
weight: 95.9
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2016-09-01
|
||||
journal-end-date: 2016-09-01
|
||||
journal-date: 2016-09-01
|
||||
---
|
||||
[[Journal/Privat/2016/09/2016-08-31|❮❮]] ⋮ [[Journal/Privat/2016|2016]] › [[Journal/Privat/2016-Q3|Q3]] › [[Journal/Privat/2016/2016-09|09]] › [[Journal/Privat/2016/2016-W35|W35]] ⋮ [[Journal/Privat/2016/09/2016-09-02|❯❯]]
|
||||
|
||||
## Journal
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2016-W35#^35i|Woche]] | [[2016-09#^09i|Monat]] | [[2016-Q3#^q3i|Quartal]] | [[2016## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2016-09-01
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2016-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 2016-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 2016-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(2016-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
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
weight: 97.5
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2016-09-05
|
||||
journal-end-date: 2016-09-05
|
||||
journal-date: 2016-09-05
|
||||
---
|
||||
[[Journal/Privat/2016/09/2016-09-04|❮❮]] ⋮ [[Journal/Privat/2016|2016]] › [[Journal/Privat/2016-Q3|Q3]] › [[Journal/Privat/2016/2016-09|09]] › [[Journal/Privat/2016/2016-W36|W36]] ⋮ [[Journal/Privat/2016/09/2016-09-06|❯❯]]
|
||||
|
||||
## Journal
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2016-W36#^36i|Woche]] | [[2016-09#^09i|Monat]] | [[2016-Q3#^q3i|Quartal]] | [[2016## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2016-09-05
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2016-09-05
|
||||
>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 2016-09-05
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2016-09-05
|
||||
>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(2016-09-05)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 05
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
weight: 96.2
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2016-09-06
|
||||
journal-end-date: 2016-09-06
|
||||
journal-date: 2016-09-06
|
||||
---
|
||||
[[Journal/Privat/2016/09/2016-09-05|❮❮]] ⋮ [[Journal/Privat/2016|2016]] › [[Journal/Privat/2016-Q3|Q3]] › [[Journal/Privat/2016/2016-09|09]] › [[Journal/Privat/2016/2016-W36|W36]] ⋮ [[Journal/Privat/2016/09/2016-09-07|❯❯]]
|
||||
|
||||
## Journal
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2016-W36#^36i|Woche]] | [[2016-09#^09i|Monat]] | [[2016-Q3#^q3i|Quartal]] | [[2016## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2016-09-06
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2016-09-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 2016-09-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 2016-09-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(2016-09-06)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 06
|
||||
```
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
heizung:
|
||||
warmwasser:
|
||||
journal: Privat monthly
|
||||
journal-start-date: 2016-06-01
|
||||
journal-end-date: 2016-06-30
|
||||
journal-date: 2016-06-01
|
||||
---
|
||||
[[Journal/Privat/2016/2016-05|❮❮]] ⋮ [[Journal/Privat/2016|2016]] › [[/Journal/Privat/2016/2016-Q2|Q2]] ⋮ [[Journal/Privat/2016/2016-07|❯❯]]
|
||||
|
||||
> ## Monats Ziele - [[2016-06|Juni]]
|
||||
> 1. Objective one
|
||||
> 2. Objective two
|
||||
> 3. Objective three ^06i
|
||||
|
||||
#### [[2016-Q2#^q2i|Quartal]] | [[2016#^2016i|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
> [!examples]- Backlog
|
||||
>```tasks
|
||||
>not done
|
||||
>no scheduled date
|
||||
>no start date
|
||||
>no due date
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>starts on or before 2016-07-01
|
||||
>has start date
|
||||
>no scheduled date
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!hint]- Geplante Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>scheduled 2016-06-01 2016-07-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(2016-06-01) AND completion < date(2016-07-01)
|
||||
>SORT completion, start
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06
|
||||
SORT birthday.day
|
||||
```
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
heizung:
|
||||
warmwasser:
|
||||
journal: Privat monthly
|
||||
journal-start-date: 2016-07-01
|
||||
journal-end-date: 2016-07-31
|
||||
journal-date: 2016-07-01
|
||||
---
|
||||
[[Journal/Privat/2016/2016-06|❮❮]] ⋮ [[Journal/Privat/2016|2016]] › [[/Journal/Privat/2016/2016-Q3|Q3]] ⋮ [[Journal/Privat/2016/2016-08|❯❯]]
|
||||
|
||||
> ## Monats Ziele - [[2016-07|Juli]]
|
||||
> 1. Objective one
|
||||
> 2. Objective two
|
||||
> 3. Objective three ^07i
|
||||
|
||||
#### [[2016-Q3#^q3i|Quartal]] | [[2016#^2016i|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
> [!examples]- Backlog
|
||||
>```tasks
|
||||
>not done
|
||||
>no scheduled date
|
||||
>no start date
|
||||
>no due date
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>starts on or before 2016-08-01
|
||||
>has start date
|
||||
>no scheduled date
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!hint]- Geplante Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>scheduled 2016-07-01 2016-08-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(2016-07-01) AND completion < date(2016-08-01)
|
||||
>SORT completion, start
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 07
|
||||
SORT birthday.day
|
||||
```
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
journal: Privat quarterly
|
||||
journal-start-date: 2016-04-01
|
||||
journal-end-date: 2016-06-30
|
||||
journal-date: 2016-04-01
|
||||
---
|
||||
```calendar-nav
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
>### Quartal 2 Ziele ^q2i
|
||||
|
||||
---
|
||||
|
||||
## Aufgaben
|
||||
> [!examples]- Backlog
|
||||
>```tasks
|
||||
>not done
|
||||
>no scheduled date
|
||||
>no start date
|
||||
>no due date
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>starts on or before 2016-07-01
|
||||
>has start date
|
||||
>no scheduled date
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!hint]- Geplante Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>scheduled 2016-04-01 2016-07-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(2016-04-01) AND completion < date(2016-07-01)
|
||||
>SORT completion, start
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month >= 04 AND birthday.month <= 06
|
||||
SORT birthday.month, birthday.day
|
||||
```
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
journal: Privat quarterly
|
||||
journal-start-date: 2016-07-01
|
||||
journal-end-date: 2016-09-30
|
||||
journal-date: 2016-07-01
|
||||
---
|
||||
```calendar-nav
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
>### Quartal 3 Ziele ^q3i
|
||||
|
||||
---
|
||||
|
||||
## Aufgaben
|
||||
> [!examples]- Backlog
|
||||
>```tasks
|
||||
>not done
|
||||
>no scheduled date
|
||||
>no start date
|
||||
>no due date
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>starts on or before 2016-10-01
|
||||
>has start date
|
||||
>no scheduled date
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!hint]- Geplante Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>scheduled 2016-07-01 2016-10-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(2016-07-01) AND completion < date(2016-10-01)
|
||||
>SORT completion, start
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month >= 07 AND birthday.month <= 09
|
||||
SORT birthday.month, birthday.day
|
||||
```
|
||||
@@ -0,0 +1,93 @@
|
||||
---
|
||||
journal: Privat weekly
|
||||
journal-start-date: 2016-06-25
|
||||
journal-end-date: 2016-07-01
|
||||
journal-date: 2016-06-25
|
||||
---
|
||||
[[Journal/Privat/2016/2016-W25|❮❮]] ⋮ [[Journal/Privat/2016|2016]] › [[/Journal/Privat/2016/2016-Q2|Q2]] › [[Journal/Privat/2016/2016-06|06]] ⋮ [[Journal/Privat/2016/2016-W27|❯❯]]
|
||||
|
||||
## Routinen der Woche
|
||||
|
||||
```dataview
|
||||
TABLE WITHOUT ID
|
||||
file.link as Datum,
|
||||
choice(meditation = true, "✅", "❌") as Meditation,
|
||||
choice(pushUps >= 10, "✅", "❌") as Liegestütz
|
||||
FROM "Journal/Privat"
|
||||
WHERE file.day >= date(2016-06-27) AND file.day <= date(2016-07-03)
|
||||
SORT file.day ASC
|
||||
```
|
||||
|
||||
> ### Woche [[2016-W26|26]] Ziele
|
||||
> - Persönliche Ziele
|
||||
> ---
|
||||
> - Berufliche Ziele
|
||||
> ---
|
||||
> - Erledigtes
|
||||
> ---
|
||||
^26i
|
||||
|
||||
#### [[2016-06#^06i|Monat]] |[[2016-Q2#^q2i|Quartal]] | [[2016## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on or before 2016-07-03
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!hint]- Geplante Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>scheduled 2016-06-27 2016-07-03
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!done]- Erledigte Aufgaben
|
||||
>```dataview
|
||||
>TASK
|
||||
>WHERE completed AND completion >= date(2016-06-27) AND completion < date(2016-07-04)
|
||||
>```
|
||||
|
||||
## History
|
||||
|
||||
### 2016-06-27
|
||||
![[Journal/Privat/2016/06/2016-06-27#Journal]]
|
||||
|
||||
### 2016-06-28
|
||||
![[Journal/Privat/2016/06/2016-06-28#Journal]]
|
||||
|
||||
### 2016-06-29
|
||||
![[Journal/Privat/2016/06/2016-06-29#Journal]]
|
||||
|
||||
### 2016-06-30
|
||||
![[Journal/Privat/2016/06/2016-06-30#Journal]]
|
||||
|
||||
### 2016-07-01
|
||||
![[Journal/Privat/2016/07/2016-07-01#Journal]]
|
||||
|
||||
### 2016-07-02
|
||||
![[Journal/Privat/2016/07/2016-07-02#Journal]]
|
||||
|
||||
### 2016-07-03
|
||||
![[Journal/Privat/2016/07/2016-07-03#Journal]]
|
||||
|
||||
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month >= 06 AND birthday.day >= 27
|
||||
WHERE birthday.month <= 07 AND birthday.day < 04
|
||||
SORT birthday.day
|
||||
```
|
||||
|
||||
> [!note]- Erzeugte Notizen
|
||||
> ```dataview
|
||||
> LIST
|
||||
> WHERE file.cday >= date(2016-06-27) AND file.cday < date(2016-07-03)
|
||||
>```
|
||||
Reference in New Issue
Block a user