How Does It Work?
Editors maintain a central list of technical terms and their explanations in the TYPO3 backend. Whenever one of these terms appears in the body text of a content element, the extension automatically detects it, visually highlights it (with a dotted underline), and shows the matching explanation as a tooltip on mouseover – or on tap on mobile devices. Technically, the explanation is output as a title attribute in the HTML, so no additional JavaScript is needed for the display itself.
Automatic replacement is deliberately limited to body text within <li> and <p> elements, so headings and other layout areas are not affected.