- Notifications
You must be signed in to change notification settings - Fork3.7k
Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
License
Unknown, GPL-2.0 licenses found
Licenses found
ckeditor/ckeditor5
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CKEditor 5 is a modern JavaScript rich-text editor with MVC architecture, custom data model, and virtual DOM, written from scratch in TypeScript with excellent support for modern bundlers. It provides every type of WYSIWYG editing solution imaginable with extensive collaboration support. From editors similar to Google Docs and Medium to Slack or Twitter-like applications, all is possible within a single editing framework. As a market leader, it is constantly expanded and updated.
- Quick start
- Documentation and FAQ
- Releases
- Editing and collaboration features
- Create a free account and test full potential
- Contributing and project organization
- License
Refer to theQuick Start guide to learn more about CKEditor 5 installation.
The easiest way to start using CKEditor 5 with all the features you need is to prepare a customized setup with theCKEditor 5 Builder. All you need to do is choose the preferred editor type as a base, add all the required plugins, and download the ready-to-use package.
CKEditor 5 is a TypeScript project. Starting from v37.0.0, it offers native type definitions. Check out our dedicated guide to read more aboutTypeScript support.
For more advanced users or those who need to integrate CKEditor 5 with their applications, we prepared integrations with popular JavaScript frameworks:
CKEditor 5 is also a framework for creating custom-made rich text editing solutions.
To find out how to start building your editor from scratch go to theCKEditor 5 Framework overview section of the CKEditor 5 documentation.
Extensive documentation dedicated to all things CKEditor 5-related is available. You will find basic guides that will help you kick off your project, advanced deep-dive tutorials to tailor the editor to your specific needs, and help sections with solutions and answers to any of your possible questions. To find out more refer to the followingCKEditor 5 documentation sections:
- Installing CKEditor 5
- CKEditor 5 features
- CKEditor 5 examples
- Updating CKEditor 5
- Getting CKEditor 5 support
- CKEditor 5 Framework
- API documentation
For FAQ please go to theCKEditor Ecosystem help center.For a high-level overview of the project see theCKEditor Ecosystem website.
Follow theCKEditor 5 changelog for release details and check out the CKEditor 5 release blog posts on theCKSource blog for important release highlights and additional information.
The CKEditor 5 Framework offers access to a plethora of various plugins, supportingall kinds of editing features.
From collaborative editing support providing comments and tracking changes, through editing tools that let users control the content looks and structure such as tables, lists, and font styles, to accessibility helpers and multi-language support - CKEditor 5 is easily extensible and customizable. Special duty features like Markdown input and output and source editing, or export to PDF and Word provide solutions for users with diverse and specialized needs. Images and videos are easily supported and CKEditor 5 offers various upload and storage systems to manage these.
The number of options and the ease of customization and adding new ones make the editing experience even better for any environment and professional background.
Refer to theCKEditor 5 Features documentation for details.
If you want to check full CKEditor 5 capabilities, including premium features, sign up for afree non-commitment 14-day trial.
The development repository of CKEditor 5 is located athttps://github.com/ckeditor/ckeditor5. This is the best place for bringing opinions and contributions. Letting the core team know if they are going in the right or wrong direction is great feedback and will be much appreciated!
CKEditor 5 is a modular, multi-package,monorepo project. It consists of several packages that create the editing framework, based on which the feature packages are implemented.
Theckeditor5
repository is the place that centralizes the development of CKEditor 5. It bundles different packages into a single place, adding the necessary helper tools for the development workflow, like the builder and the test runner.Basic information on how to set up the development environment can be found in the documentation.
See theofficial contributors' guide to learn how to contribute your code to the project.
Report issues intheckeditor5
repository. Read more in theGetting support section of the CKEditor 5 documentation.
Licensed under a dual-license model, this software is available under:
- theGNU General Public License Version 2 or later,
- or commercial license terms from CKSource Holding sp. z o.o.
For more information, see:https://ckeditor.com/legal/ckeditor-licensing-options.
About
Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.