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

Create an emoji plugin #17361

Closed
pomek opened this issue Oct 30, 2024 · 6 comments · Fixed by #17802
Closed

Create an emoji plugin #17361

pomek opened this issue Oct 30, 2024 · 6 comments · Fixed by #17802
Labels
Epic squad:platform Issue to be handled by the Platform team. support:2 An issue reported by a commercially licensed client. type:feature This issue reports a feature request (an idea for a new functionality or a missing option).
Milestone

Comments

@pomek
Copy link
Member

pomek commented Oct 30, 2024

📝 Provide a description of the new feature

This issue aims to provide a new CKEditor 5 feature called Emoji. As its name suggests, it allows for inserting emojis into the content.

There will be two ways to achieve goals:

  1. By using the mention feature. Start typing : to trigger a mention dropdown.
  2. By clicking a UI icon. It opens a dropdown that renders an external component. We need to listen for its events to pass them to the editor.

There is an npm package emoji-picker-element (https://github.com/nolanlawson/emoji-picker-element) that matches our needs. Could we use it to implement the feature we need?

@pomek pomek added squad:platform Issue to be handled by the Platform team. type:feature This issue reports a feature request (an idea for a new functionality or a missing option). Epic labels Oct 30, 2024
@przemyslaw-zan przemyslaw-zan self-assigned this Oct 31, 2024
@CKEditorBot CKEditorBot added the status:in-progress Set automatically when an issue lands in the "In progress" column. We are working on it. label Nov 4, 2024
@przemyslaw-zan

This comment has been minimized.

@Witoso

This comment has been minimized.

@pomek

This comment has been minimized.

@Witoso

This comment has been minimized.

@przemyslaw-zan

This comment has been minimized.

@przemyslaw-zan

This comment has been minimized.

@aldonace-wu aldonace-wu added the support:2 An issue reported by a commercially licensed client. label Jan 22, 2025
pomek added a commit that referenced this issue Jan 27, 2025
Feature (emoji): Created the emoji feature. Closes #17361.
@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 27, 2025
@CKEditorBot CKEditorBot added this to the iteration 82 milestone Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic squad:platform Issue to be handled by the Platform team. support:2 An issue reported by a commercially licensed client. 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.

5 participants