

# Using third-party pluginsĪ great way to enhance your builds with additional features is by using plugins created by the community.
#Ckeditor plugin generator

Providing widgets for easy integration with application structured data.Handling image upload and image manipulation features.Third-party services integration, for injecting external resources into the content, like videos or social network posts.Adding semantic value to the content, like annotations or accessibility features.

Editing features, like bold, heading, linking or any other feature that the user can use to manipulate the content.They can use the richness of the CKEditor 5 Framework API to enhance the editor or to better integrate it with your application.
#Ckeditor plugin code
They are simply pieces of code initialized by the editor if they are configured to be loaded. the package contains several granular plugins). A package may contain one or more plugins (e.g. Plugins provided by the CKEditor core team are available in npm (and GitHub, too) in form of npm packages. The predefined builds provided with CKEditor 5 are actually predefined collections of plugins, put together to satisfy specific needs. In fact, without plugins CKEditor 5 is an empty API with no use. Home / CKEditor 5 / Getting started Plugins in CKEditor 5įeatures in CKEditor are introduced by plugins.
