@dile/editor 2.4.22 → 2.4.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # @dile/dile-editor
2
2
 
3
- Webcomponent to create a WYSIWYG Markdown editor, customizable on diferent ways.
3
+ Flexible Web Component for rich text editing with WYSIWYG and Markdown support. Easy to integrate, customizable UI, powered by ProseMirror.
4
+
5
+ ![Rich text editor component interface](./images/editor-interface-demo.png)
4
6
 
5
7
  ## Docs an demos
6
8
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dile/editor",
3
- "version": "2.4.22",
3
+ "version": "2.4.23",
4
4
  "description": "Flexible Web Component for rich text editing with WYSIWYG and Markdown support. Easy to integrate, customizable UI, powered by ProseMirror.",
5
5
  "keywords": [
6
6
  "markdown",
@@ -42,5 +42,5 @@
42
42
  "prosemirror-state": "^1.4.3",
43
43
  "prosemirror-view": "^1.37.0"
44
44
  },
45
- "gitHead": "7a8a33bb0c7deaf90a3437fed96108649774a035"
45
+ "gitHead": "b778937e44346d069d996d28b5bb8c3e88cbce78"
46
46
  }