You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Integrate frontend rendering to display glossary
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: