Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emilhvitfeldt/quarto-revealjs-spotlight

Quarto revealjs spotlight
https://github.com/emilhvitfeldt/quarto-revealjs-spotlight

quarto quarto-extension revealjs revealjs-plugin

Last synced: about 2 months ago
JSON representation

Quarto revealjs spotlight

Awesome Lists containing this project

README

        

# Spotlight Extension For Quarto

Add a simple spotlight feature to slides.

![](example.png)

## Installing

```bash
quarto add emilhvitfeldt/quarto-revealjs-spotlight
```

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

## Using

Add the following in any slide to put a spotlight on that location. Adding the `.fragment` class will let it work as a fragment.

`````markdown
:::: {.spotlight top="20%" left="15%"}
:::
`````

## Example

Here is the source code for a minimal example: [example.qmd](example.qmd).