There are four major pieces of functionality this package provides a generalised interface for glossary-like structures, with default support for:
For more details, see the [[file:org-glossary.org][documentation]].
Try using Org Glossary for all your glosses, acronyms, and more within your favourite ML with a unicorn mascot. It attempts to provide powerful functionality, in keeping with the simplicity of the Org ML we all know and love.
,* Glossary
glosses :: Brief notations, giving the meaning of a word or wording in a text. ,* Acronyms
ML :: Markup Language ,* Index
unicorn
Installation ** Straight
(use-package org-glossary :straight (:host github :repo "tecosaur/org-glossary"))
** Doom
;; $DOOMDIR/packages.el (package! org-glossary :recipe (:host github :repo "tecosaur/org-glossary"))
;; $DOOMDIR/config.el (use-package! org-glossary :hook (org-mode . org-glossary-mode))