Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions docs/extensions/listings/shortcodes-and-filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down Expand Up @@ -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/)'
Expand Down Expand Up @@ -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/)'
Expand All @@ -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/)'
Expand Down
Loading