ckeditor / ckeditor5-inspector

CKEditor 5 inspector.
https://ckeditor.com/ckeditor-5
Other
32 stars 6 forks source link

Mark disallowed schema definitions based on the model selection #157

Open pomek opened 2 years ago

pomek commented 2 years ago

The new Schema tab (#155) shows all schema entries registered in an editor, which significantly improves understanding of the model limitations. Thanks for adding it.

image

I believe we can improve the list by marking (e.g., gray out) items disallowed in the given context based on the selection, similar to the Commands view.

image

So, for the given model:

image

The imageBlock definition will be grayed out as the editor does not allow adding of block images in captions.

image

oleq commented 2 years ago

Pros:

Cons: