vault backup: 2025-12-10 11:37:35
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2023-03-14
|
||||
journal-end-date: 2023-03-14
|
||||
journal-date: 2023-03-14
|
||||
---
|
||||
[[Journal/Claudia/2023/03/2023-03-13|❮❮]] ⋮ [[Journal/Claudia/2023|2023]] › [[Journal/Claudia/2023-Q1|Q1]] › [[Journal/Claudia/2023/2023-03|03]] › [[Journal/Claudia/2023/2023-W11|W11]] ⋮ [[Journal/Claudia/2023/03/2023-03-15|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 07:45 - 08:30 Taxi Eva [completion:: 2023-03-14]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W11#^11i|Woche]] | [[2023-03#^03i|Monat]] | [[2023-Q1#^q1i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-03-14
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-03-14
|
||||
>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 2023-03-14
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2023-03-14
|
||||
>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(2023-03-14)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 14
|
||||
```
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2023-03-28
|
||||
journal-end-date: 2023-03-28
|
||||
journal-date: 2023-03-28
|
||||
---
|
||||
[[Journal/Claudia/2023/03/2023-03-27|❮❮]] ⋮ [[Journal/Claudia/2023|2023]] › [[Journal/Claudia/2023-Q1|Q1]] › [[Journal/Claudia/2023/2023-03|03]] › [[Journal/Claudia/2023/2023-W13|W13]] ⋮ [[Journal/Claudia/2023/03/2023-03-29|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 16:00 - 17:00 Asthma-Schulung [completion:: 2023-03-28]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W13#^13i|Woche]] | [[2023-03#^03i|Monat]] | [[2023-Q1#^q1i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-03-28
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-03-28
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!warning]- Heute fällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due on 2023-03-28
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2023-03-28
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!done]- Erledigte Aufgaben
|
||||
>```dataview
|
||||
>TASK
|
||||
>FROM !"Resources/Templates"
|
||||
>WHERE completed AND completion = date(2023-03-28)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 28
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: Claudia daily
|
||||
journal-start-date: 2023-03-31
|
||||
journal-end-date: 2023-03-31
|
||||
journal-date: 2023-03-31
|
||||
---
|
||||
[[Journal/Claudia/2023/03/2023-03-30|❮❮]] ⋮ [[Journal/Claudia/2023|2023]] › [[Journal/Claudia/2023-Q1|Q1]] › [[Journal/Claudia/2023/2023-03|03]] › [[Journal/Claudia/2023/2023-W13|W13]] ⋮ [[Journal/Claudia/2023/03/2023-04-01|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] 12:45 - 13:00 Taxi zur Krankengymnastik [completion:: 2023-03-31]
|
||||
- [x] 13:10 - 14:10 [[Physio-an-der-Waterkant]] [completion:: 2023-03-31]
|
||||
Handtuch mitnehmen
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2023-W13#^13i|Woche]] | [[2023-03#^03i|Monat]] | [[2023-Q1#^q1i|Quartal]] | [[2023## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2023-03-31
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2023-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 2023-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 2023-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(2023-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
|
||||
```
|
||||
Reference in New Issue
Block a user