Skip to content

Customize emoji aliases #22153

Open
Open
@muzzsh

Description

@muzzsh

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:

image

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
... ...

Screenshots

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/featureCompletely new functionality. Can only be merged if feature freeze is not active.type/proposalThe new feature has not been accepted yet but needs to be discussed first.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions