Add a simple spotlight feature to slides.
quarto add emilhvitfeldt/quarto-revealjs-spotlightThis will install the extension under the _extensions subdirectory.
If you're using version control, you will want to check in this directory.
Add the following in any slide to put a spotlight on that location. Adding the .fragment class will let it work as a fragment.
:::: {.spotlight top="20%" left="15%"}
:::Here is the source code for a minimal example: example.qmd.
