Changes between Version 3 and Version 4 of Ticket #37091, comment 4
- Timestamp:
- 06/13/2016 07:07:32 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37091, comment 4
v3 v4 1 1 Was thinking about something similar. We were talking about making an "emoji picker" to make inserting them easier (especially on desktops and laptops). The problem there is it will usually have to download a lot of images. 2 2 3 Another good option is to replace the emoticon "shortcuts" with emoji chars after typing them. So typing `:)` will turn into :), etc. Then add a lot of the `:something:` shortcuts.3 Another good option is to replace the emoticon "shortcuts" with emoji chars after typing them. So typing `:)` will turn into U+1F60A, etc. Then add a lot of the `:something:` shortcuts. 4 4 5 5 Replacing certain words on click looks fun but is probably a plugin material :)