Contact usRequest a demo

WYSIWYG editor (What You See Is What You Get)

Unblu can be configured in such a way that users can format their messages with Markdown, a lightweight markup language.

While many people find Markdown easy to learn, some may struggle. To help these users, Unblu provides a WYSIWYG editor (What You See Is What You Get) so users can format their messages without any knowledge of Markdown.

Configuration

You enable the WYSIWYG editor in the chat message input by enabling Markdown in the conversation template scope. To enable Markdown for a user, add their participant role to com.unblu.conversation.message.chatMessageAsMarkdownEnabled.

You can configure which buttons are available in the toolbar. By default the following buttons are enabled. You can disable them by setting the configuration properties listed to false.

The following buttons are disabled by default. To enable them, set their configuration properties to true:

Finally, you can configure the height of the input field:

These two properties only have an effect if the message input field is being displayed in stacked mode, with the Send, canned response, and upload buttons appearing beneath the input field. This is always the case when the WYSIWYG editor is enabled, but you can also enable stacked mode without the WYSIWYG editor.

See also