Dynamic Variables
Within Templates, and Queriesit is possible to use Dynamic Variables.
Dynamic Variables are syntax that allows you to replace a placeholder with, say, today's date.
To use it, you need to use:<% sample text %>.
Replace the sample text with the following:
today
=> [[Today's journal page]]yesterday
=> [[Yesterday's journal page]]tomorrow
=> [[Tomorrow's journal page]]time
=> Current time, e.g. 22:44Last Friday
=> [[last Friday's date]]current page
=> [[Current page]]
Last updated