Jelajahi Sumber

Docs: Keywords and a link. [skip ci]

Piotrek Koszuliński 7 tahun lalu
induk
melakukan
aeee7c2f87
2 mengubah file dengan 4 tambahan dan 8 penghapusan
  1. 1 1
      docs/framework/guides/overview.md
  2. 3 7
      package.json

+ 1 - 1
docs/framework/guides/overview.md

@@ -25,7 +25,7 @@ The framework was designed to be a highly flexible and universal platform for cr
 
 
 * **Plugin-based architecture.** Everything is a plugin &mdash; even such crucial features as support for typing or `<p>` elements. You can remove plugins or replace them with your own implementations to achieve fully customized results.
 * **Plugin-based architecture.** Everything is a plugin &mdash; even such crucial features as support for typing or `<p>` elements. You can remove plugins or replace them with your own implementations to achieve fully customized results.
 * **Schema-less core.** The core makes minimal assumptions and can be controlled through the schema. This leaves all decisions to plugins and hence to you.
 * **Schema-less core.** The core makes minimal assumptions and can be controlled through the schema. This leaves all decisions to plugins and hence to you.
-* **Collaboration-ready.** Or rather, real-time collaboration is **ready for you to use**! The editor implements [Operational Transformation](https://en.wikipedia.org/wiki/Operational_transformation) for the tree-structured model as well as many other mechanisms which were required to create a seamless collaborative UX. Additionally, we provide cloud infrastructure and plugins enabling real-time collaborative editing in your application!
+* **Collaboration-ready.** Or rather, real-time collaboration is **ready for you to use**! The editor implements [Operational Transformation](https://en.wikipedia.org/wiki/Operational_transformation) for the tree-structured model as well as many other mechanisms which were required to create a seamless collaborative UX. Additionally, we provide cloud infrastructure and plugins enabling real-time collaborative editing in your application! {@link @ckeditor5 features/overvie Check the collaboration demo}.
 * **Custom data model.** The editing engine implements a tree-structured custom data model, designed to fit multiple requirements such as enabling real-time collaboration and complex editing features (like tables or nested blocks).
 * **Custom data model.** The editing engine implements a tree-structured custom data model, designed to fit multiple requirements such as enabling real-time collaboration and complex editing features (like tables or nested blocks).
 * **Virtual DOM.** The editing engine features a custom, editing-oriented virtual DOM implementation that aims to hide browser quirks from your sight. **No more `contentEditable` nightmares!**
 * **Virtual DOM.** The editing engine features a custom, editing-oriented virtual DOM implementation that aims to hide browser quirks from your sight. **No more `contentEditable` nightmares!**
 * **Granular, reusable features.** Features are implemented in a granular way. This allows for reusing and recomposing them which, in turn, makes it possible to customize and extend the editor. For instance, the {@link features/image image feature} consists of over 10 plugins at the moment.
 * **Granular, reusable features.** Features are implemented in a granular way. This allows for reusing and recomposing them which, in turn, makes it possible to customize and extend the editor. For instance, the {@link features/image image feature} consists of over 10 plugins at the moment.

+ 3 - 7
package.json

@@ -4,14 +4,11 @@
   "description": "The development environment of CKEditor 5 – the best browser-based rich text editor.",
   "description": "The development environment of CKEditor 5 – the best browser-based rich text editor.",
   "private": true,
   "private": true,
   "keywords": [
   "keywords": [
-    "CKEditor",
+    "ckeditor",
     "ckeditor5",
     "ckeditor5",
     "ckeditor 5",
     "ckeditor 5",
-    "WYSIWYG",
-    "WYSIWYM",
-    "text",
-    "rich-text",
-    "richtext",
+    "wysiwyg",
+    "rich text",
     "editor",
     "editor",
     "html",
     "html",
     "contentEditable",
     "contentEditable",
@@ -21,7 +18,6 @@
     "collaboration",
     "collaboration",
     "collaborative",
     "collaborative",
     "real-time",
     "real-time",
-    "virtual dom",
     "framework"
     "framework"
   ],
   ],
   "dependencies": {
   "dependencies": {