Barebones Glossary Extension #6646
andrewpbray
started this conversation in
Show and Tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you're looking for a way to centrally collect items spread across many documents (definitions, functions, etc), you might find this helpful.
https://github.com/andrewpbray/glossary
It is inspired by the listings feature in quarto projects. In essence, it copies divs with a particular class found across a set of files into a document. I use it in my website to have a glossary of definitions that are defined across the website as well as a glossary of R functions.
At the moment the filter is just a naive copy-paste machine, lacking cross-references or customized glossary layouts. My plan is to revisit these after v 1.4, potentially adding cross-refs and custom layouts via ejs templates.
Several other folks have worked on making glossaries. You can track their work at #1697
Beta Was this translation helpful? Give feedback.
All reactions