Skip to content

Render emojis in the Content Editor

Enrique Alcántara requested to merge 332099-render-emoji-content-editor into master

What does this MR do?

This MR adds support to render GFM emojis in the Content Editor. It also allows the user to insert emojis by typing the Emoji name in the Content Editor.

Useful references

The Content Editor uses libraries that are not common usage across GitLab. It is useful to read these guides to understand the code included in this MR

Screenshots or Screencasts (strongly suggested)

emojis

How to setup and validate locally (strongly suggested)

  1. Edit a Wiki page in your local environment.
  2. Choose the Content Editor in the alert box that appears above the Classic editor.
  3. Type or 💯 or your preferred emoji really.
  4. The Content Editor will convert the text into an Emoji.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #332099 (closed)

Edited by Enrique Alcántara

Merge request reports