Add paper-spin extension for RevealJS titles - #2149
Conversation
Added a new Quarto Extension for a newspaper-style spin-in effect.
cderv
left a comment
There was a problem hiding this comment.
Can you correct link of repo so we could have look ?
thank you
|
Apologies. Here it is https://github.com/nickriches/quarto-paper-pile
Nick
…On Thu, 27 Aug 2026 at 17:12, Christophe Dervieux ***@***.***> wrote:
***@***.**** requested changes on this pull request.
Can you correct link of repo so we could have look ?
thank you
------------------------------
In docs/extensions/listings/shortcodes-and-filters.yml
<#2149 (comment)>
:
> @@ -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
This repo does not exists
—
Reply to this email directly, view it on GitHub
<#2149?email_source=notifications&email_token=AB22NRJT6ZNLDXR7JJOW6VT5MBMXLA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTKMBUGMYDAOBXGAZ2M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#pullrequestreview-5043008703>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB22NRLWADU6QWDSMGYWAD35MBMXLAVCNFSNUABFKJSXA33TNF2G64TZHMZTINZWGMZTGNJYHNEXG43VMU5TKMRQGI2TCOJZGA4KC5QC>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AB22NRNIIL7ICM3NJ3DOUBL5MBMXLA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTKMBUGMYDAOBXGAZ2M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KUZTPN52GK4S7NFXXG>
and Android
<https://github.com/notifications/mobile/android/AB22NRIW3ZHTODOBTSVV7J35MBMXLA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTKMBUGMYDAOBXGAZ2M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2K4ZTPN52GK4S7MFXGI4TPNFSA>.
Download it today!
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
*Nick Riches*
|
There was a problem hiding this comment.
Thanks for the submission!
One thing to fix before this can merge:
- Listing name mismatch: the entry is named paper-spin, but the repository is quarto-paper-pile, the extension installs as _extensions/nickriches/paper-pile, and the shortcode is {{< paper-pile ... >}}. Could you rename the listing entry to paper-pile to match, or clarify why a different name is intended?
Separately, unrelated to this PR: quarto add nickriches/quarto-paper-pile (the exact command in your README) currently fails with "Extension not found in local or remote sources". This turned out to be a quarto-cli bug — it only ever tries the main branch and never falls back to master, which is this repo's default branch (filed as quarto-dev/quarto-cli#14821). Until that's fixed upstream, quarto add nickriches/quarto-paper-pile@master is the working install command — might be worth
noting in your README in the meantime, or change your repo default branch to main. The later is better if possible.
Happy to take another look once the naming is sorted out.
Added a new Quarto Extension for a newspaper-style spin-in effect.