| 2025-02-10
- Fix #24: Show all references in glossary (summary) when
ignore_case=true
. - Fix #25: Fix #25: make template file path relative to mkdocs.yml
!!! Note
This version required major refactorying of the `Glossary` class.
The interface to it changed. You may need to update your custom templates
in order to work.
| 2024-10-11
- Fix #22: Plural configuration did not work.
| 2024-10-10
- Glossary: Add section and term as attributes of Entry
- Links: Add name attribute containing "{section:term}"
- Fix html entity handling.
- Basic support of handling plurals. See also #18
- Fix #21: Support ignoring case for terms
- Fix #20: Usage of
tooltip:short
- Fix #19: Usage of
inline_refs:list
| 2024-05-08
- Fix handling of non-existing canonica_url.
| 2024-05-08
- Fixed: #16: Relative links not working on ReadTheDocs.
| 2024-04-24
- Fixed: #15: Links to undefined glossary entries are displayed.
| 2024-04-23
- Fixed: #14:
Add
&
to list of unsupported characters for terms and section to handle html-entity-encoded mailto links.
| 2024-04-23
- Fixed: #14:
Add
@
to list of unsupported characters for terms and section.
| 2024-04-23
- Fixed: #13: Support html entities in sections and terms.
| 2024-04-23
- Fixed: #12: Support unicode characters for terms.
| 2024-04-22
- Fixed: #11: Glossary entries with hyphens lead to errors.
| 2024-04-22
- Removed debug warnings in logging
| 2024-04-16
- Fixed: #10: Links in PDF exports are not working
- Removed debug warnings in logging
| 2024-04-15
- Fixed: #7: Support markdown links for linking of unicode characters and support for emojis.
| 2024-04-15
- Fixed: #8: typo on documentation for configuration:tooltip configuration.
- Fixed: #9: Handling linking with individual text in tables
- Fixed: #9: Handling summaries with options in tables
- Fixed
no_defs
/no_refs
/do_defs
/do_refs
handling in default summary theme
| 2024-03-08
- Fixed typo in README.md
| 2023-11-27
- Fixed: #3 (Support formatting of definitions)
| 2023-11-22
- Fixed: #4 (Links to default section not working)
| 2023-09-29
- Fix doc errors in README.md
| 2023-09-06
- Fix anchor lookup for page references
| 2023-09-06
- Fix error in summary-detailed template.
| 2023-09-06
- Fix project description and keywords
| 2023-09-05
-
Directly link definition to term in summary
-
summary theme "detailed": Safe output for definition
-
summary theme "table": Safe output for definition
-
Add "table" summary theme
| 2023-09-05
- Add "table" summary theme
| 2023-09-04
- Support page references
- Support themes for summary
- Add [Glossary.definition()][mkdocs_ezglossary_plugin.glossary.Glossary.definition]
| 2023-09-03
- Fix reference counter for short list
| 2023-09-03
- Support default sections
| 2023-09-02
- Fix project long description
| 2023-09-02
- Optimize reference list output for definition.
| 2023-09-02
- Support customizable output
~
| 2023-09-01
- fix html syntax for summary
- add section id to summary data list
| 2023-09-01
- reduce log noise
- fix html output for inline refs
- rename configuration:inline_refs value "off" to "none"
| 2023-08-31
- support whitespaces and dashes in terms.
- add configuration:list_definitions configuration to disable listing definitions in summary.
- Support overriding configuration:list_definitions and
configuration:list_references using
[no|do]_[refs|defs]
as summary modifier. See documentation. - Support per-section definition of configuration:list_definitions and configuration:list_references
- Support inline references in term definitions
| 2023-08-31
- Fix: individual link text only allowed single words.
| 2023-08-31
- Documentation added
| 2023-08-31
- Fix README.md
| 2023-08-31
- Remove noise outupt
| 2023-08-31
- Initial release