diy / jquery-emojiarea

A rich textarea control that supports emojis, WYSIWYG-style.
298 stars 87 forks source link

Render Emoji As You Type #3

Open hendrasan opened 11 years ago

hendrasan commented 11 years ago

Is there a way to render emoji as you type? So when you type :smile: , the contenteditable div will rerender the text into smile emoji?

azharuniverse commented 8 years ago

I used jquery emojify plugin to dynamically update div as one types into it.