Hmm yes could use that, if I could auto-generate the note on each Sunday.
I’ve tried
not done after <% tp.date.weekday("YYYY-MM-DD", -1) %>
not done before <% tp.date.weekday("YYYY-MM-DD", 7) %>
but that doesn’t work, where the opposite does work
done after <% tp.date.weekday("YYYY-MM-DD", -1) %>
done before <% tp.date.weekday("YYYY-MM-DD", 7) %>
