Glossary, Acronyms, and Index capability within Org
Go to file
TEC 1b9b7fd3d1
Apply export filters to terms
This isn't perfect, but resolves some issues with exports.
2023-03-20 23:44:59 +08:00
LICENSE Add a LICENSE file 2022-06-18 22:04:44 +08:00
README.org Change stage badge in readme to "refinement" 2023-02-28 22:18:19 +08:00
org-glossary.el Apply export filters to terms 2023-03-20 23:44:59 +08:00
org-glossary.org Add creating md backend spec to docs 2023-01-18 23:49:13 +08:00
org-glossary.texi Add creating md backend spec to docs 2023-01-18 23:49:13 +08:00

README.org

Org Glossary

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

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