quarto-ext / attribution

Display attribution text sideways along the right edge of Revealjs slides.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

attribution

A Revealjs plugin extension for displaying attribution text sideways along the right edge of the viewport. Based on the attribution plugin by @rschmehl.

⚠️ Requires Quarto Version 1.2.124 or later ⚠️

Installation

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.

Usage:

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.

About

Display attribution text sideways along the right edge of Revealjs slides.

License:MIT License


Languages

Language:JavaScript 82.7%Language:CSS 17.3%