Skip to content

"Headers and Footers": Chapbook (v1.0.0)#

Summary#

Chapbook provides two global variables, config.header and config.footer, that each have the properties left, right, and center. When set, these properties show their content as the header or footer in the particular position matching its property name.

Example#

Download

Twee Code#

:: StoryTitle
Chapbook: Header and Footer

:: Start
config.header.center: "This is the header!"
config.footer.center: "This is the footer!"
--
This is content.

Twee Download