@alxgrn/prose-editor 0.0.29 → 0.0.31

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.
Files changed (2) hide show
  1. package/README.md +11 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,2 +1,12 @@
1
1
  # prose-editor
2
- Editor based on ProseMirror engine
2
+ ### Редактор на основе движка [ProseMirror](https://prosemirror.net/)
3
+
4
+ Библиотека предоставляет следующие компоненты
5
+ * Editor - редактор с полным набором блоков и маркеров
6
+ * Notes - редактор с усеченным набором блоков и маркеров
7
+ * Viewer - просмотровщик с активными компонентами
8
+ * DOM - просмотровщик с пассивными компонентами
9
+
10
+ Демо: [https://alxgrn.ru/editor/](https://alxgrn.ru/editor/)
11
+
12
+ Как использовать: [./src/App.tsx](./src/App.tsx)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alxgrn/prose-editor",
3
3
  "description": "Editor based on ProseMirror engine",
4
- "version": "0.0.29",
4
+ "version": "0.0.31",
5
5
  "private": false,
6
6
  "author": "Alexander Fedorov <alex@molner.ru>",
7
7
  "license": "Apache-2.0",