Dynamic Variables

Within Templates, and Simple 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:44

  • Last Friday => [[last Friday's date]]

  • current page => [[Current page]]

Last updated