The list of emoji categories should be configurable #13220
Labels
domain:dx
This issue reports a developer experience problem or possible improvement.
package:special-characters
squad:core
Issue to be handled by the Core team.
type:feature
This issue reports a feature request (an idea for a new functionality or a missing option).
Milestone
📝 Provide a description of the new feature
Use-case:
Some categories are more important than others. For instance, in a document editor, you're more likely to use mathematical symbols than emojis. In a forum post reply editor, this will be the other way around.
Currently, the list of categories is filled according to the plugin loading order. If you use the
SpecialCharactersEssentials
glue plugin, it enforces a specific orderckeditor5/packages/ckeditor5-special-characters/src/specialcharactersessentials.js
Lines 35 to 41 in e890b2c
If you want to add your own category to the list, all you can do is either add it before (
init()
) or after (afterInit()
) essentials. You cannot reorder existing categories either.If you'd like to see this feature implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: