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
48 changes: 42 additions & 6 deletions docs/extensions/listings/shortcodes-and-filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@
description: >
Automatic dark mode for Quarto websites and slides.

- name: badge
path: https://github.com/mcanouil/quarto-badge
author: '[Mickaël CANOUIL](https://github.com/mcanouil)'
description: >
Badge is an extension for Quarto to provide a shortcode to display software version or anything as a badge.

- name: base64
path: https://github.com/gadenbuie/quarto-base64
author: '[Garrick Aden-Buie](https://github.com/gadenbuie)'
Expand Down Expand Up @@ -183,6 +189,12 @@
Generate diagrams from embedded code;
supports Mermaid, Dot/GraphViz, PlantUML, Asymptote, and TikZ.

- name: div-reuse
path: https://github.com/mcanouil/quarto-div-reuse
author: '[Mickaël CANOUIL](https://github.com/mcanouil)'
description: >
The power of “code/content reuse” for seamless and efficient content creation.

- name: docx-horizontal-rule
path: https://github.com/ttalVlatt/Quarto-Docx-Horizontal-Rule
author: '[Matt Capaldi](https://github.com/ttalVlatt/)'
Expand Down Expand Up @@ -214,6 +226,12 @@
description: >
Easily embed PDF files within HTML documents.

- name: external
path: https://github.com/mcanouil/quarto-external
author: '[Mickaël CANOUIL](https://github.com/mcanouil)'
description: >
Quarto extension to include content or partial content from external file.

- name: fancy-epigraphs
path: https://github.com/andrewheiss/fancy-epigraphs-quarto
author: '[Andrew Heiss](https://github.com/andrewheiss/)'
Expand Down Expand Up @@ -354,6 +372,12 @@
Render [Kroki](https://kroki.io/) diagrams in Quarto websites — including HTML and PDF output.
This extension uses the Kroki API via HTTP GET requests. The Kroki service URL is customizable, and the output format (e.g. SVG, PNG, etc.) can be specified per diagram.

- name: language-cell-decorator
path: https://github.com/mcanouil/quarto-language-cell-decorator
author: '[Mickaël CANOUIL](https://github.com/mcanouil)'
description: >
Quarto extension to add a decorator to the code cells to display the language name.

- name: language-name
path: https://github.com/andrewheiss/language-name
author: '[Andrew Heiss](https://github.com/andrewheiss/)'
Expand Down Expand Up @@ -404,19 +428,19 @@
description: >
A filter/shortcode extension for Quarto to provide access to LUA objects as metadata.

- name: open-social-comments
path: https://github.com/AndreasThinks/quarto-open-social-comments
author: '[AndreasThinks](https://github.com/AndreasThinks/)'
description: >
Enables adding Bluesky or Mastodon/Fediverse powered comments to posts and articles.

- name: material-icons
path: https://github.com/shafayetShafee/material-icons
author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee)'
description: >
Use [Material Design Icons](https://fonts.google.com/icons?icon.set=Material+Icons&icon.query=chart) in HTML documents and
Revealjs presentations.

- name: modal
path: https://github.com/mcanouil/quarto-modal
author: '[Mickaël CANOUIL](https://github.com/mcanouil)'
description: >
A Quarto extension providing a simple way to create Bootstrap modals in your HTML documents.

- name: molstar
path: https://github.com/jmbuhr/quarto-molstar
author: '[jmbuhr](https://github.com/jmbuhr)'
Expand All @@ -436,6 +460,12 @@
description: >
Embed [Nutshell](https://ncase.me/nutshell/) expandable explanations in HTML documents.

- name: open-social-comments
path: https://github.com/AndreasThinks/quarto-open-social-comments
author: '[AndreasThinks](https://github.com/AndreasThinks/)'
description: >
Enables adding Bluesky or Mastodon/Fediverse powered comments to posts and articles.

- name: options
path: https://github.com/coatless-quarto/options
author: '[James Joseph Balamuta](https://github.com/coatless/)'
Expand All @@ -454,6 +484,12 @@
description: A shortcode to include partial content templates using the mustache
templating syntax.

- name: preview-colour
path: https://github.com/mcanouil/quarto-preview-colour
author: '[Mickaël CANOUIL](https://github.com/mcanouil)'
description: >
A Quarto extension to add preview colour as a coloured symbol next to colour code in HTML, PDF, Typst, Docx, Reveal.js, Beamer, and PowerPoint.

- name: pseudocode
path: https://github.com/leovan/quarto-pseudocode
author: '[范叶亮 > Leo Van](https://github.com/leovan)'
Expand Down