8
0

Нет описания

Piotrek Koszuliński 9a796580ac Code refactoring: Wrapped build task with a separate directory. 10 лет назад
dev 9a796580ac Code refactoring: Wrapped build task with a separate directory. 10 лет назад
src 1f8603752c Fixed error handling by... read the comments ;). 10 лет назад
tests eb4747200b Extracted all things from CKEDITOR object to avoid circ deps. 10 лет назад
.editorconfig dd7edf242e Initialized .editorconfig. 11 лет назад
.gitattributes bab0e300aa Initialized .gitattributes 11 лет назад
.gitignore ff4428106e Nth attempt to implement a reusable set of Gulp tasks succeeded. 10 лет назад
.jscsrc f6880f02d5 Merge branch 'master' into esnext 10 лет назад
.jshintrc 92943ce602 Started porting modules to ES6. 10 лет назад
CHANGES.md 548d302ca8 Started CHANGES.md. 11 лет назад
CONTRIBUTING.md 8391231dd0 Introduced CONTRIBUTING.md. 11 лет назад
LICENSE.md 49b17a2f5b Removed the RequireJS distro from the repo making it a npm dependency. 11 лет назад
README.md cac5fb3eb3 Mentioned ckeditor5-core in the README. 10 лет назад
bender.js 0e5ebcf43d This should be able to enable CC ;/. 10 лет назад
ckeditor.js eb4747200b Extracted all things from CKEDITOR object to avoid circ deps. 10 лет назад
gruntfile.js 961b576740 Tests: Minor improvements. 10 лет назад
gulpfile.js 9a796580ac Code refactoring: Wrapped build task with a separate directory. 10 лет назад
package.json 99544850cd We'll need to handle errors manually, since plumber fails when using other stream libraries (which are not affected by it's monkey patches). 10 лет назад

README.md

CKEditor 5 - Development Repository

Dependency Status devDependency Status

This repository contains the development version of CKEditor 5, the next generation WYSIWYG editing platform and solutions.

Current Status

WARNING: Development just started and this repository still doesn't contain usable software.

Key Repositories

The ckeditor5-design repository concentrates the whole design effort around CKEditor 5. Information can be found at its wiki and issues pages.

The ckeditor5 repository instead centralizes the official code produced by the project. Code available here should be pretty much final. Its issues page is the place where to report issues regarding releases features and about the project as a whole.

The ckeditor5-core repository keeps the editor's core modules such as the basic infrastructure, the data model and the basic UI library. Most of the development happens in this repository.

License

Licensed under the GPL, LGPL and MPL licenses, at your choice. For full details about the license, please check the LICENSE.md file.