Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The list of emoji categories should be configurable #13220

Closed
oleq opened this issue Jan 5, 2023 · 0 comments · Fixed by #13238
Closed

The list of emoji categories should be configurable #13220

oleq opened this issue Jan 5, 2023 · 0 comments · Fixed by #13238
Assignees
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).

Comments

@oleq
Copy link
Member

oleq commented Jan 5, 2023

📝 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 order

return [
SpecialCharactersCurrency,
SpecialCharactersText,
SpecialCharactersMathematical,
SpecialCharactersArrows,
SpecialCharactersLatin
];
.

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.

@oleq oleq added type:feature This issue reports a feature request (an idea for a new functionality or a missing option). package:special-characters domain:dx This issue reports a developer experience problem or possible improvement. labels Jan 5, 2023
@niegowski niegowski added the squad:core Issue to be handled by the Core team. label Jan 10, 2023
@CKEditorBot CKEditorBot added the status:in-progress Set automatically when an issue lands in the "In progress" column. We are working on it. label Jan 10, 2023
niegowski added a commit that referenced this issue Jan 12, 2023
…cial-character-groups-order

Feature (special-characters): Add configurable order of special characters groups. Closes #13220.
@CKEditorBot CKEditorBot removed the status:in-progress Set automatically when an issue lands in the "In progress" column. We are working on it. label Jan 12, 2023
@CKEditorBot CKEditorBot added this to the iteration 60 milestone Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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).
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants