Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into ck/14201-allow-and-…
Browse files Browse the repository at this point in the history
…preserve-image-width-and-height
  • Loading branch information
mmotyczynska committed May 30, 2023
2 parents b389967 + bb7cd9c commit 0bfa0e2
Show file tree
Hide file tree
Showing 53 changed files with 1,778 additions and 873 deletions.
14 changes: 14 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"no-trailing-spaces": true,
"blanks-around-headers": true,
"ul-style": {
"style": "asterisk"
},
"no-hard-tabs": false,
"no-space-in-code": true,
"no-space-in-emphasis": true,
"no-space-in-links": true,
"no-inline-html": false,
"no-trailing-punctuation": false,
"line-length": false
}
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ CKEditor 5 [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?styl
[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
[![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://app.travis-ci.com/github/ckeditor/ckeditor5)
![Dependency Status](https://img.shields.io/librariesio/release/npm/ckeditor5)
![TypeScript Support](https://badgen.net/badge/Built%20With/TypeScript/blue)

[![Join newsletter](https://img.shields.io/badge/join-newsletter-00cc99.svg)](http://eepurl.com/c3zRPr)
[![Follow twitter](https://img.shields.io/badge/follow-twitter-00cc99.svg)](https://twitter.com/ckeditor)
[![Follow Twitter](https://img.shields.io/badge/follow-twitter-00cc99.svg)](https://twitter.com/ckeditor)

CKEditor 5 is an ultra-modern JavaScript rich-text editor with MVC architecture, a custom data model, and virtual DOM. It is written from scratch in TypeScript and has excellent webpack and Vite 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 is possible within a single editing framework. As a market leader, it is constantly expanded and updated.

Expand All @@ -21,6 +22,7 @@ CKEditor 5 is an ultra-modern JavaScript rich-text editor with MVC architecture,
- [CKEditor 5 online builder](#ckeditor-5-online-builder)
- [CKEditor 5 predefined builds](#ckeditor-5-predefined-builds)
- [Example installation](#example-installation)
- [TypeScript support](#typescript-support)
- [CKEditor 5 advanced installation](#ckeditor-5-advanced-installation)
- [CKEditor 5 Framework](#ckeditor-5-framework)
- [Documentation and FAQ](#documentation-and-faq)
Expand Down Expand Up @@ -85,6 +87,10 @@ You’re ready to go!

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.

### TypeScript support

CKEditor 5 is a TypeScript project. Starting from v37.0.0, it offers native type definitions. Check out our dedicated guide to read more about [TypeScript support](https://ckeditor.com/docs/ckeditor5/latest/installation/working-with-typescript.html).

### CKEditor 5 advanced installation

For more advanced users or those who need to integrate CKEditor 5 with their applications, we have prepared several other, advanced methods to do it. You can:
Expand Down
130 changes: 96 additions & 34 deletions docs/_snippets/updating/plugins-mapping/plugins-mapping.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,25 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/a11yhelp">a11yhelp</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/about">about</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/ajax">ajax</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand Down Expand Up @@ -85,7 +91,9 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/bbcode">bbcode</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand Down Expand Up @@ -147,7 +155,9 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/codesnippetgeshi">codesnippetgeshi</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand All @@ -162,14 +172,16 @@
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/colordialog">colordialog</a></p>
</td>
<td>
<p style="margin-left:0px;">N/A</p>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/contextmenu">contextmenu</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand All @@ -183,25 +195,33 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/devtools">devtools</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/dialog">dialog</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/dialogadvtab">dialogadvtab</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/dialogui">dialogui</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand All @@ -223,7 +243,9 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/docprops">docprops</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand All @@ -245,7 +267,9 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/elementspath">elementspath</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand Down Expand Up @@ -275,7 +299,9 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/emoji">emoji</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand All @@ -289,7 +315,9 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/entities">entities</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand Down Expand Up @@ -325,7 +353,9 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/flash">flash</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand Down Expand Up @@ -363,7 +393,9 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/forms">forms</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand Down Expand Up @@ -393,7 +425,9 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/iframedialog">iframedialog</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand Down Expand Up @@ -519,7 +553,9 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/maximize">maximize</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand Down Expand Up @@ -549,7 +585,9 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/newpage">newpage</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand All @@ -563,7 +601,9 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/notificationaggregator">notificationaggregator</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand All @@ -577,13 +617,13 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/panel">panel</a></p>
</td>
<td><a href="https://ckeditor.com/docs/ckeditor5/latest/framework/architecture/ui-library.html">UI library</a></td>
<td><p><a href="https://ckeditor.com/docs/ckeditor5/latest/framework/architecture/ui-library.html">UI library</a></p></td>
</tr>
<tr>
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/panelbutton">panelbutton</a></p>
</td>
<td><a href="https://ckeditor.com/docs/ckeditor5/latest/framework/architecture/ui-library.html">UI library</a></td>
<td><p><a href="https://ckeditor.com/docs/ckeditor5/latest/framework/architecture/ui-library.html">UI library</a></p></td>
</tr>
<tr>
<td>
Expand All @@ -597,7 +637,9 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/pastefromlibreoffice">pastefromlibreoffice</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand All @@ -619,7 +661,9 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/pastetools">pastetools</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand All @@ -633,19 +677,25 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/popup">popup</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/preview">preview</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/print">print</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand All @@ -659,7 +709,9 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/resize">resize</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand Down Expand Up @@ -697,7 +749,9 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/showblocks">showblocks</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand All @@ -711,7 +765,9 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/smiley">smiley</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand All @@ -725,7 +781,9 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/sourcedialog">sourcedialog</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand All @@ -747,7 +805,9 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/stylesheetparser">stylesheetparser</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand Down Expand Up @@ -801,7 +861,9 @@
<td>
<p style="margin-left:0px;"><a href="https://ckeditor.com/cke4/addon/textmatch">textmatch</a></p>
</td>
<td>N/A</td>
<td>
<p>N/A</p>
</td>
</tr>
<tr>
<td>
Expand Down
Loading

0 comments on commit 0bfa0e2

Please sign in to comment.