ckeditor5 34.0.0 → 35.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +426 -1
- package/LICENSE.md +6 -6
- package/README.md +51 -786
- package/build/ckeditor5-dll.js +2 -2
- package/build/ckeditor5-dll.manifest.json +6 -0
- package/build/translations/af.js +1 -1
- package/build/translations/ar.js +1 -1
- package/build/translations/ast.js +1 -1
- package/build/translations/az.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -0
- package/build/translations/bs.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de-ch.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/en-gb.js +1 -1
- package/build/translations/eo.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/eu.js +1 -1
- package/build/translations/fa.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/gu.js +1 -0
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/jv.js +1 -1
- package/build/translations/km.js +1 -1
- package/build/translations/kn.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/ku.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -0
- package/build/translations/nb.js +1 -1
- package/build/translations/ne.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/oc.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/si.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sl.js +1 -1
- package/build/translations/sq.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/ug.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -0
- package/build/translations/uz.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/package.json +13 -13
package/README.md
CHANGED
@@ -9,44 +9,44 @@ CKEditor 5 [](http://eepurl.com/c3zRPr)
|
10
10
|
[](https://twitter.com/ckeditor)
|
11
11
|
|
12
|
-
|
12
|
+
CKEditor 5 is an ultra-modern JavaScript rich text editor with MVC architecture, custom data model and virtual DOM. It is written from scratch in ES6 and has excellent webpack support. It provides every type of WYSIWYG editing solution imaginable with extensive collaboration support. From editors similar to Google Docs and Medium, to Slack or Twitter like applications, all of which is possible within a single editing framework. As a market leader, it is constantly expanded and updated.
|
13
13
|
|
14
|
-

|
15
15
|
|
16
16
|
## Table of contents
|
17
17
|
|
18
18
|
* [Quick start](#quick-start)
|
19
|
-
* [CKEditor 5
|
20
|
-
* [CKEditor 5
|
19
|
+
* [CKEditor 5 Online builder](#ckeditor-5-online-builder)
|
20
|
+
* [CKEditor 5 predefined builds](#ckeditor-5-predefined-builds)
|
21
|
+
* [Other CKEditor 5 installation methods](#ckeditor-5-advanced-installation)
|
21
22
|
* [Documentation and FAQ](#documentation-and-faq)
|
23
|
+
* [Releases](#releases)
|
24
|
+
* [CKEditor 5 features](#editing-and-collaboration-features)
|
22
25
|
* [Contributing and project organization](#contributing-and-project-organization)
|
23
26
|
* [Ideas and discussions](#ideas-and-discussions)
|
24
27
|
* [Development](#development)
|
25
28
|
* [Reporting issues and feature requests](#reporting-issues-and-feature-requests)
|
26
|
-
* [Releases](#releases)
|
27
|
-
* [Packages](#packages)
|
28
|
-
* [Core libraries](#core-libraries)
|
29
|
-
* [Builds](#builds)
|
30
|
-
* [Features](#features)
|
31
|
-
* [Editors](#editors)
|
32
|
-
* [Themes](#themes)
|
33
29
|
* [License](#license)
|
34
30
|
|
35
31
|
## Quick start
|
36
32
|
|
37
|
-
### CKEditor 5
|
33
|
+
### CKEditor 5 Online builder
|
34
|
+
|
35
|
+
The easies way to start using CKEditor 5 will all the functions and features you need, is preparing a customized build with the [Online builder](https://ckeditor.com/ckeditor-5/online-builder/). All you need to do is choose the preferred predefined build as a base, add all the required plugins and download the ready package that can be then used out of the box. Refer to the [Online builder Quick start](https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/quick-start.html#creating-custom-builds-with-online-builder) guide to follow this installation path.
|
38
36
|
|
39
|
-
CKEditor 5 builds
|
37
|
+
### CKEditor 5 predefined builds
|
40
38
|
|
41
|
-
|
39
|
+
CKEditor 5 predefined builds are a set of ready-to-use rich text editors. Every such build provides a single type of editor with a set of features and a default configuration.
|
42
40
|
|
43
|
-
|
44
|
-
* [Inline editor](https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/alternative-setups/predefined-builds.html#inline-editor)
|
45
|
-
* [Balloon editor](https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/alternative-setups/predefined-builds.html#balloon-editor)
|
46
|
-
* [Balloon block editor](https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/alternative-setups/predefined-builds.html#balloon-block-editor)
|
47
|
-
* [Document editor](https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/alternative-setups/predefined-builds.html#document-editor)
|
41
|
+
The following CKEditor 5 predefined builds are currently available:
|
48
42
|
|
49
|
-
|
43
|
+
* [Classic editor](https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/predefined-builds.html#classic-editor)
|
44
|
+
* [Inline editor](https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/predefined-builds.html#inline-editor)
|
45
|
+
* [Balloon editor](https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/predefined-builds.html#balloon-editor)
|
46
|
+
* [Balloon block editor](https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/predefined-builds.html#balloon-block-editor)
|
47
|
+
* [Document editor](https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/predefined-builds.html#document-editor)
|
48
|
+
|
49
|
+
#### Example installation
|
50
50
|
|
51
51
|
Creating an editor using a CKEditor 5 build is very simple and can be described in two steps:
|
52
52
|
|
@@ -59,7 +59,7 @@ In your HTML page add an element that CKEditor should replace:
|
|
59
59
|
<div id="editor"></div>
|
60
60
|
```
|
61
61
|
|
62
|
-
Load the classic editor build (you can choose between [CDN](https://cdn.ckeditor.com/#ckeditor5), [npm](https://ckeditor.com/docs/ckeditor5/latest/installation/
|
62
|
+
Load the classic editor build (you can choose between [CDN](https://cdn.ckeditor.com/#ckeditor5), [npm](https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/predefined-builds.html#npm) and [zip downloads](https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/predefined-builds.html#zip-download)):
|
63
63
|
|
64
64
|
```html
|
65
65
|
<script src="https://cdn.ckeditor.com/ckeditor5/<version>/classic/ckeditor.js"></script>
|
@@ -79,29 +79,47 @@ Call the [`ClassicEditor.create()`](https://ckeditor.com/docs/ckeditor5/latest/a
|
|
79
79
|
|
80
80
|
You’re ready to go!
|
81
81
|
|
82
|
-
To find out how to start with other builds check the [Predefined builds](https://ckeditor.com/docs/ckeditor5/latest/installation/
|
82
|
+
To find out how to start with other builds check the [Predefined builds](https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/predefined-builds.html) guide in the CKEditor 5 documentation.
|
83
|
+
|
84
|
+
### CKEditor 5 advanced installation
|
83
85
|
|
84
|
-
|
86
|
+
For more advanced users, or those who need to integrate CKEditor 5 with their own applications, we have prepared several other, advanced methods to do it. You can [integrate the editor from source](https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/alternative-setups/integrating-from-source.html), use [DLL builds](https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/alternative-setups/dll-builds.html) or utilize some of the pre-made integrations with popular [JavaScript frameworks](https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/frameworks/overview.html), like [Angular](https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/frameworks/angular.html), [React](https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/frameworks/react.html) or [Vue](https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/frameworks/vuejs-v3.html).
|
87
|
+
|
88
|
+
#### CKEditor 5 Framework
|
85
89
|
|
86
90
|
CKEditor 5 builds allow you to quickly and easily initialize one of the many types of editors in your application. At the same time, CKEditor 5 is also a framework for creating custom-made rich text editing solutions.
|
87
91
|
|
88
|
-
To find out how to start building your own editor from scratch go to [CKEditor 5 Framework overview
|
92
|
+
To find out how to start building your own editor from scratch go to the [CKEditor 5 Framework overview](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/overview.html) section of CKEditor 5 documentation.
|
89
93
|
|
90
94
|
## Documentation and FAQ
|
91
95
|
|
92
|
-
To find out more see the following [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/index.html) sections:
|
96
|
+
An extensive, vast documentation dedicated to all thing CKEditor 5-related is available handy. You will find basic guides that will help you kick off your project, advanced deep-dive tutorials to tailor it your specific needs and help sections with solutions and answers to any of your possible questions. To find out more see the following [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/index.html) sections:
|
93
97
|
|
94
|
-
* [
|
98
|
+
* [Installing CKEditor 5](https://ckeditor.com/docs/ckeditor5/latest/installation/index.html)
|
99
|
+
* [CKEditor 5 features documentation](https://ckeditor.com/docs/ckeditor5/latest/features/index.html)
|
100
|
+
* [CKEditor 5 examples](https://ckeditor.com/docs/ckeditor5/latest/examples/index.html)
|
101
|
+
* [Updating CKEditor 5](https://ckeditor.com/docs/ckeditor5/latest/updating/index.html)
|
102
|
+
* [Getting CKEditor 5 support](https://ckeditor.com/docs/ckeditor5/latest/support/index.html)
|
95
103
|
* [CKEditor 5 Framework documentation](https://ckeditor.com/docs/ckeditor5/latest/framework/index.html)
|
96
|
-
* [
|
97
|
-
* [CKEditor 5 Features documentation](https://ckeditor.com/docs/ckeditor5/latest/features/index.html)
|
98
|
-
* [CKEditor 5 Examples](https://ckeditor.com/docs/ckeditor5/latest/examples/index.html)
|
99
|
-
|
100
|
-
The documentation is far from being complete and will be constantly evolving (as will the editor) until it is ready for v1.0.0.
|
104
|
+
* [API documentation](https://ckeditor.com/docs/ckeditor5/latest/api/index.html)
|
101
105
|
|
102
106
|
For FAQ please go to the [CKEditor Ecosystem help center](https://support.ckeditor.com/hc/en-us).
|
103
107
|
For a high-level overview of the project see the [CKEditor Ecosystem website](https://ckeditor.com).
|
104
108
|
|
109
|
+
## Releases
|
110
|
+
|
111
|
+
Follow the [CKEditor 5 changelog](https://github.com/ckeditor/ckeditor5/blob/stable/CHANGELOG.md) for release details and check out the CKEditor 5 release blog posts on the [CKSource blog](https://ckeditor.com/blog/?category=releases&tags=CKEditor-5) for important release highlights and additional information.
|
112
|
+
|
113
|
+
## Editing and collaboration features
|
114
|
+
|
115
|
+
The CKEditor 5 Framework offers access to plethora of various plugins, supporting [all kinds of editing features](https://ckeditor.com/docs/ckeditor5/latest/features/index.html).
|
116
|
+
|
117
|
+
From collaborative editing support providing comments and tracking changes, through editing tools that let users control the content looks and structure such as tables, lists, font styles, to accessibility helpers and multi-language support - CKEditor 5 is easily extendable and customizable. Special duty features like Markdown input and output and source editing, or export to PDF and Word provide solutions for users with diverse and specialized needs and demands. Images and videos are easily supported and CKEditor 5 offers various upload and storage systems to manage these.
|
118
|
+
|
119
|
+
The number of options and the easiness of customization and adding new ones makes the editing experience even better for any potential environments and professional backgrounds.
|
120
|
+
|
121
|
+
Refer to the [CKEditor 5 Features](https://ckeditor.com/docs/ckeditor5/latest/features/index.html) documentation for details.
|
122
|
+
|
105
123
|
## Contributing and project organization
|
106
124
|
|
107
125
|
### Ideas and discussions
|
@@ -112,7 +130,7 @@ The development repository of CKEditor 5 is located at [https://github.com/ckedi
|
|
112
130
|
|
113
131
|
CKEditor 5 is a modular, multi-package, [monorepo](https://en.wikipedia.org/wiki/Monorepo) project. It consists of several packages that create the editing framework, based on which the feature packages are implemented.
|
114
132
|
|
115
|
-
The [ckeditor5](https://github.com/ckeditor/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](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/development-environment.html) can be found in the documentation.
|
133
|
+
The [`ckeditor5`](https://github.com/ckeditor/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](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/development-environment.html) can be found in the documentation.
|
116
134
|
|
117
135
|
See the [official contributors' guide](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html) to learn how to contribute your code to the project.
|
118
136
|
|
@@ -120,760 +138,7 @@ See the [official contributors' guide](https://ckeditor.com/docs/ckeditor5/lates
|
|
120
138
|
|
121
139
|
Each repository handles its issues independently. However, it is recommended to report issues in [this repository](https://github.com/ckeditor/ckeditor5/issues) unless you know to which specific repository the issue belongs.
|
122
140
|
|
123
|
-
Read more on the [
|
124
|
-
|
125
|
-
## Releases
|
126
|
-
|
127
|
-
See CKEditor 5 release blog posts [on the CKEditor blog](https://ckeditor.com/blog/?category=releases&tags=CKEditor-5).
|
128
|
-
|
129
|
-
## Packages
|
130
|
-
|
131
|
-
### Core libraries
|
132
|
-
|
133
|
-
<table>
|
134
|
-
<thead>
|
135
|
-
<tr>
|
136
|
-
<th width="30%">Name</th>
|
137
|
-
<th width="15%">Version</th>
|
138
|
-
<th width="55%">Description</th>
|
139
|
-
</tr>
|
140
|
-
</thead>
|
141
|
-
<tbody>
|
142
|
-
|
143
|
-
<tr>
|
144
|
-
<td>
|
145
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-engine"><code>@ckeditor/ckeditor5-engine</code></a>
|
146
|
-
</td>
|
147
|
-
<td>
|
148
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-engine"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-engine.svg" alt="@ckeditor/ckeditor5-engine npm package badge"></a>
|
149
|
-
</td>
|
150
|
-
<td>
|
151
|
-
The editing engine.
|
152
|
-
</td>
|
153
|
-
</tr>
|
154
|
-
|
155
|
-
<tr>
|
156
|
-
<td>
|
157
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-core"><code>@ckeditor/ckeditor5-core</code></a>
|
158
|
-
</td>
|
159
|
-
<td>
|
160
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-core"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-core.svg" alt="@ckeditor/ckeditor5-core npm package badge"></a>
|
161
|
-
</td>
|
162
|
-
<td>
|
163
|
-
The core editor architecture.
|
164
|
-
</td>
|
165
|
-
</tr>
|
166
|
-
|
167
|
-
<tr>
|
168
|
-
<td>
|
169
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-ui"><code>@ckeditor/ckeditor5-ui</code></a>
|
170
|
-
</td>
|
171
|
-
<td>
|
172
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-ui"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-ui.svg" alt="@ckeditor/ckeditor5-ui npm package badge"></a>
|
173
|
-
</td>
|
174
|
-
<td>
|
175
|
-
The editor UI library.
|
176
|
-
</td>
|
177
|
-
</tr>
|
178
|
-
|
179
|
-
<tr>
|
180
|
-
<td>
|
181
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-utils"><code>@ckeditor/ckeditor5-utils</code></a>
|
182
|
-
</td>
|
183
|
-
<td>
|
184
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-utils"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-utils.svg" alt="@ckeditor/ckeditor5-utils npm package badge"></a>
|
185
|
-
</td>
|
186
|
-
<td>
|
187
|
-
The editor utilities library.
|
188
|
-
</td>
|
189
|
-
</tr>
|
190
|
-
|
191
|
-
<tr>
|
192
|
-
<td>
|
193
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-upload"><code>@ckeditor/ckeditor5-upload</code></a>
|
194
|
-
</td>
|
195
|
-
<td>
|
196
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-upload"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-upload.svg" alt="@ckeditor/ckeditor5-upload npm package badge"></a>
|
197
|
-
</td>
|
198
|
-
<td>
|
199
|
-
The file upload utilities.
|
200
|
-
</td>
|
201
|
-
</tr>
|
202
|
-
|
203
|
-
<tr>
|
204
|
-
<td>
|
205
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-widget"><code>@ckeditor/ckeditor5-widget</code></a>
|
206
|
-
</td>
|
207
|
-
<td>
|
208
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-widget"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-widget.svg" alt="@ckeditor/ckeditor5-widget npm package badge"></a>
|
209
|
-
</td>
|
210
|
-
<td>
|
211
|
-
The widget API.
|
212
|
-
</td>
|
213
|
-
</tr>
|
214
|
-
|
215
|
-
<tr>
|
216
|
-
<td>
|
217
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-watchdog"><code>@ckeditor/ckeditor5-watchdog</code></a>
|
218
|
-
</td>
|
219
|
-
<td>
|
220
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-watchdog"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-watchdog.svg" alt="@ckeditor/ckeditor5-watchdog npm package badge"></a>
|
221
|
-
</td>
|
222
|
-
<td>
|
223
|
-
The watchdog feature, which keeps CKEditor 5 editors running.
|
224
|
-
</td>
|
225
|
-
</tr>
|
226
|
-
|
227
|
-
<tr>
|
228
|
-
<td>
|
229
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-cloud-services"><code>@ckeditor/ckeditor5-cloud-services</code></a>
|
230
|
-
</td>
|
231
|
-
<td>
|
232
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-cloud-services"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-cloud-services.svg" alt="@ckeditor/ckeditor5-cloud-services npm package badge"></a>
|
233
|
-
</td>
|
234
|
-
<td>
|
235
|
-
CKEditor 5's Cloud Services integration layer.
|
236
|
-
</td>
|
237
|
-
</tr>
|
238
|
-
|
239
|
-
</tbody>
|
240
|
-
</table>
|
241
|
-
|
242
|
-
### Builds
|
243
|
-
|
244
|
-
<table>
|
245
|
-
<thead>
|
246
|
-
<tr>
|
247
|
-
<th width="30%">Name</th>
|
248
|
-
<th width="15%">Version</th>
|
249
|
-
<th width="55%">Description</th>
|
250
|
-
</tr>
|
251
|
-
</thead>
|
252
|
-
<tbody>
|
253
|
-
|
254
|
-
<tr>
|
255
|
-
<td>
|
256
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-build-classic"><code>@ckeditor/ckeditor5-build-classic</code></a>
|
257
|
-
</td>
|
258
|
-
<td>
|
259
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-build-classic"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-build-classic.svg" alt="@ckeditor/ckeditor5-build-classic npm package badge"></a>
|
260
|
-
</td>
|
261
|
-
<td>
|
262
|
-
The classic editor build.
|
263
|
-
</td>
|
264
|
-
</tr>
|
265
|
-
|
266
|
-
<tr>
|
267
|
-
<td>
|
268
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-build-inline"><code>@ckeditor/ckeditor5-build-inline</code></a>
|
269
|
-
</td>
|
270
|
-
<td>
|
271
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-build-inline"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-build-inline.svg" alt="@ckeditor/ckeditor5-build-inline npm package badge"></a>
|
272
|
-
</td>
|
273
|
-
<td>
|
274
|
-
The inline editor build.
|
275
|
-
</td>
|
276
|
-
</tr>
|
277
|
-
|
278
|
-
<tr>
|
279
|
-
<td>
|
280
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-build-balloon"><code>@ckeditor/ckeditor5-build-balloon</code></a>
|
281
|
-
</td>
|
282
|
-
<td>
|
283
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-build-balloon"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-build-balloon.svg" alt="@ckeditor/ckeditor5-build-balloon npm package badge"></a>
|
284
|
-
</td>
|
285
|
-
<td>
|
286
|
-
The balloon editor (Medium-like) build.
|
287
|
-
</td>
|
288
|
-
</tr>
|
289
|
-
|
290
|
-
<tr>
|
291
|
-
<td>
|
292
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-build-balloon-block"><code>@ckeditor/ckeditor5-build-balloon-block</code></a>
|
293
|
-
</td>
|
294
|
-
<td>
|
295
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-build-balloon-block"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-build-balloon-block.svg" alt="@ckeditor/ckeditor5-build-balloon-block npm package badge"></a>
|
296
|
-
</td>
|
297
|
-
<td>
|
298
|
-
The balloon editor with a block toolbar (Slack–like) build.
|
299
|
-
</td>
|
300
|
-
</tr>
|
301
|
-
|
302
|
-
<tr>
|
303
|
-
<td>
|
304
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-build-decoupled-document"><code>@ckeditor/ckeditor5-build-decoupled-document</code></a>
|
305
|
-
</td>
|
306
|
-
<td>
|
307
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-build-decoupled-document"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-build-decoupled-document.svg" alt="@ckeditor/ckeditor5-build-decoupled-document npm package badge"></a>
|
308
|
-
</td>
|
309
|
-
<td>
|
310
|
-
The document editor build, featuring the decoupled UI editor implementation.
|
311
|
-
</td>
|
312
|
-
</tr>
|
313
|
-
|
314
|
-
</tbody>
|
315
|
-
</table>
|
316
|
-
|
317
|
-
### Features
|
318
|
-
|
319
|
-
<table>
|
320
|
-
<thead>
|
321
|
-
<tr>
|
322
|
-
<th width="30%">Name</th>
|
323
|
-
<th width="15%">Version</th>
|
324
|
-
<th width="55%">Description</th>
|
325
|
-
</tr>
|
326
|
-
</thead>
|
327
|
-
<tbody>
|
328
|
-
|
329
|
-
<tr>
|
330
|
-
<td>
|
331
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-adapter-ckfinder"><code>@ckeditor/ckeditor5-adapter-ckfinder</code></a>
|
332
|
-
</td>
|
333
|
-
<td>
|
334
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-adapter-ckfinder"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-adapter-ckfinder.svg" alt="@ckeditor/ckeditor5-adapter-ckfinder npm package badge"></a>
|
335
|
-
</td>
|
336
|
-
<td>
|
337
|
-
The <a href="https://ckeditor.com/ckfinder/">CKFinder</a> adapter for features which require upload capabilities (e.g. image upload).
|
338
|
-
</td>
|
339
|
-
</tr>
|
340
|
-
|
341
|
-
<tr>
|
342
|
-
<td>
|
343
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-alignment"><code>@ckeditor/ckeditor5-alignment</code></a>
|
344
|
-
</td>
|
345
|
-
<td>
|
346
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-alignment"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-alignment.svg" alt="@ckeditor/ckeditor5-alignment npm package badge"></a>
|
347
|
-
</td>
|
348
|
-
<td>
|
349
|
-
The text alignment feature.
|
350
|
-
</td>
|
351
|
-
</tr>
|
352
|
-
|
353
|
-
<tr>
|
354
|
-
<td>
|
355
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-autoformat"><code>@ckeditor/ckeditor5-autoformat</code></a>
|
356
|
-
</td>
|
357
|
-
<td>
|
358
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-autoformat"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-autoformat.svg" alt="@ckeditor/ckeditor5-autoformat npm package badge"></a>
|
359
|
-
</td>
|
360
|
-
<td>
|
361
|
-
The autoformatting feature. Replaces predefined characters with a corresponding format (e.g. <code>**foo**</code> becomes bold <code><strong>foo</strong></code>).
|
362
|
-
</td>
|
363
|
-
</tr>
|
364
|
-
|
365
|
-
<tr>
|
366
|
-
<td>
|
367
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-autosave"><code>@ckeditor/ckeditor5-autosave</code></a>
|
368
|
-
</td>
|
369
|
-
<td>
|
370
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-autosave"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-autosave.svg" alt="@ckeditor/ckeditor5-autosave npm package badge"></a>
|
371
|
-
</td>
|
372
|
-
<td>
|
373
|
-
The autosave feature. Makes it easy to automatically save the data to the backend.
|
374
|
-
</td>
|
375
|
-
</tr>
|
376
|
-
|
377
|
-
<tr>
|
378
|
-
<td>
|
379
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-basic-styles"><code>@ckeditor/ckeditor5-basic-styles</code></a>
|
380
|
-
</td>
|
381
|
-
<td>
|
382
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-basic-styles"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-basic-styles.svg" alt="@ckeditor/ckeditor5-basic-styles npm package badge"></a>
|
383
|
-
</td>
|
384
|
-
<td>
|
385
|
-
The bold, italic, underline and code features.
|
386
|
-
</td>
|
387
|
-
</tr>
|
388
|
-
|
389
|
-
<tr>
|
390
|
-
<td>
|
391
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-block-quote"><code>@ckeditor/ckeditor5-block-quote</code></a>
|
392
|
-
</td>
|
393
|
-
<td>
|
394
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-block-quote"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-block-quote.svg" alt="@ckeditor/ckeditor5-block-quote npm package badge"></a>
|
395
|
-
</td>
|
396
|
-
<td>
|
397
|
-
The block quote feature.
|
398
|
-
</td>
|
399
|
-
</tr>
|
400
|
-
|
401
|
-
<tr>
|
402
|
-
<td>
|
403
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-ckfinder"><code>@ckeditor/ckeditor5-ckfinder</code></a>
|
404
|
-
</td>
|
405
|
-
<td>
|
406
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-ckfinder"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-ckfinder.svg" alt="@ckeditor/ckeditor5-ckfinder npm package badge"></a>
|
407
|
-
</td>
|
408
|
-
<td>
|
409
|
-
The <a href="https://ckeditor.com/ckfinder/">CKFinder</a> file browser integration.
|
410
|
-
</td>
|
411
|
-
</tr>
|
412
|
-
|
413
|
-
<tr>
|
414
|
-
<td>
|
415
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-clipboard"><code>@ckeditor/ckeditor5-clipboard</code></a>
|
416
|
-
</td>
|
417
|
-
<td>
|
418
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-clipboard"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-clipboard.svg" alt="@ckeditor/ckeditor5-clipboard npm package badge"></a>
|
419
|
-
</td>
|
420
|
-
<td>
|
421
|
-
The clipboard integration.
|
422
|
-
</td>
|
423
|
-
</tr>
|
424
|
-
|
425
|
-
<tr>
|
426
|
-
<td>
|
427
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-code-block"><code>@ckeditor/ckeditor5-code-block</code></a>
|
428
|
-
</td>
|
429
|
-
<td>
|
430
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-code-block"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-code-block.svg" alt="@ckeditor/ckeditor5-code-block npm package badge"></a>
|
431
|
-
</td>
|
432
|
-
<td>
|
433
|
-
The code block feature.
|
434
|
-
</td>
|
435
|
-
</tr>
|
436
|
-
|
437
|
-
<tr>
|
438
|
-
<td>
|
439
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-enter"><code>@ckeditor/ckeditor5-enter</code></a>
|
440
|
-
</td>
|
441
|
-
<td>
|
442
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-enter"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-enter.svg" alt="@ckeditor/ckeditor5-enter npm package badge"></a>
|
443
|
-
</td>
|
444
|
-
<td>
|
445
|
-
The <kbd>Enter</kbd> key feature.
|
446
|
-
</td>
|
447
|
-
</tr>
|
448
|
-
|
449
|
-
<tr>
|
450
|
-
<td>
|
451
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-easy-image"><code>@ckeditor/ckeditor5-easy-image</code></a>
|
452
|
-
</td>
|
453
|
-
<td>
|
454
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-easy-image"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-easy-image.svg" alt="@ckeditor/ckeditor5-easy-image npm package badge"></a>
|
455
|
-
</td>
|
456
|
-
<td>
|
457
|
-
Easy Image with CKEditor Cloud Services feature.
|
458
|
-
</td>
|
459
|
-
</tr>
|
460
|
-
|
461
|
-
<tr>
|
462
|
-
<td>
|
463
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-find-and-replace"><code>@ckeditor/ckeditor5-find-and-replace</code></a>
|
464
|
-
</td>
|
465
|
-
<td>
|
466
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-find-and-replace"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-find-and-replace.svg" alt="@ckeditor/ckeditor5-find-and-replace npm package badge"></a>
|
467
|
-
</td>
|
468
|
-
<td>
|
469
|
-
The find and replace feature.
|
470
|
-
</td>
|
471
|
-
</tr>
|
472
|
-
|
473
|
-
<tr>
|
474
|
-
<td>
|
475
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-font"><code>@ckeditor/ckeditor5-font</code></a>
|
476
|
-
</td>
|
477
|
-
<td>
|
478
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-font"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-font.svg" alt="@ckeditor/ckeditor5-font npm package badge"></a>
|
479
|
-
</td>
|
480
|
-
<td>
|
481
|
-
The font size and font family features.
|
482
|
-
</td>
|
483
|
-
</tr>
|
484
|
-
|
485
|
-
<tr>
|
486
|
-
<td>
|
487
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-heading"><code>@ckeditor/ckeditor5-heading</code></a>
|
488
|
-
</td>
|
489
|
-
<td>
|
490
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-heading"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-heading.svg" alt="@ckeditor/ckeditor5-heading npm package badge"></a>
|
491
|
-
</td>
|
492
|
-
<td>
|
493
|
-
The heading feature.
|
494
|
-
</td>
|
495
|
-
</tr>
|
496
|
-
|
497
|
-
<tr>
|
498
|
-
<td>
|
499
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-highlight"><code>@ckeditor/ckeditor5-highlight</code></a>
|
500
|
-
</td>
|
501
|
-
<td>
|
502
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-highlight"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-highlight.svg" alt="@ckeditor/ckeditor5-highlight npm package badge"></a>
|
503
|
-
</td>
|
504
|
-
<td>
|
505
|
-
The highlight feature (markers and pens).
|
506
|
-
</td>
|
507
|
-
</tr>
|
508
|
-
|
509
|
-
<tr>
|
510
|
-
<td>
|
511
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-horizontal-line"><code>@ckeditor/ckeditor5-horizontal-line</code></a>
|
512
|
-
</td>
|
513
|
-
<td>
|
514
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-horizontal-line"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-horizontal-line.svg" alt="@ckeditor/ckeditor5-horizontal-line npm package badge"></a>
|
515
|
-
</td>
|
516
|
-
<td>
|
517
|
-
The horizontal rule feature.
|
518
|
-
</td>
|
519
|
-
</tr>
|
520
|
-
|
521
|
-
<tr>
|
522
|
-
<td>
|
523
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-html-embed"><code>@ckeditor/ckeditor5-html-embed</code></a>
|
524
|
-
</td>
|
525
|
-
<td>
|
526
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-html-embed"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-html-embed.svg" alt="@ckeditor/ckeditor5-html-embed npm package badge"></a>
|
527
|
-
</td>
|
528
|
-
<td>
|
529
|
-
The HTML embed feature.
|
530
|
-
</td>
|
531
|
-
</tr>
|
532
|
-
|
533
|
-
<tr>
|
534
|
-
<td>
|
535
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-html-support"><code>@ckeditor/ckeditor5-html-support</code></a>
|
536
|
-
</td>
|
537
|
-
<td>
|
538
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-html-support"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-html-support.svg" alt="@ckeditor/ckeditor5-html-support npm package badge"></a>
|
539
|
-
</td>
|
540
|
-
<td>
|
541
|
-
The General HTML Support feature.
|
542
|
-
</td>
|
543
|
-
</tr>
|
544
|
-
|
545
|
-
<tr>
|
546
|
-
<td>
|
547
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-image"><code>@ckeditor/ckeditor5-image</code></a>
|
548
|
-
</td>
|
549
|
-
<td>
|
550
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-image"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-image.svg" alt="@ckeditor/ckeditor5-image npm package badge"></a>
|
551
|
-
</td>
|
552
|
-
<td>
|
553
|
-
The image feature. Supports image styles, captioning, upload, resizing, and more.
|
554
|
-
</td>
|
555
|
-
</tr>
|
556
|
-
|
557
|
-
<tr>
|
558
|
-
<td>
|
559
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-indent"><code>@ckeditor/ckeditor5-indent</code></a>
|
560
|
-
</td>
|
561
|
-
<td>
|
562
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-indent"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-indent.svg" alt="@ckeditor/ckeditor5-indent npm package badge"></a>
|
563
|
-
</td>
|
564
|
-
<td>
|
565
|
-
The indentation (of lists and blocks) feature.
|
566
|
-
</td>
|
567
|
-
</tr>
|
568
|
-
|
569
|
-
<tr>
|
570
|
-
<td>
|
571
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-language"><code>@ckeditor/ckeditor5-language</code></a>
|
572
|
-
</td>
|
573
|
-
<td>
|
574
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-language"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-language.svg" alt="@ckeditor/ckeditor5-language npm package badge"></a>
|
575
|
-
</td>
|
576
|
-
<td>
|
577
|
-
The text part language feature.
|
578
|
-
</td>
|
579
|
-
</tr>
|
580
|
-
|
581
|
-
<tr>
|
582
|
-
<td>
|
583
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-link"><code>@ckeditor/ckeditor5-link</code></a>
|
584
|
-
</td>
|
585
|
-
<td>
|
586
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-link"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-link.svg" alt="@ckeditor/ckeditor5-link npm package badge"></a>
|
587
|
-
</td>
|
588
|
-
<td>
|
589
|
-
The link feature.
|
590
|
-
</td>
|
591
|
-
</tr>
|
592
|
-
|
593
|
-
<tr>
|
594
|
-
<td>
|
595
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-list"><code>@ckeditor/ckeditor5-list</code></a>
|
596
|
-
</td>
|
597
|
-
<td>
|
598
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-list"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-list.svg" alt="@ckeditor/ckeditor5-list npm package badge"></a>
|
599
|
-
</td>
|
600
|
-
<td>
|
601
|
-
The numbered and bulleted lists feature.
|
602
|
-
</td>
|
603
|
-
</tr>
|
604
|
-
|
605
|
-
<tr>
|
606
|
-
<td>
|
607
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-markdown-gfm"><code>@ckeditor/ckeditor5-markdown-gfm</code></a>
|
608
|
-
</td>
|
609
|
-
<td>
|
610
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-markdown-gfm"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-markdown-gfm.svg" alt="@ckeditor/ckeditor5-markdown-gfm npm package badge"></a>
|
611
|
-
</td>
|
612
|
-
<td>
|
613
|
-
The GitHub-flavored Markdown data processor.
|
614
|
-
</td>
|
615
|
-
</tr>
|
616
|
-
|
617
|
-
<tr>
|
618
|
-
<td>
|
619
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-media-embed"><code>@ckeditor/ckeditor5-media-embed</code></a>
|
620
|
-
</td>
|
621
|
-
<td>
|
622
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-media-embed"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-media-embed.svg" alt="@ckeditor/ckeditor5-media-embed npm package badge"></a>
|
623
|
-
</td>
|
624
|
-
<td>
|
625
|
-
The media embed feature.
|
626
|
-
</td>
|
627
|
-
</tr>
|
628
|
-
|
629
|
-
<tr>
|
630
|
-
<td>
|
631
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-mention"><code>@ckeditor/ckeditor5-mention</code></a>
|
632
|
-
</td>
|
633
|
-
<td>
|
634
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-mention"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-mention.svg" alt="@ckeditor/ckeditor5-mention npm package badge"></a>
|
635
|
-
</td>
|
636
|
-
<td>
|
637
|
-
The mention feature (autocomplete `@mentions`, `#tags`, etc.).
|
638
|
-
</td>
|
639
|
-
</tr>
|
640
|
-
|
641
|
-
<tr>
|
642
|
-
<td>
|
643
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-page-break"><code>@ckeditor/ckeditor5-page-break</code></a>
|
644
|
-
</td>
|
645
|
-
<td>
|
646
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-page-break"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-page-break.svg" alt="@ckeditor/ckeditor5-page-break npm package badge"></a>
|
647
|
-
</td>
|
648
|
-
<td>
|
649
|
-
The page break feature.
|
650
|
-
</td>
|
651
|
-
</tr>
|
652
|
-
|
653
|
-
<tr>
|
654
|
-
<td>
|
655
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-paragraph"><code>@ckeditor/ckeditor5-paragraph</code></a>
|
656
|
-
</td>
|
657
|
-
<td>
|
658
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-paragraph"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-paragraph.svg" alt="@ckeditor/ckeditor5-paragraph npm package badge"></a>
|
659
|
-
</td>
|
660
|
-
<td>
|
661
|
-
The paragraph feature.
|
662
|
-
</td>
|
663
|
-
</tr>
|
664
|
-
|
665
|
-
<tr>
|
666
|
-
<td>
|
667
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-paste-from-office"><code>@ckeditor/ckeditor5-paste-from-office</code></a>
|
668
|
-
</td>
|
669
|
-
<td>
|
670
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-paste-from-office"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-paste-from-office.svg" alt="@ckeditor/ckeditor5-paste-from-office npm package badge"></a>
|
671
|
-
</td>
|
672
|
-
<td>
|
673
|
-
The Paste from Office (Word, Excel, Google Docs, etc.) plugin.
|
674
|
-
</td>
|
675
|
-
</tr>
|
676
|
-
|
677
|
-
<tr>
|
678
|
-
<td>
|
679
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-remove-format"><code>@ckeditor/ckeditor5-remove-format</code></a>
|
680
|
-
</td>
|
681
|
-
<td>
|
682
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-remove-format"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-remove-format.svg" alt="@ckeditor/ckeditor5-remove-format npm package badge"></a>
|
683
|
-
</td>
|
684
|
-
<td>
|
685
|
-
The remove format feature.
|
686
|
-
</td>
|
687
|
-
</tr>
|
688
|
-
|
689
|
-
<tr>
|
690
|
-
<td>
|
691
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-restricted-editing"><code>@ckeditor/ckeditor5-restricted-editing</code></a>
|
692
|
-
</td>
|
693
|
-
<td>
|
694
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-restricted-editing"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-restricted-editing.svg" alt="@ckeditor/ckeditor5-restricted-editing npm package badge"></a>
|
695
|
-
</td>
|
696
|
-
<td>
|
697
|
-
The restricted editing feature.
|
698
|
-
</td>
|
699
|
-
</tr>
|
700
|
-
|
701
|
-
<tr>
|
702
|
-
<td>
|
703
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-select-all"><code>@ckeditor/ckeditor5-select-all</code></a>
|
704
|
-
</td>
|
705
|
-
<td>
|
706
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-select-all"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-select-all.svg" alt="@ckeditor/ckeditor5-select-all npm package badge"></a>
|
707
|
-
</td>
|
708
|
-
<td>
|
709
|
-
The "select all" feature.
|
710
|
-
</td>
|
711
|
-
</tr>
|
712
|
-
|
713
|
-
<tr>
|
714
|
-
<td>
|
715
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-source-editing"><code>@ckeditor/ckeditor5-source-editing</code></a>
|
716
|
-
</td>
|
717
|
-
<td>
|
718
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-source-editing"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-source-editing.svg" alt="@ckeditor/ckeditor5-source-editing npm package badge"></a>
|
719
|
-
</td>
|
720
|
-
<td>
|
721
|
-
The source editing feature.
|
722
|
-
</td>
|
723
|
-
</tr>
|
724
|
-
|
725
|
-
<tr>
|
726
|
-
<td>
|
727
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-special-characters"><code>@ckeditor/ckeditor5-special-characters</code></a>
|
728
|
-
</td>
|
729
|
-
<td>
|
730
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-special-characters"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-special-characters.svg" alt="@ckeditor/ckeditor5-special-characters npm package badge"></a>
|
731
|
-
</td>
|
732
|
-
<td>
|
733
|
-
The special characters feature.
|
734
|
-
</td>
|
735
|
-
</tr>
|
736
|
-
|
737
|
-
<tr>
|
738
|
-
<td>
|
739
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-table"><code>@ckeditor/ckeditor5-table</code></a>
|
740
|
-
</td>
|
741
|
-
<td>
|
742
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-table"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-table.svg" alt="@ckeditor/ckeditor5-table npm package badge"></a>
|
743
|
-
</td>
|
744
|
-
<td>
|
745
|
-
The table feature.
|
746
|
-
</td>
|
747
|
-
</tr>
|
748
|
-
|
749
|
-
<tr>
|
750
|
-
<td>
|
751
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-typing"><code>@ckeditor/ckeditor5-typing</code></a>
|
752
|
-
</td>
|
753
|
-
<td>
|
754
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-typing"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-typing.svg" alt="@ckeditor/ckeditor5-typing npm package badge"></a>
|
755
|
-
</td>
|
756
|
-
<td>
|
757
|
-
The typing and deleting features.
|
758
|
-
</td>
|
759
|
-
</tr>
|
760
|
-
|
761
|
-
<tr>
|
762
|
-
<td>
|
763
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-undo"><code>@ckeditor/ckeditor5-undo</code></a>
|
764
|
-
</td>
|
765
|
-
<td>
|
766
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-undo"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-undo.svg" alt="@ckeditor/ckeditor5-undo npm package badge"></a>
|
767
|
-
</td>
|
768
|
-
<td>
|
769
|
-
The undo feature.
|
770
|
-
</td>
|
771
|
-
</tr>
|
772
|
-
|
773
|
-
<tr>
|
774
|
-
<td>
|
775
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-word-count"><code>@ckeditor/ckeditor5-word-count</code></a>
|
776
|
-
</td>
|
777
|
-
<td>
|
778
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-word-count"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-word-count.svg" alt="@ckeditor/ckeditor5-word-count npm package badge"></a>
|
779
|
-
</td>
|
780
|
-
<td>
|
781
|
-
The word count feature.
|
782
|
-
</td>
|
783
|
-
</tr>
|
784
|
-
|
785
|
-
</tbody>
|
786
|
-
</table>
|
787
|
-
|
788
|
-
### Editors
|
789
|
-
|
790
|
-
<table>
|
791
|
-
<thead>
|
792
|
-
<tr>
|
793
|
-
<th width="30%">Name</th>
|
794
|
-
<th width="15%">Version</th>
|
795
|
-
<th width="55%">Description</th>
|
796
|
-
</tr>
|
797
|
-
</thead>
|
798
|
-
<tbody>
|
799
|
-
|
800
|
-
<tr>
|
801
|
-
<td>
|
802
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-editor-classic"><code>@ckeditor/ckeditor5-editor-classic</code></a>
|
803
|
-
</td>
|
804
|
-
<td>
|
805
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-classic"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-editor-classic.svg" alt="@ckeditor/ckeditor5-editor-classic npm package badge"></a>
|
806
|
-
</td>
|
807
|
-
<td>
|
808
|
-
The classic editor implementation.
|
809
|
-
</td>
|
810
|
-
</tr>
|
811
|
-
|
812
|
-
<tr>
|
813
|
-
<td>
|
814
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-editor-inline"><code>@ckeditor/ckeditor5-editor-inline</code></a>
|
815
|
-
</td>
|
816
|
-
<td>
|
817
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-inline"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-editor-inline.svg" alt="@ckeditor/ckeditor5-editor-inline npm package badge"></a>
|
818
|
-
</td>
|
819
|
-
<td>
|
820
|
-
The inline editor implementation.
|
821
|
-
</td>
|
822
|
-
</tr>
|
823
|
-
|
824
|
-
<tr>
|
825
|
-
<td>
|
826
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-editor-balloon"><code>@ckeditor/ckeditor5-editor-balloon</code></a>
|
827
|
-
</td>
|
828
|
-
<td>
|
829
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-balloon"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-editor-balloon.svg" alt="@ckeditor/ckeditor5-editor-balloon npm package badge"></a>
|
830
|
-
</td>
|
831
|
-
<td>
|
832
|
-
The balloon editor (Medium-like) implementation.
|
833
|
-
</td>
|
834
|
-
</tr>
|
835
|
-
|
836
|
-
<tr>
|
837
|
-
<td>
|
838
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-editor-decoupled"><code>@ckeditor/ckeditor5-editor-decoupled</code></a>
|
839
|
-
</td>
|
840
|
-
<td>
|
841
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-decoupled"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-editor-decoupled.svg" alt="@ckeditor/ckeditor5-editor-decoupled npm package badge"></a>
|
842
|
-
</td>
|
843
|
-
<td>
|
844
|
-
The editor implementation with a decoupled UI.
|
845
|
-
</td>
|
846
|
-
</tr>
|
847
|
-
|
848
|
-
</tbody>
|
849
|
-
</table>
|
850
|
-
|
851
|
-
### Themes
|
852
|
-
|
853
|
-
<table>
|
854
|
-
<thead>
|
855
|
-
<tr>
|
856
|
-
<th width="30%">Name</th>
|
857
|
-
<th width="15%">Version</th>
|
858
|
-
<th width="55%">Description</th>
|
859
|
-
</tr>
|
860
|
-
</thead>
|
861
|
-
<tbody>
|
862
|
-
|
863
|
-
<tr>
|
864
|
-
<td>
|
865
|
-
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-theme-lark"><code>@ckeditor/ckeditor5-theme-lark</code></a>
|
866
|
-
</td>
|
867
|
-
<td>
|
868
|
-
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-theme-lark"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-theme-lark.svg" alt="@ckeditor/ckeditor5-theme-lark npm package badge"></a>
|
869
|
-
</td>
|
870
|
-
<td>
|
871
|
-
The Lark theme.
|
872
|
-
</td>
|
873
|
-
</tr>
|
874
|
-
|
875
|
-
</tbody>
|
876
|
-
</table>
|
141
|
+
Read more on the [Getting support](https://ckeditor.com/docs/ckeditor5/latest/support/getting-support.html) guide.
|
877
142
|
|
878
143
|
## License
|
879
144
|
|