I have a weekly journal note with a particular format and in v1 I could use the {{startOfWeek()}} syntax to insert an ISO format date (i.e. Journal: Week of {{startOfWeek()}})
I’ve tried to replace this with Lua (and I have a new space Lua function for startOfWeek) like so: Journal: Week of ${startOfWeek()} but sadly it does not render
@Mrton0121 I just realized that at some point Silverbullet changed its template front matter syntax and I’ve been using an old version where I was still doing hooks. I need to reconfigure some of these and then see if that solves it! Thanks for the pointer!