typewriter-editor / typewriter

A rich text editor based off of Quill.js and Ultradom, and using Svelte for UI.
MIT License
382 stars 32 forks source link

Fix an issue that broke compound emoji characters. #128

Open taylorhadden opened 1 year ago

taylorhadden commented 1 year ago

Unblocks \u200D the zero-width-joiner character. This allows combined emoji (e.g. ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ, ๐Ÿคทโ€โ™‚๏ธ) to work correctly.


As a side note, I am curious as to how the BAD_CHARS list was determined. There is stuff in there, especially with regards to RTL languages, that seem like they should be included (though I am no expert).