59 lines
1.4 KiB
Markdown
59 lines
1.4 KiB
Markdown
---
|
||
heizung: 1179.13
|
||
warmwasser: 139.91
|
||
journal: Privat monthly
|
||
journal-start-date: 2023-11-01
|
||
journal-end-date: 2023-11-30
|
||
journal-date: 2023-11-01
|
||
---
|
||
[[Journal/Privat/2023/2023-10|❮❮]] ⋮ [[Journal/Privat/2023|2023]] › [[/Journal/Privat/2023-Q4|Q4]] ⋮ [[Journal/Privat/2023/2023-12|❯❯]]
|
||
|
||
> ## Monats Ziele - [[2023-11|November]] ^11i
|
||
|
||
#### [[2023-Q4#^q4i|Quartal]] | [[2023#^2023i|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 2023-12-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 2023-11-01 2023-12-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(2023-11-01) AND completion < date(2023-12-01)
|
||
>SORT completion, start
|
||
>```
|
||
|
||
## Geburtstage
|
||
```dataview
|
||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||
FROM "Infos/Kontakte"
|
||
WHERE birthday.month = 11
|
||
SORT birthday.day
|
||
```
|