Parcourir la source

Feature: Introduced word count feature.

Piotrek Koszuliński il y a 6 ans
Parent
commit
25b6153cd0
3 fichiers modifiés avec 17 ajouts et 2 suppressions
  1. 12 0
      README.md
  2. 2 1
      mgit.json
  3. 3 1
      package.json

+ 12 - 0
README.md

@@ -634,6 +634,18 @@ See CKEditor 5 release blog posts [on the CKEditor blog](https://ckeditor.com/bl
 	</td>
 </tr>
 
+<tr>
+	<td>
+		<a href="https://github.com/ckeditor/ckeditor5-word-count"><code>@ckeditor/ckeditor5-word-count</code></a>
+	</td>
+	<td>
+		<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>
+	</td>
+	<td>
+		The word count feature.
+	</td>
+</tr>
+
 </tbody>
 </table>
 

+ 2 - 1
mgit.json

@@ -45,6 +45,7 @@
     "@ckeditor/ckeditor5-undo": "ckeditor/ckeditor5-undo",
     "@ckeditor/ckeditor5-upload": "ckeditor/ckeditor5-upload",
     "@ckeditor/ckeditor5-utils": "ckeditor/ckeditor5-utils",
-    "@ckeditor/ckeditor5-widget": "ckeditor/ckeditor5-widget"
+    "@ckeditor/ckeditor5-widget": "ckeditor/ckeditor5-widget",
+    "@ckeditor/ckeditor5-word-count": "ckeditor/ckeditor5-word-count"
   }
 }

+ 3 - 1
package.json

@@ -48,6 +48,7 @@
     "@ckeditor/ckeditor5-heading": "^11.0.2",
     "@ckeditor/ckeditor5-highlight": "^11.0.2",
     "@ckeditor/ckeditor5-image": "^13.1.0",
+    "@ckeditor/ckeditor5-indent": "^0.0.1",
     "@ckeditor/ckeditor5-link": "^11.0.2",
     "@ckeditor/ckeditor5-list": "^12.0.2",
     "@ckeditor/ckeditor5-markdown-gfm": "^11.0.2",
@@ -63,7 +64,8 @@
     "@ckeditor/ckeditor5-undo": "^11.0.2",
     "@ckeditor/ckeditor5-upload": "^11.0.2",
     "@ckeditor/ckeditor5-utils": "^12.1.1",
-    "@ckeditor/ckeditor5-widget": "^11.0.2"
+    "@ckeditor/ckeditor5-widget": "^11.0.2",
+    "@ckeditor/ckeditor5-word-count": "^0.0.1"
   },
   "devDependencies": {
     "@ckeditor/ckeditor5-comments": "^3.1.0",