--- journal: Privat weekly journal-start-date: 2024-08-24 journal-end-date: 2024-08-30 journal-date: 2024-08-24 --- [[Journal/Privat/2024/2024-W34|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[/Journal/Privat/2024/2024-Q3|Q3]] › [[Journal/Privat/2024/2024-08|08]] ⋮ [[Journal/Privat/2024/2024-W36|❯❯]] ## 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(2024-08-26) AND file.day <= date(2024-09-01) SORT file.day ASC ``` > ### Woche [[2024-W35|35]] Ziele > - Persönliche Ziele > --- > - Berufliche Ziele > --- > - Erledigtes > --- ^35i #### [[2024-08#^08i|Monat]] |[[2024-Q3#^q3i|Quartal]] | [[2024## Jahresziele|Jahr]] ## Aufgaben > [!todo]- Aktive Aufgaben >```tasks >not done >(happens on or before 2024-09-01) AND NOT (scheduled 2024-08-26 2024-09-01) >path regex does not match /^Resources\/Templates\/.*/ >path regex does not match /^Übersicht\/.*/ >``` > [!hint]- Geplante Aufgaben >```tasks >not done >scheduled 2024-08-26 2024-09-01 >path regex does not match /^Resources\/Templates\/.*/ >path regex does not match /^Übersicht\/.*/ >``` > [!done]- Erledigte Aufgaben >```dataview >TASK >WHERE completed AND completion >= date(2024-08-26) AND completion < date(2024-09-02) >``` ## History ### 2024-08-26 ![[Journal/Privat/2024/08/2024-08-26#Journal]] ### 2024-08-27 ![[Journal/Privat/2024/08/2024-08-27#Journal]] ### 2024-08-28 ![[Journal/Privat/2024/08/2024-08-28#Journal]] ### 2024-08-29 ![[Journal/Privat/2024/08/2024-08-29#Journal]] ### 2024-08-30 ![[Journal/Privat/2024/08/2024-08-30#Journal]] ### 2024-08-31 ![[Journal/Privat/2024/08/2024-08-31#Journal]] ### 2024-09-01 ![[Journal/Privat/2024/09/2024-09-01#Journal]] ## 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 WHERE birthday.month <= 09 AND birthday.day < 02 SORT birthday.day ``` > [!note]- Erzeugte Notizen > ```dataview > LIST > WHERE file.cday >= date(2024-08-26) AND file.cday < date(2024-09-01) >```