[BUG] [UI] emoji dont work in markdown list #4300

Closed
opened 2025-11-02 05:45:13 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @6543 on GitHub (Nov 13, 2019).

version 1.10.0 and current

preview: https://gitea.com/gitea/gitea.com/issues/8

Originally created by @6543 on GitHub (Nov 13, 2019). version 1.10.0 and current preview: https://gitea.com/gitea/gitea.com/issues/8
GiteaMirror added the issue/confirmedtype/enhancement labels 2025-11-02 05:45:13 -06:00
Author
Owner

@guillep2k commented on GitHub (Nov 13, 2019):

This is something that should be done on the client side (like GitHub does). Adding it to markdown will probably create a lot of incompatibilities, and it's also a unnecessary burden for the server.

I'm sure there must be some cool js library add-on we could add for this. 😉

@guillep2k commented on GitHub (Nov 13, 2019): This is something that should be done on the client side (like GitHub does). Adding it to markdown will probably create a lot of incompatibilities, and it's also a unnecessary burden for the server. I'm sure there must be some cool js library add-on we could add for this. 😉
Author
Owner

@mrsdizzie commented on GitHub (Nov 13, 2019):

Agree, this is another example of why the library we use (emojify) isn't great compared to what Github and others have which allow this feature to work here (github).

@mrsdizzie commented on GitHub (Nov 13, 2019): Agree, this is another example of why the library we use (emojify) isn't great compared to what Github and others have which allow this feature to work here (github).
Author
Owner

@mrsdizzie commented on GitHub (Nov 13, 2019):

Looks like Github uses this:

https://github.com/github/gemoji

And perhaps this is a somewhat similar go equivalent (or at least a place to start):

https://godoc.org/github.com/knq/emoji

(which do work server side and use some js for the selection probably similar to how we use tribute.js)

@mrsdizzie commented on GitHub (Nov 13, 2019): Looks like Github uses this: https://github.com/github/gemoji And perhaps this is a somewhat similar go equivalent (or at least a place to start): https://godoc.org/github.com/knq/emoji (which do work server side and use some js for the selection probably similar to how we use tribute.js)
Author
Owner

@stale[bot] commented on GitHub (Jan 13, 2020):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Jan 13, 2020): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#4300