Replies: 1 comment 5 replies
-
Thanks for your suggestion. The editor is already quite customizable, and it can be interesting indeed to create a plugin API on top of that. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You can create an opportunity to add plugins that interact with the internal API and utilities, change components and their styles, add new functionality.
It is also possible to transfer some of the methods, parameters, and internal functions of the editor to plugins that are installed by default.
See how it is implemented here:
This will help those who use the editor and want to customize it to their needs.
It can also help in the development of the editor itself, if it grows a lot in the future.
Beta Was this translation helpful? Give feedback.
All reactions