From 2fd8c9e31187d0892d9374b454cd1318e37ef3f2 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 09:58:06 -0300 Subject: [PATCH] add focus-mode extension to listings (#2010) (cherry picked from commit 49202dd9cf626a1f8211f8a5d1fe354329203ada) --- docs/extensions/listings/shortcodes-and-filters.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index 0a697f288..6d932b81b 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -301,6 +301,13 @@ description: > Style code in rendered chunks. +- name: focus-mode + path: https://github.com/lsbjordao/quarto-focus-mode + author: '[lsbjordao](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. + - name: fontawesome path: https://github.com/quarto-ext/fontawesome author: '[quarto-ext](https://github.com/quarto-ext)'