RevealJS Storybook

A storybook theme for talks.

What the storybook theme gives a Quarto presentation, how to start from it, and where to see one.

Not every talk is a report, and a default deck makes a told story look like one.

storybook styles a Quarto presentation as a storybook instead: a script face on an illustrated cover, a double rule around every slide, and no slide numbers, progress bar, or menu to count down the pages.

See a deck built by this site.

Starting a presentation

quarto use template mcanouil/quarto-revealjs-storybook@1.3.2

Adding it to a presentation you already have

quarto add mcanouil/quarto-revealjs-storybook@1.3.2

This will install the extension under the _extensions subdirectory. If you are using version control, you will want to check in this directory.

Quick start

format: storybook-revealjs

The theme takes the title, subtitle, author, institute, and date from the front matter and lays out the title slide from them.

See the Reference for what it styles, and the Examples for the source behind the deck.

Where it works

RevealJS.

Back to top