marcdown icon indicating copy to clipboard operation
marcdown copied to clipboard

Render emojis codes

Open maximepiard opened this issue 6 years ago • 1 comments

Is your feature request related to a problem? Please describe.

Most of the time I'm using markdown with emoji support (Trello / Github), I would love to use the editor to easily draft my messages but I cannot insert emojis supported by my tools

Describe the solution you'd like

What if the viewer renders the emoji codes (as listed here or preferably by a standard library)

Describe alternatives you've considered

  • Not using the editor for drafts :sweat_smile:
  • Do with the actual version and try to imagine emojis fitting in the text

Additional context

Not sure if this is the kind of feature you want, but I would find this very nice ! Have a wonderful day.

maximepiard avatar Jul 02 '19 17:07 maximepiard

JavaScript has some difficulty parsing markdown emojis, as it doesn't recognise the surrogate pairs unicode-encoded emoji rely on. By the way it's fine, we're using unicode emojis these days. 👈😎👉

Emoji support is still in consideration and let's see what the future brings âš—

liyasthomas avatar Jul 02 '19 19:07 liyasthomas