@sod My next problem is how to access the glossary data exposed via the plugin.json file. This code displays all the text in the field:
{{ $link_text := $.Site.Params.glossaryData }}
{{ $link_text }}
However, I have not been able to access a value given a key. Any thoughts?