@editorjs/editorjs
Advanced tools
Comparing version 2.11.5 to 2.11.6
{ | ||
"name": "@editorjs/editorjs", | ||
"version": "2.11.5", | ||
"version": "2.11.6", | ||
"description": "Editor.js β Native JS, based on API and Open Source", | ||
@@ -5,0 +5,0 @@ "main": "dist/editor.js", |
@@ -36,3 +36,3 @@ <p align="center"><img src="https://capella.pics/79ce946a-d636-41cd-aa96-d3bc5ecfde03.jpg"></p> | ||
- `New` *[Notifier API](https://github.com/codex-team/editor.js/blob/master/docs/api.md#notifierapi)* β methods for showing user notifications: on success, errors, warnings, etc. | ||
- `New` *Block Tool* β [Table](http://github.com/codex-editor/table) constructor πͺ | ||
- `New` *Block Tool* β [Table](http://github.com/editor-js/table) constructor πͺ | ||
- `New` If one of the Tools is unavailable on Editor initialization, its Blocks will be rendered with *Dummy Block*, describing that user can not edit content of this Block. Dummy Blocks can be moved, removed and saved as normal Blocks. So saved data won't be lost if one of the Tools is failed | ||
@@ -78,3 +78,3 @@ - `New` [Public TS-types](https://github.com/codex-team/editor.js/tree/master/types) are presented. | ||
For example, `Paragraph`, `Heading`, `Image`, `Video`, `List` are Blocks. Each Block is represented by Plugin. | ||
We have [many](http://github.com/codex-editor/) ready-to-use Plugins and the [simple API](docs/tools.md) for creation new ones. | ||
We have [many](http://github.com/editor-js/) ready-to-use Plugins and the [simple API](docs/tools.md) for creation new ones. | ||
@@ -88,3 +88,3 @@ So how to use the Editor after [Installation](docs/installation.md). | ||
![](https://github.com/codex-editor/list/raw/master/assets/example.gif) | ||
![](https://github.com/editor-js/list/raw/master/assets/example.gif) | ||
@@ -190,7 +190,7 @@ - Select text fragment and apply a style or insert a link from the Inline Toolbar | ||
For example check out our [Header](https://github.com/codex-editor/header) Tool that represents heading blocks. | ||
For example check out our [Header](https://github.com/editor-js/header) Tool that represents heading blocks. | ||
You can install Header Tool by the same way as the Editor (Node.js, CDN, local file). | ||
Check [Editor.js's community](https://github.com/codex-editor/) to see more ready-to-use Tools. | ||
Check [Editor.js's community](https://github.com/editor-js/) to see more ready-to-use Tools. | ||
@@ -197,0 +197,0 @@ **Example:** use Header from CDN |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
335396