Replies: 1 comment
-
I fixed my issue above by tweaking my emoticon/emoji regular expressions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was in the need of something like the
SmilieReplacer.ts
but on steroids, so I tried to build my own custom extension to achieve that.The main goals of this were:
:)
,:D
,:')
, etc.) and replace them Twitter Emoji (Twemoji)I was able to achieve that with a custom extension (demo), but there's at least one quirk to fix:
Content with native system emojis is broken when pressing Space (playground) (CodeSandbox)
demo-issue-1.mp4
You can see that with each Space press a new emoji is inserted, not sure why this is happening.
Beta Was this translation helpful? Give feedback.
All reactions