The widget HTML Axelor of the platform is based on the editor TinyMCE .
Use in a view to a field of type string:
<!-- use html widget, uses TinyMCE in edit mode --> <field name="notes" widget="html" />
Rendering example: