You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance the emoji keyboard by integrating a wide range of kaomoji (Japanese emoticons) to provide users with more expressive text options.
Kaomoji are popular text-based emoticons that convey emotions and expressions using Japanese characters and punctuation. Adding kaomoji support to the emoji keyboard would allow users to easily insert these expressive symbols into their text, similar to how they currently use emojis. This would cater to a broader audience, particularly those who prefer or are familiar with kaomoji.
An idea of implementation
Include a curated library of popular kaomoji, organized by categories such as happy, sad, angry, etc.
Example kaomojis:
Happy: (^▽^) / (´。• ᵕ •。`)
Sad: (︶︹︺) / (╥_╥)
Surprised: (⊙_☉) / (°o°)
Angry: (¬_¬) / (ಠ_ಠ)
Winking: (^ω^) / ( ͡~ ͜ʖ ͡°)
Crying: (T_T) / (;´༎ຶД༎ຶ`)
Love: (♡˙︶˙♡) / (♥‿♥)
Confused: (⊙.☉) / (¬_¬)
Shrug: ¯_(ツ)_/¯
Sleepy: (-_-) zzz / (︶︹︺)
Allow users to search for specific kaomoji using keywords.
Enable users to save custom kaomoji for quick access.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion @JassonCordones, I don't have much time to work on this but that could be interesting, and would be happy to help with if someone want to do it
Note that right now we are using this web component to handle the emojis: https://github.com/missive/emoji-mart
So ideally the solution should work well with this component (the best would be to directly add a kaomoji section to this upstream package if they are interested)
We could for example add a part in the internationalize.js script that adds a category for kaomojis, and pull them from a structured source (with translation in all 22 languages currently supported ideally)
Describe the feature
Enhance the emoji keyboard by integrating a wide range of kaomoji (Japanese emoticons) to provide users with more expressive text options.
Kaomoji are popular text-based emoticons that convey emotions and expressions using Japanese characters and punctuation. Adding kaomoji support to the emoji keyboard would allow users to easily insert these expressive symbols into their text, similar to how they currently use emojis. This would cater to a broader audience, particularly those who prefer or are familiar with kaomoji.
An idea of implementation
Example kaomojis:
The text was updated successfully, but these errors were encountered: