8
0
Piotrek Koszuliński 6be780e208 Merge branch 'master' into ckeditor5/t/1214 7 лет назад
..
.github 933cadf48f The initial commit. 7 лет назад
docs 317a9184fd Docs: Created the deep dive section. 7 лет назад
src 4ff0cdf3ae Docs: Fixed wrong documentation link in the DecoupledEditor class description. [skip ci] 7 лет назад
tests 9a76d12386 Moving calls to render child views in DecoupledEditorUIView out of the constructor 7 лет назад
.editorconfig 933cadf48f The initial commit. 7 лет назад
.eslintrc.js 933cadf48f The initial commit. 7 лет назад
.gitattributes 933cadf48f The initial commit. 7 лет назад
.gitignore 933cadf48f The initial commit. 7 лет назад
.travis.yml 6a8a6beff3 Aligned Travis configuration after switching to Yarn. See https://github.com/ckeditor/ckeditor5/issues/1214. 7 лет назад
CHANGELOG.md 880a6deb0c Docs: Changelog. [skip ci] 7 лет назад
CONTRIBUTING.md 00c7d19169 Docs: Made contributing guide link to our docs. [skip ci] 7 лет назад
LICENSE.md 87969e7ace Other: Changed the license to GPL2+ only. See ckeditor/ckeditor5#991. 7 лет назад
README.md 7301ad8452 Docs: Changed links to documentation. See ckeditor/ckeditor5#1192. 7 лет назад
package.json 5edd92e1e9 Update eslint-config-ckeditor5 package in package.json. 7 лет назад

README.md

CKEditor 5 decoupled editor implementation

npm version Build Status BrowserStack Status Coverage Status
Dependency Status devDependency Status

The decoupled editor implementation for CKEditor 5.

This package contains the DecoupledEditor class. Follow there to learn more about this type of editor and how to initialize it.

This package contains the source version of the decoupled editor. This editor implementation is also available in the document build. Read more about CKEditor 5 Builds.

Documentation

See the @ckeditor/ckeditor5-editor-decoupled package page in CKEditor 5 documentation.

License

Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md file.