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