Skip to content

Commit 22e4ddb

Browse files
authored
feat: add Quarto extensions
1 parent 87691b9 commit 22e4ddb

File tree

1 file changed

+36
-6
lines changed

1 file changed

+36
-6
lines changed

docs/extensions/listings/shortcodes-and-filters.yml

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
description: >
6161
Automatic dark mode for Quarto websites and slides.
6262

63+
- name: badge
64+
path: https://github.com/mcanouil/quarto-badge
65+
author: '[Mickaël CANOUIL](https://github.com/mcanouil)'
66+
description: >
67+
Badge is an extension for Quarto to provide a shortcode to display software version or anything as a badge.
68+
6369
- name: base64
6470
path: https://github.com/gadenbuie/quarto-base64
6571
author: '[Garrick Aden-Buie](https://github.com/gadenbuie)'
@@ -183,6 +189,12 @@
183189
Generate diagrams from embedded code;
184190
supports Mermaid, Dot/GraphViz, PlantUML, Asymptote, and TikZ.
185191

192+
- name: div-reuse
193+
path: https://github.com/mcanouil/quarto-div-reuse
194+
author: '[Mickaël CANOUIL](https://github.com/mcanouil)'
195+
description: >
196+
The power of “code/content reuse” for seamless and efficient content creation.
197+
186198
- name: docx-horizontal-rule
187199
path: https://github.com/ttalVlatt/Quarto-Docx-Horizontal-Rule
188200
author: '[Matt Capaldi](https://github.com/ttalVlatt/)'
@@ -214,6 +226,12 @@
214226
description: >
215227
Easily embed PDF files within HTML documents.
216228

229+
- name: external
230+
path: https://github.com/mcanouil/quarto-external
231+
author: '[Mickaël CANOUIL](https://github.com/mcanouil)'
232+
description: >
233+
Quarto extension to include content or partial content from external file.
234+
217235
- name: fancy-epigraphs
218236
path: https://github.com/andrewheiss/fancy-epigraphs-quarto
219237
author: '[Andrew Heiss](https://github.com/andrewheiss/)'
@@ -404,19 +422,19 @@
404422
description: >
405423
A filter/shortcode extension for Quarto to provide access to LUA objects as metadata.
406424

407-
- name: open-social-comments
408-
path: https://github.com/AndreasThinks/quarto-open-social-comments
409-
author: '[AndreasThinks](https://github.com/AndreasThinks/)'
410-
description: >
411-
Enables adding Bluesky or Mastodon/Fediverse powered comments to posts and articles.
412-
413425
- name: material-icons
414426
path: https://github.com/shafayetShafee/material-icons
415427
author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee)'
416428
description: >
417429
Use [Material Design Icons](https://fonts.google.com/icons?icon.set=Material+Icons&icon.query=chart) in HTML documents and
418430
Revealjs presentations.
419431

432+
- name: modal
433+
path: https://github.com/mcanouil/quarto-modal
434+
author: '[Mickaël CANOUIL](https://github.com/mcanouil)'
435+
description: >
436+
A Quarto extension providing a simple way to create Bootstrap modals in your HTML documents.
437+
420438
- name: molstar
421439
path: https://github.com/jmbuhr/quarto-molstar
422440
author: '[jmbuhr](https://github.com/jmbuhr)'
@@ -436,6 +454,12 @@
436454
description: >
437455
Embed [Nutshell](https://ncase.me/nutshell/) expandable explanations in HTML documents.
438456

457+
- name: open-social-comments
458+
path: https://github.com/AndreasThinks/quarto-open-social-comments
459+
author: '[AndreasThinks](https://github.com/AndreasThinks/)'
460+
description: >
461+
Enables adding Bluesky or Mastodon/Fediverse powered comments to posts and articles.
462+
439463
- name: options
440464
path: https://github.com/coatless-quarto/options
441465
author: '[James Joseph Balamuta](https://github.com/coatless/)'
@@ -454,6 +478,12 @@
454478
description: A shortcode to include partial content templates using the mustache
455479
templating syntax.
456480

481+
- name: preview-colour
482+
path: https://github.com/mcanouil/quarto-preview-colour
483+
author: '[Mickaël CANOUIL](https://github.com/mcanouil)'
484+
description: >
485+
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.
486+
457487
- name: pseudocode
458488
path: https://github.com/leovan/quarto-pseudocode
459489
author: '[范叶亮 > Leo Van](https://github.com/leovan)'

0 commit comments

Comments
 (0)