From 24131a33a19dce017a4b2f470cf8d68a2a84d140 Mon Sep 17 00:00:00 2001 From: Sean Davis Date: Tue, 21 Jul 2026 02:30:06 -0700 Subject: [PATCH] Add livefigures to shortcodes-and-filters listing (#2109) * Add livefigures to shortcodes-and-filters listing * Add new lines between items --------- Co-authored-by: Christophe Dervieux (cherry picked from commit f609c994b2810afb2c0d29752362362b44e7c5e2) --- docs/extensions/listings/shortcodes-and-filters.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index 4aff332d7c..8992a5c51e 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -508,6 +508,16 @@ description: > Check for broken external links in your Quarto documents during rendering. +- name: livefigures + path: https://github.com/seandavi/quarto-livefigures + author: '[Sean Davis](https://github.com/seandavi)' + description: > + Render editable, version-controlled figure sources (Excalidraw, Vega-Lite, + Graphviz, PlantUML, WaveDrom, D2, and more — 18 formats) at build time, + as file references or fenced blocks, with caching and native figure + semantics. Formats chosen so AI agents can author and revise figures as + plain text. + - name: lordicon path: https://github.com/jmgirard/lordicon author: '[Jeffrey Girard](https://github.com/jmgirard)'