From 9cad2de1b6a63eec78c5f3de2a75bbceedb7a942 Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Wed, 5 Nov 2025 23:19:42 -0600 Subject: [PATCH] Added various Quarto extensions --- .../listings/shortcodes-and-filters.yml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index 8103fae38..b9a2041d7 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -198,6 +198,12 @@ Easily add collapsible details blocks to your HTML documents (e.g., for hints, answer keys, and supplemental information). +- name: details + path: https://github.com/coatless-quarto/details + author: '[James Joseph Balamuta](https://github.com/coatless/)' + description: > + An alternative implementation for the details HTML tag that focuses on using Div blocks and preserving content across non-interactive formats. + - name: diagram path: https://github.com/pandoc-ext/diagram author: '[Albert Krewinkel](https://github.com/tarleb)' @@ -553,12 +559,23 @@ description: > Handle self-citing bibliographies. +- name: regurgitate + path: https://github.com/coatless-quarto/regurgitate + author: '[James Joseph Balamuta](https://github.com/coatless/)' + description: > + Automatic Code Appendix containing all shown code with an option to include results or group by language. + - name: reveal-header path: https://github.com/shafayetShafee/reveal-header author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee/)' description: > Add header text and header logo in all pages of RevealJs slide +- name: ripper + path: https://github.com/coatless-quarto/ripper + author: '[James Joseph Balamuta](https://github.com/coatless/)' + description: Extract Quarto document code blocks into separate executable scripts on render. + - name: scheduled-docs path: https://github.com/qmd-lab/scheduled-docs author: '[Andrew Bray](https://github.com/andrewpbray/)' @@ -607,6 +624,12 @@ description: > Add buttons to share articles on various social media platforms. +- name: sorting-hat + path: https://github.com/coatless-quarto/sorting-hat + author: '[James Joseph Balamuta](https://github.com/coatless/)' + description: > + Conditionally include rendered code blocks in a Quarto document's output. + - name: speakernotes path: https://github.com/pagiraud/speakernotes author: '[Pierre-Amiel Giraud](https://github.com/pagiraud/)' @@ -625,6 +648,12 @@ description: > A Quarto filter to render style text for html and pdf document. +- name: support-this + path: https://github.com/coatless-quarto/support-this + author: '[James Joseph Balamuta](https://github.com/coatless/)' + description: > + Include links to crowdfunding platforms like GitHub Sponsors, Patreon, Buy Me a Coffee, and others to support content creators. + - name: svgbob path: https://github.com/kdheepak/quarto-svgbob author: '[kdheepak](https://github.com/kdheepak/)'