From d23320adf28140e2484e2cc9c8fe63ab9a55d7de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Thu, 30 Oct 2025 22:47:44 +0100 Subject: [PATCH] chore: Add 'remember' extension for Quarto Added 'remember' extension for Quarto to manage navigation position. - https://github.com/mcanouil/quarto-remember --- docs/extensions/listings/shortcodes-and-filters.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index 8103fae38..46b6c8b5b 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -553,6 +553,12 @@ description: > Handle self-citing bibliographies. +- name: remember + path: https://github.com/mcanouil/quarto-remember + author: '[Mickaƫl CANOUIL](https://github.com/mcanouil)' + description: > + An extension for Quarto to save and restore navigation position across page visits for both HTML documents and Reveal.js presentations. + - name: reveal-header path: https://github.com/shafayetShafee/reveal-header author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee/)'