Open
Description
Feature Description
By now, there is no way to customize emoji alias(es) without rebuilding the gitea server since the predefined emoji aliases are hard coded.
This would be a problem when migrating from other VCS providers.
Here is an example, the ladybug couldn't be rendered properly because, in gitea, this emoji was called "lady_beetle" instead of "beetle" in bitbucket.org:
Can we add a configure section in the app.ini which is describing custom emoji aliases defined by the users(administrators)? Something like:
[ui.emoji_aliases]
beetle = lady_beetle
my_thumb = thumbsup
... ...