Two helpers are provided:
Contains implementation of two tools
org.polarsys.kitalpha.richtext.widget.tools.linkHandler allows to contribute to link handler. A link handler manages how to encode, decode and navigate with links of a certain protocol. Only one contribtion is allowed, otherwise, the behavior is not deterministic.
org.polarsys.kitalpha.richtext.widget.tools.ext.openLinkStrategy allows to contribute with a strategy to navigate to a target of link which are model element. Only one contribtion is allowed, otherwise, the behavior is not deterministic.