From 8eb4ad068edae0fbfbf8e2ec396d1f7b59a7e89e Mon Sep 17 00:00:00 2001 From: nickriches Date: Thu, 20 Aug 2026 11:43:31 +0100 Subject: [PATCH 1/2] Add paper-spin extension for RevealJS titles Added a new Quarto Extension for a newspaper-style spin-in effect. --- docs/extensions/listings/shortcodes-and-filters.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index 8992a5c51e..8ac2e74f55 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -605,6 +605,13 @@ description: > A Quarto Extension that formats code cells into a tabset panel, displaying static and interactive code cells side-by-side with code cell options. +- name: paper-spin + path: https://github.com/nickriches/paper-spin + author: "[Nick G. Riches](https://github.com/nickriches)" + description: | + A newspaper-style spin-in effect for RevealJS titles and image + screenshots, with a stacking layout for multiple images per slide. + - name: partials path: https://github.com/gadenbuie/quarto-partials author: '[Garrick Aden-Buie](https://github.com/gadenbuie)' From 0e290d199c2779772950f4e16bc17b34738d0863 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Fri, 28 Aug 2026 10:38:05 +0200 Subject: [PATCH 2/2] Correct url --- docs/extensions/listings/shortcodes-and-filters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index 8ac2e74f55..0833eb589d 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -606,7 +606,7 @@ A Quarto Extension that formats code cells into a tabset panel, displaying static and interactive code cells side-by-side with code cell options. - name: paper-spin - path: https://github.com/nickriches/paper-spin + path: https://github.com/nickriches/quarto-paper-pile author: "[Nick G. Riches](https://github.com/nickriches)" description: | A newspaper-style spin-in effect for RevealJS titles and image