A Revealjs plugin extension for displaying attribution text sideways along the right edge of the viewport. Based on the attribution plugin by @rschmehl.
quarto add quarto-ext/attribution
This will install the extension under the _extensions
subdirectory. If you're using version control, you will want to check in this directory.
Simply add the extension to the list of reveal plugins, for example:
title: My Presentation
format:
revealjs: default
revealjs-plugins:
- attribution
Then, add an attribution by including it in div with the .attribution
class:
::: {.attribution}
Photo courtesy of [@ingtotheforest](https://unsplash.com/@ingtotheforest)
:::
You can see the attribution rendered on the far right of the slide here:
View the above example presentation at https://quarto-ext.github.io/attribution/.
Full source code for the example is available at example.qmd.