-
Name Previous Value Current Value Assignee
robin
empty -
Sounds like something for a front-end guy ;) I could have a look if you want.
Either using a sprite or maybe a more advanced emoji Picker.
-
That is great! Some info:
- Emojis are currently packaged here:
- All emojis are loaded from back end via this code:
- When loaded to front end, they are rendered via below code:
- Below code translates an emoji code to corresponding image in markdown:
-
Name Previous Value Current Value Assignee
empty mweimann
-
@robin what do you think of this one?: https://emoji-button.js.org/
It is an emoji picker written in plain JS with categories and a search function as well.
-
I am fine with it. Does it support to input emoji via text? If not, what will the emoji look like in markdown source?
-
Does it support to input emoji via text? If not, what will the emoji look like in markdown source?
There are hooks for all type of events. My plan is just to swap the emoji selection "button" and keep all the rest like it is now.
-
👍
-
Hi,
I like the idea of integrating a specific library for emojis. I found another library that looks particularly light and easy to use, and it also has a clear documentation about unicode support:
-
Hey @andreaDelBene I also found emoji-picker during research.
I would try emoji button because if you have a look at emoji-picker Git activity and issue status it looks quite dead.
-
understood 👍 !
-
Hi!
I've collected in PR a couple of ideas to improve current emojis solution:pull request #14. Hope this could help .
-
OneDev
changed state to 'Closed' 5 years ago
Previous Value Current Value Open
Closed
-
OneDev
changed state to 'Released' 5 years ago
Previous Value Current Value Closed
Released
| Type |
Improvement
|
| Priority |
Normal
|
| Assignee |
This is because that these emojis are loaded one by one. It is better to put these emojis in a single image and then locate different emojis with positions in that image at client side.