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

Ability to include track changes annotations UI without menu bar UI #17636

Open
bendemboski opened this issue Dec 12, 2024 · 0 comments
Open
Labels
domain:integration-dx This issue reports a problem with the developer experience when integrating CKEditor into a system. package:track-changes type:improvement This issue reports a possible enhancement of an existing feature.

Comments

@bendemboski
Copy link
Contributor

📝 Provide a description of the improvement

Since the application menu bar was implemented, the TrackChangesUI plugin has started depending on it. I don't use CKEditor's toolbar/menu bar UI so in other cases I just include Editing plugins in my build, and no UI plugins. However, for track changes I do use the annotations UI so I need to include TrackChangesUI, but that's now forcing me to include ~50k of menu bar code.

Could we split the TrackChangesUI plugin into two plugins, one that provides the annotations UI and the other that proved the toolbar/menu bar UI?


If you'd like to see this improvement implemented, add a 👍 reaction to this post.

@bendemboski bendemboski added the type:improvement This issue reports a possible enhancement of an existing feature. label Dec 12, 2024
@Witoso Witoso added package:track-changes domain:integration-dx This issue reports a problem with the developer experience when integrating CKEditor into a system. labels Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:integration-dx This issue reports a problem with the developer experience when integrating CKEditor into a system. package:track-changes type:improvement This issue reports a possible enhancement of an existing feature.
Projects
None yet
Development

No branches or pull requests

2 participants