tecosaur / org-glossary

Mirror of https://git.tecosaur.net/tec/org-glossary
GNU General Public License v3.0
91 stars 4 forks source link
emacs mirror org-mode

+title: Org Glossary

+author: tecosaur

+html:

+html:

+html:

[[https://user-images.githubusercontent.com/20903656/221879246-69037b9e-15f4-40e4-b925-a3c271787a99.png]]

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]].

+begin_example

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

** Doom

+begin_src elisp

;; $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))

+end_src