Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/debruine/quarto-glossary

A lua extension that provides shortcodes for glossary in quarto.
https://github.com/debruine/quarto-glossary

lua quarto-extension

Last synced: 3 months ago
JSON representation

A lua extension that provides shortcodes for glossary in quarto.

Awesome Lists containing this project

README

        

# Glossary Extension for Quarto

This extension provides shortcodes for defining terms and creating glossaries
in quarto. You can use this to mark terms in your text, which can display a popup
definition, and to create table of defined terms at the end of a document.

See for examples.

## Installing

```sh
quarto install extension debruine/quarto-glossary
```

This will install the extension under the `_extensions` subdirectory.
If you're using version control, you will want to check in this directory.