|
|
@@ -0,0 +1,32 @@
|
|
|
+---
|
|
|
+category: api-reference
|
|
|
+---
|
|
|
+
|
|
|
+# CKEditor 5 classic editor implementation
|
|
|
+
|
|
|
+[](https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-classic)
|
|
|
+
|
|
|
+The classic editor implementation. See the {@link examples/builds/classic-editor demo}.
|
|
|
+
|
|
|
+## Documentation
|
|
|
+
|
|
|
+This package contains the {@link module:editor-classic/classiceditor~ClassicEditor} class. Follow there to learn more about this type of editor and how to initialize it.
|
|
|
+
|
|
|
+This package contains the source version of the classic editor. This editor implementation is also available in the [classic build](https://www.npmjs.com/package/@ckeditor/ckeditor5-build-classic). Read more about {@link builds/index CKEditor 5 Builds}.
|
|
|
+
|
|
|
+## Installation
|
|
|
+
|
|
|
+```bash
|
|
|
+npm install --save @ckeditor/ckeditor5-editor-classic
|
|
|
+```
|
|
|
+
|
|
|
+## Contribute
|
|
|
+
|
|
|
+The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5-editor-classic.
|
|
|
+
|
|
|
+## External links
|
|
|
+
|
|
|
+* [`@ckeditor/ckeditor5-editor-classic` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-classic)
|
|
|
+* [`ckeditor/ckeditor5-editor-classic` on GitHub](https://github.com/ckeditor/ckeditor5-editor-classic)
|
|
|
+* [Issue tracker](https://github.com/ckeditor/ckeditor5-editor-classic/issues)
|
|
|
+* [Changelog](https://github.com/ckeditor/ckeditor5-editor-classic/blob/master/CHANGELOG.md)
|