Glossary, Acronyms, and Index capability within Org
Go to file
TEC 3f4649d09a
Fix og--help-echo-from-textprop at buf start/end
2022-08-07 17:46:12 +08:00
LICENSE Add a LICENSE file 2022-06-18 22:04:44 +08:00
README.org Update the README 2022-06-19 13:00:30 +08:00
org-glossary.el Fix og--help-echo-from-textprop at buf start/end 2022-08-07 17:46:12 +08:00
org-glossary.org Example with \\labelcpageref needs :backref-sep 2022-07-13 19:41:47 +08:00
org-glossary.texi Example with \\labelcpageref needs :backref-sep 2022-07-13 19:41:47 +08:00

README.org

Org Glossary

Functionality

There are four major pieces of functionality this package provides a generalised interface for glossary-like structures, with default support for:

  • Glossary
  • Acronyms
  • Indices
  • Text substitutions

For more details, see the documentation.

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