Closeread
closeread is a custom format for Quarto that enables scrollytelling features for html documents.
Install the extension by running the following command in the directory you wish to use it:
quarto add qmd-lab/closeread
With the extension installed, you can author documents using the closeread-html
format:
---
title: My First Closeread
format: closeread-html
---
For guidance on how to author closeread documents, read the Guide. For examples of closeread documents alongside their source, see the Gallery. For a catalog of the syntax and yaml options used in the closeread extension, see the Reference.