From cab280fd54a57799fb36e285ad59bf1f88b42cb3 Mon Sep 17 00:00:00 2001 From: Ricardo Avila Date: Sun, 2 Aug 2026 20:33:02 -0400 Subject: [PATCH] Add link-previews to shortcodes-and-filters listing --- 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 8992a5c51e..46e5707297 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -496,6 +496,13 @@ documents (`format: html`) similar as how [`code-line-numbers`](https://quarto.org/docs/reference/formats/html.html#code) works for RevealJs. +- name: link-previews + path: https://github.com/ravila4/quarto-link-previews + author: '[Ricardo Avila](https://github.com/ravila4)' + description: > + Hover previews for internal links on websites, in the style of + [Quartz](https://quartz.jzhao.xyz/) digital gardens. + - name: linkate path: https://github.com/coatless-quarto/linkate author: '[James Joseph Balamuta](https://github.com/coatless/)'