vault backup: 2025-12-10 11:37:35
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-03-31
|
||||
journal-end-date: 2020-03-31
|
||||
journal-date: 2020-03-31
|
||||
---
|
||||
[[Journal/Claudia/2020/03/2020-03-30|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q1|Q1]] › [[Journal/Claudia/2020/2020-03|03]] › [[Journal/Claudia/2020/2020-W14|W14]] ⋮ [[Journal/Claudia/2020/03/2020-04-01|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 15:20 - 16:20 [[Augenarztpraxis Dr. Kriegerowski & Dr. Heine]] [completion:: 2020-03-31]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W14#^14i|Woche]] | [[2020-03#^03i|Monat]] | [[2020-Q1#^q1i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-03-31
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-03-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 2020-03-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 2020-03-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(2020-03-31)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 31
|
||||
```
|
||||
@@ -0,0 +1,67 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-04-08
|
||||
journal-end-date: 2020-04-08
|
||||
journal-date: 2020-04-08
|
||||
---
|
||||
[[Journal/Claudia/2020/04/2020-04-07|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q2|Q2]] › [[Journal/Claudia/2020/2020-04|04]] › [[Journal/Claudia/2020/2020-W15|W15]] ⋮ [[Journal/Claudia/2020/04/2020-04-09|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 14:00 - 15:00 [[Pneumologische Praxis am Schloss Charlottenburg]] [completion:: 2020-04-08]
|
||||
Allergietest\, eine Woche vorher keine Allergie Medikamente nehmen
|
||||
17.03.2020 21:00: Loratadin eingenommen wegen Kekse von Butter Lindner
|
||||
vermutlich Paprika gegessen (Zutat in einer Sauce)
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W15#^15i|Woche]] | [[2020-04#^04i|Monat]] | [[2020-Q2#^q2i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-04-08
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-04-08
|
||||
>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 2020-04-08
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2020-04-08
|
||||
>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(2020-04-08)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 08
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-04-24
|
||||
journal-end-date: 2020-04-24
|
||||
journal-date: 2020-04-24
|
||||
---
|
||||
[[Journal/Claudia/2020/04/2020-04-23|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q2|Q2]] › [[Journal/Claudia/2020/2020-04|04]] › [[Journal/Claudia/2020/2020-W17|W17]] ⋮ [[Journal/Claudia/2020/04/2020-04-25|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 18:00 Stoffbörse Berlin [completion:: 2020-04-24]
|
||||
Kevin Dalink ansprechen auf fehlenden Stoff in der Lieferung. Ersatz suchen und verrechnen lassen (€ 9\,50 laut Telefonat vom 17.04.2020)
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W17#^17i|Woche]] | [[2020-04#^04i|Monat]] | [[2020-Q2#^q2i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-04-24
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-04-24
|
||||
>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 2020-04-24
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2020-04-24
|
||||
>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(2020-04-24)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 24
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-05-05
|
||||
journal-end-date: 2020-05-05
|
||||
journal-date: 2020-05-05
|
||||
---
|
||||
[[Journal/Claudia/2020/05/2020-05-04|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q2|Q2]] › [[Journal/Claudia/2020/2020-05|05]] › [[Journal/Claudia/2020/2020-W19|W19]] ⋮ [[Journal/Claudia/2020/05/2020-05-06|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 14:00 - 15:00 [[Optiker SchaumalOptik]] [completion:: 2020-05-05]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W19#^19i|Woche]] | [[2020-05#^05i|Monat]] | [[2020-Q2#^q2i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-05-05
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-05-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 2020-05-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 2020-05-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(2020-05-05)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 05
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-05-12
|
||||
journal-end-date: 2020-05-12
|
||||
journal-date: 2020-05-12
|
||||
---
|
||||
[[Journal/Claudia/2020/05/2020-05-11|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q2|Q2]] › [[Journal/Claudia/2020/2020-05|05]] › [[Journal/Claudia/2020/2020-W20|W20]] ⋮ [[Journal/Claudia/2020/05/2020-05-13|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 15:00 - 16:00 [[Fielmann AG & co. Spandau OHG]] [completion:: 2020-05-12]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W20#^20i|Woche]] | [[2020-05#^05i|Monat]] | [[2020-Q2#^q2i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-05-12
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-05-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 2020-05-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 2020-05-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(2020-05-12)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 12
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-05-15
|
||||
journal-end-date: 2020-05-15
|
||||
journal-date: 2020-05-15
|
||||
---
|
||||
[[Journal/Claudia/2020/05/2020-05-14|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q2|Q2]] › [[Journal/Claudia/2020/2020-05|05]] › [[Journal/Claudia/2020/2020-W20|W20]] ⋮ [[Journal/Claudia/2020/05/2020-05-16|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 10:00 [[Friseursalon Schnittkante]] [completion:: 2020-05-15]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W20#^20i|Woche]] | [[2020-05#^05i|Monat]] | [[2020-Q2#^q2i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-05-15
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-05-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 2020-05-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 2020-05-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(2020-05-15)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 15
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-05-22
|
||||
journal-end-date: 2020-05-22
|
||||
journal-date: 2020-05-22
|
||||
---
|
||||
[[Journal/Claudia/2020/05/2020-05-21|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q2|Q2]] › [[Journal/Claudia/2020/2020-05|05]] › [[Journal/Claudia/2020/2020-W21|W21]] ⋮ [[Journal/Claudia/2020/05/2020-05-23|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 18:00 Hobby Shop Rüther [completion:: 2020-05-22]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W21#^21i|Woche]] | [[2020-05#^05i|Monat]] | [[2020-Q2#^q2i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-05-22
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-05-22
|
||||
>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 2020-05-22
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2020-05-22
|
||||
>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(2020-05-22)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 22
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-05-31
|
||||
journal-end-date: 2020-05-31
|
||||
journal-date: 2020-05-31
|
||||
---
|
||||
[[Journal/Claudia/2020/05/2020-05-30|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q2|Q2]] › [[Journal/Claudia/2020/2020-05|05]] › [[Journal/Claudia/2020/2020-W22|W22]] ⋮ [[Journal/Claudia/2020/05/2020-06-01|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 16:00 - 17:00 [[Christa Stelter]] besuchen [completion:: 2020-05-31]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W22#^22i|Woche]] | [[2020-05#^05i|Monat]] | [[2020-Q2#^q2i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-05-31
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-05-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 2020-05-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 2020-05-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(2020-05-31)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 05 AND birthday.day = 31
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-06-09
|
||||
journal-end-date: 2020-06-09
|
||||
journal-date: 2020-06-09
|
||||
---
|
||||
[[Journal/Claudia/2020/06/2020-06-08|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q2|Q2]] › [[Journal/Claudia/2020/2020-06|06]] › [[Journal/Claudia/2020/2020-W24|W24]] ⋮ [[Journal/Claudia/2020/06/2020-06-10|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 14:00 - 16:00 [[Christa Stelter]] besuchen [completion:: 2020-06-09]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W24#^24i|Woche]] | [[2020-06#^06i|Monat]] | [[2020-Q2#^q2i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-06-09
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-06-09
|
||||
>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 2020-06-09
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2020-06-09
|
||||
>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(2020-06-09)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 09
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-06-23
|
||||
journal-end-date: 2020-06-23
|
||||
journal-date: 2020-06-23
|
||||
---
|
||||
[[Journal/Claudia/2020/06/2020-06-22|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q2|Q2]] › [[Journal/Claudia/2020/2020-06|06]] › [[Journal/Claudia/2020/2020-W26|W26]] ⋮ [[Journal/Claudia/2020/06/2020-06-24|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 10:00 [[Friseursalon Schnittkante]] [completion:: 2020-06-23]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W26#^26i|Woche]] | [[2020-06#^06i|Monat]] | [[2020-Q2#^q2i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-06-23
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-06-23
|
||||
>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 2020-06-23
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2020-06-23
|
||||
>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(2020-06-23)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 23
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-06-29
|
||||
journal-end-date: 2020-06-29
|
||||
journal-date: 2020-06-29
|
||||
---
|
||||
[[Journal/Claudia/2020/06/2020-06-28|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q2|Q2]] › [[Journal/Claudia/2020/2020-06|06]] › [[Journal/Claudia/2020/2020-W27|W27]] ⋮ [[Journal/Claudia/2020/06/2020-06-30|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 12:10 - 13:10 [[Augenarztpraxis Dr. Kriegerowski & Dr. Heine]] [completion:: 2020-06-29]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W27#^27i|Woche]] | [[2020-06#^06i|Monat]] | [[2020-Q2#^q2i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-06-29
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-06-29
|
||||
>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 2020-06-29
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2020-06-29
|
||||
>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(2020-06-29)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 29
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-06-30
|
||||
journal-end-date: 2020-06-30
|
||||
journal-date: 2020-06-30
|
||||
---
|
||||
[[Journal/Claudia/2020/06/2020-06-29|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q2|Q2]] › [[Journal/Claudia/2020/2020-06|06]] › [[Journal/Claudia/2020/2020-W27|W27]] ⋮ [[Journal/Claudia/2020/06/2020-07-01|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 17:00 Termin bei [[Fielmann AG & co. Spandau OHG]] vereinbaren [completion:: 2020-06-30]
|
||||
Anruf bei Fielmann um Termin mit Frau Gondermann zu vereinbaren
|
||||
Frau Gondermann ist ab dem 6. Juli wieder im Haus
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W27#^27i|Woche]] | [[2020-06#^06i|Monat]] | [[2020-Q2#^q2i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-06-30
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-06-30
|
||||
>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 2020-06-30
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2020-06-30
|
||||
>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(2020-06-30)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 06 AND birthday.day = 30
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-07-03
|
||||
journal-end-date: 2020-07-03
|
||||
journal-date: 2020-07-03
|
||||
---
|
||||
[[Journal/Claudia/2020/07/2020-07-02|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q3|Q3]] › [[Journal/Claudia/2020/2020-07|07]] › [[Journal/Claudia/2020/2020-W27|W27]] ⋮ [[Journal/Claudia/2020/07/2020-07-04|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:30 - 10:30 Blutabnahme Praxis Dr. Giakas [completion:: 2020-07-03]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W27#^27i|Woche]] | [[2020-07#^07i|Monat]] | [[2020-Q3#^q3i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-07-03
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-07-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 2020-07-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 2020-07-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(2020-07-03)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 07 AND birthday.day = 03
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-07-06
|
||||
journal-end-date: 2020-07-06
|
||||
journal-date: 2020-07-06
|
||||
---
|
||||
[[Journal/Claudia/2020/07/2020-07-05|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q3|Q3]] › [[Journal/Claudia/2020/2020-07|07]] › [[Journal/Claudia/2020/2020-W28|W28]] ⋮ [[Journal/Claudia/2020/07/2020-07-07|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 15:00 - 16:00 Dr. Giakas [completion:: 2020-07-06]
|
||||
- Fettleber?
|
||||
- Wassereinlagerung nach Salz
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W28#^28i|Woche]] | [[2020-07#^07i|Monat]] | [[2020-Q3#^q3i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-07-06
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-07-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 2020-07-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 2020-07-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(2020-07-06)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 07 AND birthday.day = 06
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-07-07
|
||||
journal-end-date: 2020-07-07
|
||||
journal-date: 2020-07-07
|
||||
---
|
||||
[[Journal/Claudia/2020/07/2020-07-06|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q3|Q3]] › [[Journal/Claudia/2020/2020-07|07]] › [[Journal/Claudia/2020/2020-W28|W28]] ⋮ [[Journal/Claudia/2020/07/2020-07-08|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 11:00 - 12:00 [[Fielmann AG & co. Spandau OHG]] [completion:: 2020-07-07]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W28#^28i|Woche]] | [[2020-07#^07i|Monat]] | [[2020-Q3#^q3i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-07-07
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-07-07
|
||||
>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 2020-07-07
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2020-07-07
|
||||
>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(2020-07-07)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 07 AND birthday.day = 07
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-07-21
|
||||
journal-end-date: 2020-07-21
|
||||
journal-date: 2020-07-21
|
||||
---
|
||||
[[Journal/Claudia/2020/07/2020-07-20|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q3|Q3]] › [[Journal/Claudia/2020/2020-07|07]] › [[Journal/Claudia/2020/2020-W30|W30]] ⋮ [[Journal/Claudia/2020/07/2020-07-22|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 10:00 [[Friseursalon Schnittkante]] [completion:: 2020-07-21]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W30#^30i|Woche]] | [[2020-07#^07i|Monat]] | [[2020-Q3#^q3i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-07-21
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-07-21
|
||||
>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 2020-07-21
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2020-07-21
|
||||
>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(2020-07-21)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 07 AND birthday.day = 21
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-08-23
|
||||
journal-end-date: 2020-08-23
|
||||
journal-date: 2020-08-23
|
||||
---
|
||||
[[Journal/Claudia/2020/08/2020-08-22|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q3|Q3]] › [[Journal/Claudia/2020/2020-08|08]] › [[Journal/Claudia/2020/2020-W34|W34]] ⋮ [[Journal/Claudia/2020/08/2020-08-24|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 15:00 - 18:00 Treffen mit Mor auf Friedhof [completion:: 2020-08-23]
|
||||
Mor Lottoschein mitgeben
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W34#^34i|Woche]] | [[2020-08#^08i|Monat]] | [[2020-Q3#^q3i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-08-23
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-08-23
|
||||
>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 2020-08-23
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2020-08-23
|
||||
>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(2020-08-23)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 08 AND birthday.day = 23
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-08-25
|
||||
journal-end-date: 2020-08-25
|
||||
journal-date: 2020-08-25
|
||||
---
|
||||
[[Journal/Claudia/2020/08/2020-08-24|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q3|Q3]] › [[Journal/Claudia/2020/2020-08|08]] › [[Journal/Claudia/2020/2020-W35|W35]] ⋮ [[Journal/Claudia/2020/08/2020-08-26|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 10:00 [[Friseursalon Schnittkante]] [completion:: 2020-08-25]
|
||||
- [x] 11:15 - 12:15 [[Sakoman & Stamm GbR]] [completion:: 2020-08-25]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W35#^35i|Woche]] | [[2020-08#^08i|Monat]] | [[2020-Q3#^q3i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-08-25
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-08-25
|
||||
>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 2020-08-25
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2020-08-25
|
||||
>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(2020-08-25)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 08 AND birthday.day = 25
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-08-26
|
||||
journal-end-date: 2020-08-26
|
||||
journal-date: 2020-08-26
|
||||
---
|
||||
[[Journal/Claudia/2020/08/2020-08-25|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q3|Q3]] › [[Journal/Claudia/2020/2020-08|08]] › [[Journal/Claudia/2020/2020-W35|W35]] ⋮ [[Journal/Claudia/2020/08/2020-08-27|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Anruf Rentenversicherung Bund [completion:: 2020-08-26]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W35#^35i|Woche]] | [[2020-08#^08i|Monat]] | [[2020-Q3#^q3i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-08-26
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-08-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 2020-08-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 2020-08-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(2020-08-26)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 08 AND birthday.day = 26
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-09-02
|
||||
journal-end-date: 2020-09-02
|
||||
journal-date: 2020-09-02
|
||||
---
|
||||
[[Journal/Claudia/2020/09/2020-09-01|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q3|Q3]] › [[Journal/Claudia/2020/2020-09|09]] › [[Journal/Claudia/2020/2020-W36|W36]] ⋮ [[Journal/Claudia/2020/09/2020-09-03|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 12:00 - 13:00 Vorstellungsgespräch [completion:: 2020-09-02]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W36#^36i|Woche]] | [[2020-09#^09i|Monat]] | [[2020-Q3#^q3i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-09-02
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-09-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 2020-09-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 2020-09-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(2020-09-02)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 02
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-09-03
|
||||
journal-end-date: 2020-09-03
|
||||
journal-date: 2020-09-03
|
||||
---
|
||||
[[Journal/Claudia/2020/09/2020-09-02|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q3|Q3]] › [[Journal/Claudia/2020/2020-09|09]] › [[Journal/Claudia/2020/2020-W36|W36]] ⋮ [[Journal/Claudia/2020/09/2020-09-04|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 11:00 - 12:00 [[Sakoman & Stamm GbR]] Spange abholen [completion:: 2020-09-03]
|
||||
- [x] 17:30 - 18:30 Beratung EDV Fortbildung [[Lernstudio Barbarossa Berlin-Spandau]] [completion:: 2020-09-03]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W36#^36i|Woche]] | [[2020-09#^09i|Monat]] | [[2020-Q3#^q3i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-09-03
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-09-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 2020-09-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 2020-09-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(2020-09-03)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 03
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-09-07
|
||||
journal-end-date: 2020-09-07
|
||||
journal-date: 2020-09-07
|
||||
---
|
||||
[[Journal/Claudia/2020/09/2020-09-06|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q3|Q3]] › [[Journal/Claudia/2020/2020-09|09]] › [[Journal/Claudia/2020/2020-W37|W37]] ⋮ [[Journal/Claudia/2020/09/2020-09-08|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 12:30 - 13:30 Vorstellungsgespräch [[Rechtsanwalt Michael Sydow]] [completion:: 2020-09-07]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W37#^37i|Woche]] | [[2020-09#^09i|Monat]] | [[2020-Q3#^q3i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-09-07
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-09-07
|
||||
>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 2020-09-07
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2020-09-07
|
||||
>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(2020-09-07)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 07
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-09-08
|
||||
journal-end-date: 2020-09-08
|
||||
journal-date: 2020-09-08
|
||||
---
|
||||
[[Journal/Claudia/2020/09/2020-09-07|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q3|Q3]] › [[Journal/Claudia/2020/2020-09|09]] › [[Journal/Claudia/2020/2020-W37|W37]] ⋮ [[Journal/Claudia/2020/09/2020-09-09|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 15:00 - 16:00 Vorstellungsgespräch [[Gütegemeinschaft Brandschutz]] [completion:: 2020-09-08]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W37#^37i|Woche]] | [[2020-09#^09i|Monat]] | [[2020-Q3#^q3i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-09-08
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-09-08
|
||||
>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 2020-09-08
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2020-09-08
|
||||
>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(2020-09-08)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 08
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-09-22
|
||||
journal-end-date: 2020-09-22
|
||||
journal-date: 2020-09-22
|
||||
---
|
||||
[[Journal/Claudia/2020/09/2020-09-21|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q3|Q3]] › [[Journal/Claudia/2020/2020-09|09]] › [[Journal/Claudia/2020/2020-W39|W39]] ⋮ [[Journal/Claudia/2020/09/2020-09-23|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:30 - 11:30 Kristina ruft wegen Englischunterricht an [completion:: 2020-09-22]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W39#^39i|Woche]] | [[2020-09#^09i|Monat]] | [[2020-Q3#^q3i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-09-22
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-09-22
|
||||
>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 2020-09-22
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2020-09-22
|
||||
>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(2020-09-22)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 22
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-09-29
|
||||
journal-end-date: 2020-09-29
|
||||
journal-date: 2020-09-29
|
||||
---
|
||||
[[Journal/Claudia/2020/09/2020-09-28|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q3|Q3]] › [[Journal/Claudia/2020/2020-09|09]] › [[Journal/Claudia/2020/2020-W40|W40]] ⋮ [[Journal/Claudia/2020/09/2020-09-30|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 09:00 - 10:00 [[Friseursalon Schnittkante]] [completion:: 2020-09-29]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W40#^40i|Woche]] | [[2020-09#^09i|Monat]] | [[2020-Q3#^q3i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-09-29
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-09-29
|
||||
>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 2020-09-29
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2020-09-29
|
||||
>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(2020-09-29)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 29
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-09-30
|
||||
journal-end-date: 2020-09-30
|
||||
journal-date: 2020-09-30
|
||||
---
|
||||
[[Journal/Claudia/2020/09/2020-09-29|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q3|Q3]] › [[Journal/Claudia/2020/2020-09|09]] › [[Journal/Claudia/2020/2020-W40|W40]] ⋮ [[Journal/Claudia/2020/09/2020-10-01|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 11:45 - 12:45 [[Pneumologische Praxis am Schloss Charlottenburg]] [completion:: 2020-09-30]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W40#^40i|Woche]] | [[2020-09#^09i|Monat]] | [[2020-Q3#^q3i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-09-30
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-09-30
|
||||
>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 2020-09-30
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2020-09-30
|
||||
>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(2020-09-30)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 09 AND birthday.day = 30
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-10-12
|
||||
journal-end-date: 2020-10-12
|
||||
journal-date: 2020-10-12
|
||||
---
|
||||
[[Journal/Claudia/2020/10/2020-10-11|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q4|Q4]] › [[Journal/Claudia/2020/2020-10|10]] › [[Journal/Claudia/2020/2020-W42|W42]] ⋮ [[Journal/Claudia/2020/10/2020-10-13|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 10:00 - 19:00 Juwelier Brose [completion:: 2020-10-12]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W42#^42i|Woche]] | [[2020-10#^10i|Monat]] | [[2020-Q4#^q4i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-10-12
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-10-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 2020-10-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 2020-10-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(2020-10-12)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 10 AND birthday.day = 12
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-10-21
|
||||
journal-end-date: 2020-10-21
|
||||
journal-date: 2020-10-21
|
||||
---
|
||||
[[Journal/Claudia/2020/10/2020-10-20|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q4|Q4]] › [[Journal/Claudia/2020/2020-10|10]] › [[Journal/Claudia/2020/2020-W43|W43]] ⋮ [[Journal/Claudia/2020/10/2020-10-22|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 14:40 - 15:40 Hautarzt [completion:: 2020-10-21]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W43#^43i|Woche]] | [[2020-10#^10i|Monat]] | [[2020-Q4#^q4i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-10-21
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-10-21
|
||||
>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 2020-10-21
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2020-10-21
|
||||
>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(2020-10-21)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 10 AND birthday.day = 21
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-10-26
|
||||
journal-end-date: 2020-10-26
|
||||
journal-date: 2020-10-26
|
||||
---
|
||||
[[Journal/Claudia/2020/10/2020-10-25|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q4|Q4]] › [[Journal/Claudia/2020/2020-10|10]] › [[Journal/Claudia/2020/2020-W44|W44]] ⋮ [[Journal/Claudia/2020/10/2020-10-27|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 11:20 - 12:20 [[Augenarztpraxis Dr. Kriegerowski & Dr. Heine]] [completion:: 2020-10-26]
|
||||
Augenhintergrund €77,00
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W44#^44i|Woche]] | [[2020-10#^10i|Monat]] | [[2020-Q4#^q4i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-10-26
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-10-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 2020-10-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 2020-10-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(2020-10-26)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 10 AND birthday.day = 26
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-11-02
|
||||
journal-end-date: 2020-11-02
|
||||
journal-date: 2020-11-02
|
||||
---
|
||||
[[Journal/Claudia/2020/11/2020-11-01|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q4|Q4]] › [[Journal/Claudia/2020/2020-11|11]] › [[Journal/Claudia/2020/2020-W45|W45]] ⋮ [[Journal/Claudia/2020/11/2020-11-03|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 16:00 - 17:00 [[Friseursalon Schnittkante]] [completion:: 2020-11-02]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W45#^45i|Woche]] | [[2020-11#^11i|Monat]] | [[2020-Q4#^q4i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-11-02
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-11-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 2020-11-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 2020-11-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(2020-11-02)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 11 AND birthday.day = 02
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-11-03
|
||||
journal-end-date: 2020-11-03
|
||||
journal-date: 2020-11-03
|
||||
---
|
||||
[[Journal/Claudia/2020/11/2020-11-02|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q4|Q4]] › [[Journal/Claudia/2020/2020-11|11]] › [[Journal/Claudia/2020/2020-W45|W45]] ⋮ [[Journal/Claudia/2020/11/2020-11-04|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 17:20 - 18:20 [[Fielmann AG & co. Spandau OHG]] [completion:: 2020-11-03]
|
||||
Frau Gondermann
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W45#^45i|Woche]] | [[2020-11#^11i|Monat]] | [[2020-Q4#^q4i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-11-03
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-11-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 2020-11-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 2020-11-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(2020-11-03)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 11 AND birthday.day = 03
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-11-12
|
||||
journal-end-date: 2020-11-12
|
||||
journal-date: 2020-11-12
|
||||
---
|
||||
[[Journal/Claudia/2020/11/2020-11-11|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q4|Q4]] › [[Journal/Claudia/2020/2020-11|11]] › [[Journal/Claudia/2020/2020-W46|W46]] ⋮ [[Journal/Claudia/2020/11/2020-11-13|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 14:15 - 15:15 [[Fielmann AG & co. Spandau OHG]] [completion:: 2020-11-12]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W46#^46i|Woche]] | [[2020-11#^11i|Monat]] | [[2020-Q4#^q4i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-11-12
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-11-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 2020-11-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 2020-11-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(2020-11-12)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 11 AND birthday.day = 12
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-11-26
|
||||
journal-end-date: 2020-11-26
|
||||
journal-date: 2020-11-26
|
||||
---
|
||||
[[Journal/Claudia/2020/11/2020-11-25|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q4|Q4]] › [[Journal/Claudia/2020/2020-11|11]] › [[Journal/Claudia/2020/2020-W48|W48]] ⋮ [[Journal/Claudia/2020/11/2020-11-27|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 17:00 - 19:00 Kaffee und Kuchen bei [[Christa Stelter]] [completion:: 2020-11-26]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W48#^48i|Woche]] | [[2020-11#^11i|Monat]] | [[2020-Q4#^q4i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-11-26
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-11-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 2020-11-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 2020-11-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(2020-11-26)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 11 AND birthday.day = 26
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-11-27
|
||||
journal-end-date: 2020-11-27
|
||||
journal-date: 2020-11-27
|
||||
---
|
||||
[[Journal/Claudia/2020/11/2020-11-26|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q4|Q4]] › [[Journal/Claudia/2020/2020-11|11]] › [[Journal/Claudia/2020/2020-W48|W48]] ⋮ [[Journal/Claudia/2020/11/2020-11-28|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 15:00 - 19:00 Kaffee und Kuchen bei Eltern [completion:: 2020-11-27]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W48#^48i|Woche]] | [[2020-11#^11i|Monat]] | [[2020-Q4#^q4i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-11-27
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-11-27
|
||||
>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 2020-11-27
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2020-11-27
|
||||
>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(2020-11-27)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 11 AND birthday.day = 27
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-11-30
|
||||
journal-end-date: 2020-11-30
|
||||
journal-date: 2020-11-30
|
||||
---
|
||||
[[Journal/Claudia/2020/11/2020-11-29|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q4|Q4]] › [[Journal/Claudia/2020/2020-11|11]] › [[Journal/Claudia/2020/2020-W49|W49]] ⋮ [[Journal/Claudia/2020/11/2020-12-01|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 15:00 - 16:00 [[Fielmann AG & co. Spandau OHG]] [completion:: 2020-11-30]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W49#^49i|Woche]] | [[2020-11#^11i|Monat]] | [[2020-Q4#^q4i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-11-30
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-11-30
|
||||
>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 2020-11-30
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2020-11-30
|
||||
>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(2020-11-30)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 11 AND birthday.day = 30
|
||||
```
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2020-12-18
|
||||
journal-end-date: 2020-12-18
|
||||
journal-date: 2020-12-18
|
||||
---
|
||||
[[Journal/Claudia/2020/12/2020-12-17|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[Journal/Claudia/2020-Q4|Q4]] › [[Journal/Claudia/2020/2020-12|12]] › [[Journal/Claudia/2020/2020-W51|W51]] ⋮ [[Journal/Claudia/2020/12/2020-12-19|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 14:00 - 15:00 [[Fielmann AG & co. Spandau OHG]] [completion:: 2020-12-18]
|
||||
- [x] 16:00 - 17:00 [[Friseursalon Schnittkante]] [completion:: 2020-12-18]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2020-W51#^51i|Woche]] | [[2020-12#^12i|Monat]] | [[2020-Q4#^q4i|Quartal]] | [[2020## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2020-12-18
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2020-12-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 2020-12-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 2020-12-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(2020-12-18)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 12 AND birthday.day = 18
|
||||
```
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
journal: Claudia monthly
|
||||
journal-start-date: 2020-07-01
|
||||
journal-end-date: 2020-07-31
|
||||
journal-date: 2020-07-01
|
||||
---
|
||||
[[Journal/Claudia/2020/2020-06|❮❮]] ⋮ [[Journal/Claudia/2020|2020]] › [[/Journal/Claudia/2020/2020-Q3|Q3]] ⋮ [[Journal/Claudia/2020/2020-08|❯❯]]
|
||||
|
||||
> ## Monats Ziele - [[2020-07|Juli]]
|
||||
> 1. Objective one
|
||||
> 2. Objective two
|
||||
> 3. Objective three ^07i
|
||||
|
||||
#### [[2020-Q3#^q3i|Quartal]] | [[2020#^2020i|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 2020-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 2020-07-01 2020-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(2020-07-01) AND completion < date(2020-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: Claudia quarterly
|
||||
journal-start-date: 2020-07-01
|
||||
journal-end-date: 2020-09-30
|
||||
journal-date: 2020-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 2020-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 2020-07-01 2020-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(2020-07-01) AND completion < date(2020-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
|
||||
```
|
||||
Reference in New Issue
Block a user