johannhof / emoji-helper

A small cross-browser emoji cheatsheet extension :+1:
johannhof.github.io/emoji-helper
MIT License
209 stars 36 forks source link

[Feature Request] Replace emoji codes in textbox while typing #112

Open ghost opened 6 years ago

ghost commented 6 years ago

v1

<input type="text"> and <textarea> tags could have listeners attached to them that find the emoji codes and replace them automatically with emojis.

v2

a global and a per-site toggle could be added. In a late

v3

Custom css selectors and event listener types e.g mail.google.com could have div.mailinput>span.typer as a selector and listen to keyup, change and keydown to do the replacements.