Enhance the manual extension with a simple glossary feature. This will allow editors to define terms, descriptions, and optional links within the manual.
Additionally, implement parsing to automatically link glossary terms in the content.
first ideas, not mandatory:
record type for Terms
fields: Term, Synonyms, Description, Optional Link
tooltip displays brief explanations upon term hovering
parsing to identify glossary terms within manual documents
Enable CRUD operations for glossary terms in TYPO3 backend (new Tab in LinkBrowser)
Enhance the manual extension with a simple glossary feature. This will allow editors to define terms, descriptions, and optional links within the manual. Additionally, implement parsing to automatically link glossary terms in the content.
first ideas, not mandatory: