phenaproxima / starshot-prototype

Prototype of a new kind of Drupal, based on recipes and loaded up with contrib's best modules and themes. Not a fork or a distribution.
https://drupal.org/starshot
106 stars 36 forks source link

Add CKEditor 5 Plugin Pack #38

Open mglaman opened 2 months ago

mglaman commented 2 months ago

We should add https://www.drupal.org/project/ckeditor5_plugin_pack so there are common plugins enabled enriching CKEditor

phenaproxima commented 2 months ago

We could add it, but ideally we'd configure it as well so that it's actually providing value right out of the gate. What plugins in particular do you think should be enabled?

mglaman commented 2 months ago

I'll circle back with the CKEditor folks, opened this whole talking to them

Robbt commented 2 months ago

That looks like an interesting pack but I wonder if it would make more sense to include them as individual modules and plugins. For instance I think https://drupal.org/project/ckeditor_font has an 2.x beta version that supports the font and color plugin that is also included with this module. What could be really helpful is figuring out a way to integrate the CKEditor5 font color configuration with a drupal theme preset colors out of the box because this is one of those little details where a configuration is nested inside of a specific module that can make Drupal setup challenging.

mglaman commented 2 months ago

I didn't get a chance to meet w/ the CKEditor folks again. I'll send link to the issue for the Dev Rel I chatted with.

but I wonder if it would make more sense to include them as individual modules and plugins

I don't think so. I really dislike Drupal's 100 modules for 5 lines of code approach. This was a pack they developed based on user feedback for common modules.