Just started with Obsidian and trying to make a journal by copying/pasting great stuff from other users with skills However I’m running into problems with my Weekly Review
For my Yesterday ↔ Tomorrow daily notes:
[[journal/daily/<%tp.date.now("YYYY/MM/YYYY-MM-DD dddd",-1,tp.file.title,"YYYY-MM-DD dddd")%>|Yesterday]] <-> [[journal/daily/<%tp.date.now("YYYY/MM/YYYY-MM-DD dddd",1,tp.file.title,"YYYY-MM-DD dddd")%>|Tomorrow]]
This is working fine, but
For the weekly summary I’m using this:
[[<%moment(tp.file.title).format("gggg-[W]ww")%>]]
and I only get “Invalid date” for the weekly summary. Somebody sees what’s wrong?
Edit: if I remove the dddd
it’s working, but I would like to see the day in letters