in my template, I want to use something akin to the thing you get from the /today or /tomorrow commands
I want to create a template with a link to yesterday/tomorrow in one of the bullets, something like [[{yesterday}]] (that will be evaluated every time the template is used)
EDIT: now that I’ve created some of my own templates - I really think templates need to be parameterized and should also be able to use hooks, like arg0 or arg1 so I can “pre-embed” a template in another template, so when they are finally embedded on a page - the sub-templates with the parameters run
I found out by accident you can use <%time%> inside a template. Not sure what else is possible though. I ran into your question looking for exactly that
It’s been all most 4 years since this was written, and and as a newbie with only days under my belt, this worked perfect! and now I’m off to chase the link below! Thx!