From 688c7ef364b4af2d596d834f5a6fa6cb203b37f1 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Wed, 29 Nov 2023 08:18:17 +0100 Subject: [PATCH 1/2] fix: missing closing parenthesis (#359) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a43dfbb..863b684 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ Contributions of any kind are welcome, just follow the [guidelines](.github/CONT - [Quartize](https://github.com/hrbrmstr/reveal-qmd) - A Chrome extension to transform any [ObservableHQ](https://observablehq.com/) notebook into a list of downloadable `FileAttachment`s and an in-page Quarto source document. - [RStudio & VSCode snippets](https://gist.github.com/jthomasmock/11acebd4448f171f786e01397df34116) - RStudio & VSCode snippets to ease typesetting with Quarto. - [matrix BOT](https://github.com/rgomez90/matrix-bot) - A little bot for the [matrix-network](https://matrix.org/) that listens for some Quarto files and returns the PDF into the matrix channel. -- [babelquarto](https://docs.ropensci.org/babelquarto/) - R package to help set up, and render, multilingual Quarto books (see also [babeldown](https://docs.ropensci.org/babeldown/articles/quarto.html). +- [babelquarto](https://docs.ropensci.org/babelquarto/) - R package to help set up, and render, multilingual Quarto books (see also [babeldown](https://docs.ropensci.org/babeldown/articles/quarto.html)). ## Continuous integration / Continuous deployment From 5f6c05094773dc449b1db9adcb888a312cc67570 Mon Sep 17 00:00:00 2001 From: Andrew Bray Date: Sat, 9 Dec 2023 03:10:06 -0800 Subject: [PATCH 2/2] feat: Add glossary extension (#347) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mickaƫl Canouil <8896044+mcanouil@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 863b684..1144620 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ Contributions of any kind are welcome, just follow the [guidelines](.github/CONT - [preview-colour](https://github.com/mcanouil/quarto-preview-colour) - An extension to add preview colour as a coloured symbol next to colour code. - [lua-env](https://github.com/mcanouil/quarto-lua-env) - An extension for Quarto to provide access to LUA objects as metadata. - [spotlight](https://github.com/mcanouil/quarto-spotlight) - An extension for Reveal.js allowing to highlight the current mouse position with a spotlight. +- [glossary](https://github.com/andrewpbray/glossary) - Collect blocks of content across many documents and write them into a glossary. ## Templates