ckeditor / ckeditor5-design

☠ Early discussions about CKEditor 5's architecture. Closed now. Go to https://github.com/ckeditor/ckeditor5 ☠
58 stars 12 forks source link

Toolbar configuration #143

Closed Reinmar closed 6 years ago

Reinmar commented 8 years ago

We need to figure out how to allow configuring toolbar (without actually coding) so that it's more flexible than in CKEditor 4.

For example, a quote from https://github.com/ckeditor/ckeditor5/issues/136:

Would be nice to provide a way to let users/developpers build their own toolbar from scratch by using dropdown, switcher… Sometime we want to have basic style (Bold - Italic - Underline…) grouped under a dropdown, color and background-color grouped in a dropdown with a switcher to switch from color to background-color.

Reinmar commented 8 years ago

We've started discussing this in https://github.com/ckeditor/ckeditor5-ui/issues/34#issuecomment-235281230 because the API we'll create in the UI framework must be able to handle toolbar configuration nicely.

Reinmar commented 6 years ago

Cleaning up old discussions. See https://github.com/ckeditor/ckeditor5-design/issues/186.