Skip to content

EmilHvitfeldt/quarto-revealjs-loud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

loud revealjs plugin For Quarto

This plugin centers all slides and makes the text as big as it can. This is done by adding the center class to all slides, and the r-fit-text class to all elements of the slides.

Installing

To install, run the following line in your terminal

quarto add emilhvitfeldt/quarto-revealjs-loud

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

Using

Once an extension has been added, you can use the Reveal plugin by adding it to the reveal-plugins key. For example:

---
title: "My Presentation"
format: revealjs
revealjs-plugins:
  - loud
---

Example

Here is the source code for a minimal example: example.qmd.

Releases

No releases published

Packages

No packages published