From be8c97529e87974e3765da18936aa60d4f53ac1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20S=C3=A1=20Barreto=20Jord=C3=A3o?= <49884803+lsbjordao@users.noreply.github.com> Date: Mon, 4 May 2026 12:37:51 -0300 Subject: [PATCH] Add conditional-vars extension and fix author name in focus-mode (#2012) (cherry picked from commit f190a732649a306fc9a3ad4ce1c0b92d64ee96c2) --- docs/extensions/listings/shortcodes-and-filters.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index 6d932b81b..64f1d8702 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -169,6 +169,12 @@ description: > Filter to create collapsible callouts with [`social-embeds`](https://github.com/sellorm/quarto-social-embeds) for HTML format. +- name: conditional-vars + path: https://github.com/lsbjordao/quarto-conditional-vars + author: '[Lucas S.B. Jordão](https://github.com/lsbjordao)' + description: > + A Quarto extension for conditional content based on project-level variables defined in `_variables.yml`. + - name: countdown path: https://github.com/gadenbuie/countdown author: '[Garrick Aden-Buie](https://github.com/gadenbuie/) and [James Joseph Balamuta](https://github.com/coatless/)' @@ -303,7 +309,7 @@ - name: focus-mode path: https://github.com/lsbjordao/quarto-focus-mode - author: '[lsbjordao](https://github.com/lsbjordao)' + author: '[Lucas S.B. Jordão](https://github.com/lsbjordao)' description: > Enable Focus Mode (distraction-free reading) and Presentation Mode (keyboard-driven section-by-section navigation) for Quarto Book and Website HTML outputs.