-
-
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
Do we need this repo? #2328
Comments
Builds force you to use a certain creator and a precise set of features. And they are not reusable. You can't compose many builds.
The same is true for builds.
There's need for presets. Simplifying the work needed to create an editor with all the essentials features. |
If this is just about Clipboard, Enter, Paragraph, Typing, Undo, etc.... let's then create a plugin called "Essentials" and the problem is solved. Let's just not overcomplicate things. |
The problem is also solved now and it's solved better. Believe me, you're not creating editors every day. We are. I have enough of updating package.json's with missing deps and importing 10 features to have some reasonable editor for tests. |
That's true as long as you don't create your own build. The problem is when I create my own build and use a preset there. |
Make it a dev tool then, just for you. Developers out there are not creating editor every day, but when they do it they want to be sure that things will be under their control. Btw, what I've proposed in a previous comment seems reasonable. |
We'll see. We don't need to promote presets initially, but I think that not sharing such a useful tool is a waste of energy. Anyway, I plan to keep this package. Even if it's useful only for us. That's already enough. |
I renew my proposal to remove this repository, making the following changes:
This proposal is motivated by a recent talk with @wwalc, when it has been raised the confusion of the name "presets" with the current concept of presets used in CKEditor 4. This additional problem can be added to the list of issues that I've pointed in my initial post here. |
The article preset could land in I'm fine with |
My hope is that specific builds for such setups will help to answer this. Let's wait for the problem to be raised to think what's the right approach. |
Just one thing – I'm going to move So, I'm also thinking about naming this |
For me it's fine to rename it to |
:? Right now, |
I explained why not
It's not ideal to have nearly all packages as devdeps of |
This is just a development tool. As long as it is not messing up with the core package (like adding lots of deps in package.json), it can even be there. If it'll be messy though, then better to find a development dedicated place for it... like |
…t util. See #1. BREAKING CHANGE: The `Article` plugin was removed.
…`@ckeditor/ckeditor5-essentials`. The `Article` preset was removed. Caloses #1. BREAKING CHANGE: This package was renamed to `@ckeditor/ckeditor5-essentials`. BREAKING CHANGE: The `Article` presets was removed.
Closed by 7e5e82b. |
…itor/ckeditor5-essentials#1.
I don't see much purpose and benefit for presets:
The text was updated successfully, but these errors were encountered: