Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/debruine/quarto-glossary
- Owner: debruine
- License: mit
- Created: 2023-11-27T21:34:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T15:00:16.000Z (about 1 year ago)
- Last Synced: 2024-11-01T14:51:52.235Z (3 months ago)
- Topics: lua, quarto-extension
- Language: Lua
- Homepage: https://debruine.github.io/quarto-glossary/
- Size: 363 KB
- Stars: 19
- Watchers: 1
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Citation: CITATION.cff
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.