-
Notifications
You must be signed in to change notification settings - Fork 108
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
Shortcut (Autocomplete) for Emoji #433
Comments
@dbrgn Since this is already working... Any ETA for preview / autocompletion? |
No ETA yet. It is something I'd definitely like to see though. If someone wants to speed up the process - PRs are welcome 🙂 |
Additionally to suggestions and autocomplete for emoji's I propose two things:
So one could get the 😀 emoji by pressing |
Coming from Slack, Github, WhatsApp, ... I really expect the |
Expected Behavior
In Slack there is a nice feature to easily type in emoticons:
If I am starting to type a special character (e.g. : ) it should be possible to easily transform a name of a smiley (like grinning-face) to the actual image. Also while typing it should display suggestions out of what was already typed, which then can be used by hitting enter.
Current Behavior
ATM you are only able to select the plus-btn and look for the emoticon. That's more time consuming than typing a shortcut.
Possible Solution
While typing in : the application should look for possible matches of emoticons. The emoticons should be a list, with their names, while spaces need to be converted into dashes/underscores. To know, when a smiley is finished, it could be ended with another :-character.
The text was updated successfully, but these errors were encountered: