@ckeditor/ckeditor5-bookmark 0.0.0-nightly-20241113.0 → 0.0.0-nightly-20241114.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +14 -8
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -5,22 +5,28 @@ CKEditor 5 bookmark feature
5
5
  [![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
6
6
  [![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://app.travis-ci.com/github/ckeditor/ckeditor5)
7
7
 
8
- This package contains the bookmark feature for CKEditor 5. It allows to add and manage the bookmarks attached to the content of editor for fast access and more efficient content creation.
8
+ This package contains the bookmark feature for CKEditor 5. It allows the addition and management of the bookmarks attached to the editor's content for fast access and more efficient content creation.
9
+
10
+ ## Installation
11
+
12
+ This plugin is part of the `ckeditor5` package. Install the whole package to use it.
13
+
14
+ ```bash
15
+ npm install ckeditor5
16
+ ```
17
+
18
+ ## Create free account
19
+
20
+ If you want to check full CKEditor 5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/signup).
9
21
 
10
22
  ## Demo
11
23
 
12
- Check out the [demo in the bookmark feature](https://ckeditor.com/docs/ckeditor5/latest/features/bookmarks.html#demo) guide.
24
+ Check out the [demo in the bookmark feature guide](https://ckeditor.com/docs/ckeditor5/latest/features/bookmarks.html#demo).
13
25
 
14
26
  ## Documentation
15
27
 
16
28
  See the [`@ckeditor/ckeditor5-bookmark` package](https://ckeditor.com/docs/ckeditor5/latest/api/bookmark.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/) as well as the [bookmark](https://ckeditor.com/docs/ckeditor5/latest/features/bookmarks.html) feature guide.
17
29
 
18
- ## Installation
19
-
20
- ```bash
21
- npm install ckeditor5
22
- ```
23
-
24
30
  ## License
25
31
 
26
32
  Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). For full details about the license, please check the `LICENSE.md` file or [https://ckeditor.com/legal/ckeditor-oss-license](https://ckeditor.com/legal/ckeditor-oss-license).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-bookmark",
3
- "version": "0.0.0-nightly-20241113.0",
3
+ "version": "0.0.0-nightly-20241114.0",
4
4
  "description": "Bookmark feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,12 +13,12 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "ckeditor5": "0.0.0-nightly-20241113.0",
17
- "@ckeditor/ckeditor5-core": "0.0.0-nightly-20241113.0",
18
- "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20241113.0",
19
- "@ckeditor/ckeditor5-widget": "0.0.0-nightly-20241113.0",
20
- "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241113.0",
21
- "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20241113.0"
16
+ "ckeditor5": "0.0.0-nightly-20241114.0",
17
+ "@ckeditor/ckeditor5-core": "0.0.0-nightly-20241114.0",
18
+ "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20241114.0",
19
+ "@ckeditor/ckeditor5-widget": "0.0.0-nightly-20241114.0",
20
+ "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241114.0",
21
+ "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20241114.0"
22
22
  },
23
23
  "author": "CKSource (http://cksource.com/)",
24
24
  "license": "GPL-2.0-or-later",