[Docs] Clean-up docs about editors API for plugins #2933
Labels
package:core
type:docs
This issue reports a task related to documentation (e.g. an idea for a guide).
Milestone
We need to clean-up API Docs of the editor class and all related interfaces.
I think that
EditorWithUi
interface should extendEditor
interface. I'm not sure if it is possible whenEditor
is a class, but it means that maybeEditor
should also be defined as separated class and interface. Then, I hope, it will be possible to define that one interface extends another.It should be also well described what is the difference between editing and UI parts of plugins and which interface should be used in each case. Also, plugins docs should be updated.
Related: https://github.com/ckeditor/ckeditor5-core/issues/115, https://github.com/ckeditor/ckeditor5-core/issues/113, #303, #327, #488.
The text was updated successfully, but these errors were encountered: