Skip to content

Emoji rendering #748

@nikolaGrancharov

Description

@nikolaGrancharov

When using emojis, some of them are not represented in the same way as in the emoji picker. This is a bit annoying not only because you have mismatch of icon styles, but also because you lose color.

Image

instead of rendering it like this:

Image

so if you use different icons, you will get something like this:

Image

instead of

Image

Affected areas:

  1. Markdown input field
  2. Rendered page
  3. Page/section title input field
  4. Explorer panel (page/section title)

Suggestions for fix:

  1. Add as default
font-variant-emoji: emoji;

to the containers that have this issue.

(i can create PR for this if it is agreed that it is a good solution)

  1. Add configuration somewhere that users can change the default behavior from one to the other. Maybe as general config for the whole wiki (what I think is best), or specific for the page.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions