-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support optionally automatically converting :P into 😛 etc #2567
Comments
One of the things I like about Riot is that
does not get translated into
Automatically translating the first into the second is something I am definitely not looking forward to. If anything, automatic translation should be either 1.) an opt-in setting, or 2.) undoable. |
this can be handled nicely in RTE by offering the emoji as an autocomplete option - which is hiding in #1761 (comment) |
(closing as dup) |
this is a classic case of shitty regex. we have facebook somehow manages to do it... |
this comes up fairly regularly as people ask if we can automatically do the substitution... as an option. so reopening this to be the canonical bug for that. |
One way to avoid this could be if the conversion is done only if there's a white before the emoticon. I think that would solve 95% of cases. We could also request another white after the emoticon, or an EOL. |
I'd also like to suggest a "mapping" feature. Most of the emojis are very ugly (at least in Chrome under Linux). Also most (if not all) emoticons are not animated. So it would be nice if there could be an (optional?) mapping between emoticon code and emoticon URL. Example emoticons: http://www.smiley-paradies.de/animierte-smileys/liebe.html So if he defined it before, one could write :dance: (or whatever the code is) and riot.im users will see this emoticon: http://www.smiley-paradies.de/smileys/tanzend/tanzend_0014.gif Mibbit has this: http://web20chat.wdfiles.com/local--files/chat%3Amibbit/mibbit-9.png |
So this is done but is slightly buggy but stuff like |
Would be nice to:
Should we file a separate issue for that? |
@kethinov two separate issues for those would be much appreciated, and a quick description of how hangouts does it would be great |
translate :P :D :) :| etc to emojis
The text was updated successfully, but these errors were encountered: