diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index a977d18d4..b003df260 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -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)' @@ -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/)' @@ -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/)' @@ -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/)' @@ -404,12 +428,6 @@ 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)' @@ -417,6 +435,12 @@ 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)' @@ -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/)' @@ -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)'