New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mkdocs-ezglossary-plugin

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mkdocs-ezglossary-plugin

manage multiple glossaries in mkdocs

  • 2.0.0
  • PyPI
  • Socket score

Maintainers
1

mkdocs-ezglossary-plugin

A powerful glossary plugin for MkDocs

Features

  • Multiple glossary sections
  • Case-sensitive and case-insensitive term matching
  • Rich text formatting in definitions
  • Reference tracking and linking
  • Customizable summaries
  • Unicode support
  • PDF export support
  • Custom templates via Jinja2
  • Plural forms support (English)

Documentation

📚 Read the full documentation

Prerequisites

This plugin requires one of:

Installation

pip install mkdocs-ezglossary-plugin

Quick Start

1. Enable the Plugin

Add ezglossary to your mkdocs.yml:

plugins:
  - search
  - ezglossary

2. Define Terms

Add glossary terms anywhere in your documentation:

fruit:apple
:   A very delicious and healthy fruit growing on trees.

Reference terms in your documentation:

An <fruit:apple> a day keeps the doctor away.

4. Create a Summary

Generate a summary of all terms:

# Glossary

<glossary::fruit>

Configuration

Basic configuration options:

plugins:
  - ezglossary:
      # Case-insensitive term matching
      ignore_case: true
      
      # Show references in definitions
      inline_refs: short  # none, short, list
      
      # Enable plural forms (English)
      plurals: en  # none, en
      
      # Custom templates directory
      templates: docs/templates

See the configuration documentation for all options.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

mkdocs-ezglossary-plugin is distributed under the terms of the MIT license.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc