Bez popisu

Piotrek Koszuliński 65bbe96f31 Docs: Enabled all packages in Umberto. před 8 roky
.github 5b7d022845 Internal: Updated PR template. [skip ci] před 8 roky
docs 65bbe96f31 Docs: Enabled all packages in Umberto. před 8 roky
scripts 369d036af0 Internal: Updated dependencies. před 8 roky
.editorconfig dd7edf242e Initialized .editorconfig. před 11 roky
.eslintrc.js 49eba13c62 Code style: Switched to ESLint. See #366. před 8 roky
.gitattributes bab0e300aa Initialized .gitattributes před 11 roky
.gitignore 1ada1956f3 Use a more standard directory/ notation in .gitignore. před 8 roky
.travis.yml d95d9706ef Internal: Disable concurrency wherever we use Lerna. Closes #431. před 8 roky
CHANGELOG.md 3b6d3474fb Internal: Introduced ckeditor5-easy-image. před 8 roky
CONTRIBUTING.md fc9a6198fd Docs: Fixed link to CLA page. Closes #405. před 8 roky
LICENSE.md 9a9624656d Bump up the year. před 9 roky
README.md 3b6d3474fb Internal: Introduced ckeditor5-easy-image. před 8 roky
gulpfile.js 3194495880 Docs: Fixed docs after ckeditor/ckeditor5-build-classic#23. před 8 roky
lerna.json d95d9706ef Internal: Disable concurrency wherever we use Lerna. Closes #431. před 8 roky
mgit.json 3b6d3474fb Internal: Introduced ckeditor5-easy-image. před 8 roky
package.json 369d036af0 Internal: Updated dependencies. před 8 roky

README.md

CKEditor 5 – development repository

Build Status Dependency Status devDependency Status

Project Status (September 2017)

Version 0.11.0 was released on September 3, 2017. This is the 11th developer preview of the new CKEditor 5.

Read more in the CKEditor 5 v0.11.0 release blog post and check the CKEditor 5 sample.

Version 0.11.0 is the last release before v1.0.0-alpha. The alpha version will be followed by a several releases before it reaches v1.0.0. See the roadmap to 1.0.0 and beyond.

Follow us!

Documentation

The documentation is far from being complete and will be constantly evolving (as will the editor) until it is ready for v1.0.0.

Project Organization

Design and discussions

https://github.com/ckeditor/ckeditor5 is the CKEditor 5 main development repository. 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!

(Note: At the early stage, most of the high-level discussions were lead in ckeditor5-design repository.)

Development

CKEditor 5 is a modular, multi-package, multi-repository project. It consists of a several packages which create the editing framework, based on which the feature packages are implemented.

The ckeditor5 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.

Reporting issues and feature requests

Each repository independently handles its issues. However, it's recommended to report issues in this repository unless you know to which specific repository the issue belongs.

Read more in the Support page.

Packages

Core libraries

Package Status
@ckeditor/ckeditor5-engine
The editing engine.
ckeditor5-engine npm package badge build status badge ckeditor5-engine coverage badge
@ckeditor/ckeditor5-core
The core editor architecture.
ckeditor5-core npm package badge build status badge ckeditor5-core coverage badge
@ckeditor/ckeditor5-ui
The editor UI library.
ckeditor5-ui npm package badge build status badge ckeditor5-ui coverage badge
@ckeditor/ckeditor5-utils
The editor utils library.
ckeditor5-utils npm package badge build status badge ckeditor5-utils coverage badge
@ckeditor/ckeditor5-upload
Introduces the file upload utils.
ckeditor5-upload npm package badge build status badge ckeditor5-upload coverage badge
@ckeditor/ckeditor5-widget
Introduces the widget API.
ckeditor5-widget npm package badge build status badge ckeditor5-widget coverage badge

Editors

Package Status
@ckeditor/ckeditor5-editor-classic
The classic editor implementation.
ckeditor5-editor-classic npm package badge build status badge ckeditor5-editor-classic coverage badge
@ckeditor/ckeditor5-editor-inline
The inline editor implementation.
ckeditor5-editor-inline npm package badge build status badge ckeditor5-editor-inline coverage badge
@ckeditor/ckeditor5-editor-balloon
The balloon editor (Medium-like) implementation.
ckeditor5-editor-balloon npm package badge build status badge ckeditor5-editor-balloon coverage badge

Features

Package Status
@ckeditor/ckeditor5-adapter-ckfinder
Introduces the CKFinder adapter for features which require the upload capabilities.
ckeditor5-adapter-ckfinder npm package badge build status badge ckeditor5-adapter-ckfinder coverage badge
@ckeditor/ckeditor5-autoformat
Introduces the autoformatting feature. Replaces predefined characters with corresponding format (e.g. **foo** becomes bolded <strong>foo</strong>).
ckeditor5-autoformat npm package badge build status badge ckeditor5-autoformat coverage badge
@ckeditor/ckeditor5-basic-styles
Introduces the bold and italic features.
ckeditor5-basic-styles npm package badge build status badge ckeditor5-basic-styles coverage badge
@ckeditor/ckeditor5-block-quote
Introduces the block quote feature.
ckeditor5-block-quote npm package badge build status badge ckeditor5-block-quote coverage badge
@ckeditor/ckeditor5-clipboard
Introduces the clipboard integration.
ckeditor5-clipboard npm package badge build status badge ckeditor5-clipboard coverage badge
@ckeditor/ckeditor5-enter
Introduces the enter key feature.
ckeditor5-enter npm package badge build status badge ckeditor5-enter coverage badge
@ckeditor/ckeditor5-easy-image
Introduces Easy Image with Cloud Services feature.
ckeditor5-easy-image npm package badge build status badge ckeditor5-easy-image coverage badge
@ckeditor/ckeditor5-heading
Introduces the heading feature.
ckeditor5-heading npm package badge build status badge ckeditor5-heading coverage badge
@ckeditor/ckeditor5-image
Introduces the image feature. Supports image styles and captioning.
ckeditor5-image npm package badge build status badge ckeditor5-image coverage badge
@ckeditor/ckeditor5-link
Introduces the link feature.
ckeditor5-link npm package badge build status badge ckeditor5-link coverage badge
@ckeditor/ckeditor5-list
Introduces numbered and bulleted lists feature.
ckeditor5-list npm package badge build status badge ckeditor5-list coverage badge
@ckeditor/ckeditor5-markdown-gfm
Introduces GitHub flavored Markdown data processor.
ckeditor5-markdown-gfm npm package badge build status badge ckeditor5-markdown-gfm coverage badge
@ckeditor/ckeditor5-paragraph
Introduces the paragraph feature.
ckeditor5-paragraph npm package badge build status badge ckeditor5-paragraph coverage badge
@ckeditor/ckeditor5-typing
Introduces typing and deleting features.
ckeditor5-typing npm package badge build status badge ckeditor5-typing coverage badge
@ckeditor/ckeditor5-undo
Introduces the undo feature.
ckeditor5-undo npm package badge build status badge ckeditor5-undo coverage badge

Themes

Package Status
@ckeditor/ckeditor5-theme-lark
The lark theme.
ckeditor5-theme-lark npm package badge build status badge

Builds

Package Status
@ckeditor/ckeditor5-build-classic
The classic editor build.
ckeditor5-build-classic npm package badge
@ckeditor/ckeditor5-build-inline
The inline editor build.
ckeditor5-build-inline npm package badge
@ckeditor/ckeditor5-build-balloon
The balloon editor (Medium-like) build.
ckeditor5-build-balloon npm package badge

License

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