Files
thpeetz-notes/Resources/Templates/daily-claudia.md
T

1.7 KiB

Journal

Ziele

<% tp.date.now("YYYY-[W]WW", 0, tp.file.title, "YYYY-MM-DD")%>#^<% tp.date.now("WW", 0, tp.file.title, "YYYY-MM-DD")%>i | <%tp.date.now("YYYY-MM", 0, tp.file.title, "YYYY-MM-DD")%>#^<%tp.date.now("MM", 0, tp.file.title, "YYYY-MM-DD")%>i | <%tp.date.now("YYYY-[Q]Q", 0, tp.file.title, "YYYY-MM-DD")%>#^q<%tp.date.now("Q", 0, tp.file.title, "YYYY-MM-DD")%>i | <%tp.date.now("YYYY", 0, tp.file.title, "YYYY-MM-DD")%>## Jahresziele

Aufgaben

[!hint]- Aktuelle Aufgaben

not done
happens on <% tp.file.title %>
path regex does not match /^Resources\/Templates\/.*/
path regex does not match /^Übersicht\/.*/

[!todo]- Aktive Aufgaben

not done
happens before <% tp.file.title %>
path regex does not match /^Resources\/Templates\/.*/
path regex does not match /^Übersicht\/.*/

[!warning]- Heute fällig

not done
has due date
due on <% tp.file.title %>
path regex does not match /^Resources\/Templates\/.*/
path regex does not match /^Übersicht\/.*/

[!error]- Überfällig

not done
has due date
due before <% tp.file.title %>
path regex does not match /^Resources\/Templates\/.*/
path regex does not match /^Übersicht\/.*/

[!done]- Erledigte Aufgaben

TASK
FROM !"Resources/Templates"
WHERE completed AND completion = date(<% tp.file.title %>)

Geburtstage

TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = <% moment(tp.file.title,'YYYY-MM-DD').format("MM") %> AND birthday.day = <% moment(tp.file.title,'YYYY-MM-DD').format("DD") %>