I will often wrote :P and be extremely disappointed when it doesn't render as an emoticon. Supporting emoticons would be sorta neat.
Description
Description
Related Objects
Related Objects
- Duplicates Merged Here
- T8868: Auto-convert standard smileys to :smiley: syntax
Event Timeline
This comment was removed by tycho.tatitscheff.
Comment Actions
I'm still not a super fan of how different browsers render different emojis, but it seems we could at least map the basic ones like @swisspol suggests.
{ ':)' : 'smile', ':-)' : 'smile', ':(' : 'frowning', ':-(' : 'frowning', ';)' : 'wink', ';-)' : 'wink', ':\'(' : 'cry', ':\'-(': 'cry', ':-\'(': 'cry', ':p' : 'stuck_out_tongue', ':P' : 'stuck_out_tongue', ':-P' : 'stuck_out_tongue', ':O' : 'open_mouth', ':-O' : 'open_mouth', ':D' : 'smiley', ':-D' : 'smiley', ':|' : 'expressionless', ':-|' : 'expressionless', ':/' : 'confused', ";P" : 'stuck_out_tongue_winking_eye', ";-P" : 'stuck_out_tongue_winking_eye', ":$" : 'blush', ":-$" : 'blush' };
Comment Actions
Ooooh. Twitter's emoji are open source.
https://blog.twitter.com/2014/open-sourcing-twitter-emoji-for-everyone
Comment Actions
We now support emoji; we might support stickers at some point. If we did, I'd expect them to use the autocomplete element (which I think is in a relatively good place for emoji), not actually be invoked with :P, ^-^, etc.