@umoteam/editor 7.0.0 → 7.0.1
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 +2 -2
- package/README.zh-CN.md +2 -2
- package/dist/umo-editor.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,11 +26,11 @@ Umo Editor's largest feature is that its code is completely open source and cont
|
|
|
26
26
|
|
|
27
27
|
As an independent Vue3 plugin, Umo Editor can be easily integrated into various Vue3 projects with zero configuration. For non-Vue3 projects, you can embed Umo Editor into your project via an iframe.
|
|
28
28
|
|
|
29
|
-
[Website](https://umodoc.com/en) | [Documentation](https://editor.umodoc.com/en/docs) | [中文文档](https://editor.umodoc.com/cn/docs) | [Playground](https://
|
|
29
|
+
[Website](https://umodoc.com/en) | [Documentation](https://editor.umodoc.com/en/docs) | [中文文档](https://editor.umodoc.com/cn/docs) | [Playground](https://umodoc.com/en/demo) | [GitHub](https://github.com/umodoc/editor) | [NPM](https://www.npmjs.com/package/@umoteam/editor)
|
|
30
30
|
|
|
31
31
|
## Online Experience
|
|
32
32
|
|
|
33
|
-
Visit [Playground](https://
|
|
33
|
+
Visit [Playground](https://umodoc.com/en/demo) to try Umo Editor.
|
|
34
34
|
|
|
35
35
|
## Documentation
|
|
36
36
|
|
package/README.zh-CN.md
CHANGED
|
@@ -20,11 +20,11 @@ Umo Editor 最大的特点是代码完全开源且自主可控,支持私有部
|
|
|
20
20
|
|
|
21
21
|
作为一个独立的 Vue3 插件,Umo Editor 可以轻松集成到各类 Vue3 项目中。对于非 Vue3 项目,您可以通过 Iframe 将 Umo Editor 嵌入到您的项目中。
|
|
22
22
|
|
|
23
|
-
[官网](https://umodoc.com) | [开发文档](https://editor.umodoc.com/cn/docs) | [在线演示](https://
|
|
23
|
+
[官网](https://umodoc.com) | [开发文档](https://editor.umodoc.com/cn/docs) | [在线演示](https://umodoc.com/demo) | [GitHub](https://github.com/umodoc/editor) | [码云(国内镜像)](https://gitee.com/umodoc/editor) | [NPM](https://www.npmjs.com/package/@umoteam/editor)
|
|
24
24
|
|
|
25
25
|
## 在线体验
|
|
26
26
|
|
|
27
|
-
访问[https://
|
|
27
|
+
访问[https://umodoc.com/demo](https://umodoc.com/demo)快速体验。
|
|
28
28
|
|
|
29
29
|
## 开发文档
|
|
30
30
|
|
package/dist/umo-editor.js
CHANGED
|
@@ -63,7 +63,7 @@ import $C from "dom-to-image-more";
|
|
|
63
63
|
import bi from "nzh/cn";
|
|
64
64
|
import { ObjectSchema as Z3 } from "@eslint/object-schema";
|
|
65
65
|
/**
|
|
66
|
-
* @umoteam/editor 7.0.
|
|
66
|
+
* @umoteam/editor 7.0.1
|
|
67
67
|
* @license MIT
|
|
68
68
|
* @author umodoc https://www.umodoc.com
|
|
69
69
|
* @see https://editor.umodoc.com/en/docs
|
|
@@ -61740,7 +61740,7 @@ const T4e = {
|
|
|
61740
61740
|
},
|
|
61741
61741
|
required: !1
|
|
61742
61742
|
}
|
|
61743
|
-
}), I4e = "@umoteam/editor", F4e = "7.0.
|
|
61743
|
+
}), I4e = "@umoteam/editor", F4e = "7.0.1", R4e = "module", B4e = "Umo Editor is open-source document editor based on Vue3 and Tiptap. Umo Editor provides comprehensive document editing capabilities and AI creation features, supports pagination, supports Markdown syntax, offers basic rich text editing functions, allows for the insertion of various node types in multiple formats, provides a variety of practical tools, and supports setting page styles. It also supports exporting in various formats, printing and print preview, block-level document editing, adding custom extensions, multi-language settings, and a dark theme.", N4e = [
|
|
61744
61744
|
"umo editor",
|
|
61745
61745
|
"umodoc editor",
|
|
61746
61746
|
"document editor",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umoteam/editor",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Umo Editor is open-source document editor based on Vue3 and Tiptap. Umo Editor provides comprehensive document editing capabilities and AI creation features, supports pagination, supports Markdown syntax, offers basic rich text editing functions, allows for the insertion of various node types in multiple formats, provides a variety of practical tools, and supports setting page styles. It also supports exporting in various formats, printing and print preview, block-level document editing, adding custom extensions, multi-language settings, and a dark theme.",
|
|
6
6
|
"keywords": [
|