-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Move command helpers to a better place #2847
Comments
We talked with @pjasiun that those helpers would make perfect sense in the Schema. |
I've been also thinking what to do with In CKE4 the style system was used heavily by a wide range of features, but that won't be the case in CKE5. Instead of building a centralised super system for dealing with block/object/inline styles, we have an abstract model and simpler utils spread around the engine (mostly). Hence, |
BTW, besides basic styles there's also style.type = CKEDITOR.STYLE_INLINE; // need to override... dunno why. I love the fact that this line is 9 years old :D |
Related ticket in the engine: https://github.com/ckeditor/ckeditor5-engine/issues/969. |
Another ticket – now basic-styles: https://github.com/ckeditor/ckeditor5-basic-styles/issues/47. |
And one more in the link package: https://github.com/ckeditor/ckeditor5-link/issues/131. |
And I can also see that |
I had to give up with https://github.com/ckeditor/ckeditor5-autoformat/issues/7 for now, so I'll just remove the dependency on the core in https://github.com/ckeditor/ckeditor5-autoformat/issues/31. |
All done, so we can remove these helpers from this package. |
See ckeditor/ckeditor5-core#10 (comment).
E.g. I noticed that none of these functions have anything to do with the core. They only know about the engine, so it seems that they can be moved there. Question – where precisely?
The text was updated successfully, but these errors were encountered: