Documentation

Variables

Built-in and custom variables, written into text and resolved at render time.

A variable is written in text as {{name}} and resolved when the slide is drawn. It is never stored resolved: a stored 3 would be wrong the moment the slide moved.

Built in

{{page}}
This slide's number in the deck
{{total}}
How many slides there are
{{slide}}
The slide's name
{{title}}
The project's title
{{date}}
Today, in the reader's own locale

Your own

Custom variables are typed: string, number, boolean, colour or image. Add one in the Library panel, or from the Console with set-var author "Studio North", then write {{author}} anywhere text is drawn.