-
-
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
Better defaults for emoji (plaintext) auto completion #4554
Comments
"Better" is quite subjective and I'm still not clear on what you mean. We currently use the meta data from the emojione data set: or in unicode: |
@kethinov By "better", do you mean "include the Hangouts emoji shortcuts too"? Emojione doesn't currently have a mechanism for custom shortcuts but we can add them at runtime via user settings. (Also, looks like RocketChat is having the same problem 😜 joypixels/emojione#411) |
…xt emojis FTR a list of plaintexts and their unicode equivalents can be found here - element-hq/element-web#4554 (comment) Pressing space after a matching emoji will replace the plaintext emoji with the equivalent unicode emoji.
I think what Mattermost does would be a good model. On Mattermost you have both ASCII-style shortcuts, e.g. |
this is exactly what Riot does (albeit you have to tick a box in user settings to enabled auto replacement). But I thought you were more concerned about the particular plaintexts chosen? |
On a second look, yeah, there may be nothing to do here. I'm basing this mostly on your comment about replacement string priorities here. I forgot the checkbox was already implemented because it isn't in 0.11.4, so I haven't yet played with the feature. |
@kethinov OK, fair enough and thanks for clarifying. Let's keep this issue open as I'm sure others will have thoughts on this. |
Just tested this with the latest update. Checkbox "Automatically replace plain text Emoji" is checked and it doesn't appear to do any auto replacing. (Riot 0.12.1) |
@kethinov you'll have to be a bit more specific. What were the steps to reproduce, what did you expect etc. |
Riot 0.12.2, ASCII-style shortcuts, e.g. The auto complete method using |
@kethinov the catch is you have to hit space after |
or even with the option off you can do |
Ah there we go. Woohoo! 🎉 |
Why this not work on android? |
This is the repo for Riot Web. You can file Riot Android issues in that repo. |
My fault |
Offshoot of this discussion: #2567 (comment)
This would be a good guide to follow: https://aprescott.com/posts/hangouts-emoji
The text was updated successfully, but these errors were encountered: