@umoteam/editor 10.0.1 → 10.0.3
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 +3 -2
- package/README.zh-CN.md +3 -4
- package/dist/umo-editor.js +12956 -12928
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ Additionally, Umo Editor supports custom extensions, multi-language settings, an
|
|
|
28
28
|
|
|
29
29
|
Umo Editor's largest feature is that its code is completely open source and controllable. It supports private deployment, allowing you to use it in an intranet environment without worrying about data security issues. At the same time, Umo Editor is based on Vue3 and Tiptap3, both of which have rich ecosystems and communities, making it easy to solve problems when needed.
|
|
30
30
|
|
|
31
|
-
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.
|
|
31
|
+
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. see [Use in Non-Vue3 Projects](https://dev.umodoc.com/en/docs/editor/getting-started#use-in-non-vue3-projects).
|
|
32
32
|
|
|
33
33
|
[Website](https://www.umodoc.com/en) | [Documentation](https://dev.umodoc.com/en/docs/editor) | [Playground](https://www.umodoc.com/en/demo) | [GitHub](https://github.com/umodoc/editor) | [NPM](https://www.npmjs.com/package/@umoteam/editor)
|
|
34
34
|
|
|
@@ -48,10 +48,11 @@ Visit [Playground](https://www.umodoc.com/en/demo?pane=hide) to try Umo Editor.
|
|
|
48
48
|
|
|
49
49
|
To help you get started quickly, we provide a demo project: https://github.com/umodoc/demo. You can view and run Umo Editor sample code in this project.
|
|
50
50
|
|
|
51
|
-
You can also preview and run it online with StackBlitz or
|
|
51
|
+
You can also preview and run it online with StackBlitz, CodeSandbox, or Github Pages:
|
|
52
52
|
|
|
53
53
|
- View and run on [StackBlitz](https://stackblitz.com/~/github.com/umodoc/demo?file=src/app.vue)
|
|
54
54
|
- View and run on [CodeSandbox](https://codesandbox.io/p/github/umodoc/demo/main?import=true)
|
|
55
|
+
- View and run on [Github Pages](https://umodoc.github.io/demo/)
|
|
55
56
|
|
|
56
57
|
## Documentation
|
|
57
58
|
|
package/README.zh-CN.md
CHANGED
|
@@ -19,7 +19,7 @@ Umo Editor 是一个基于 Vue3 和 Tiptap3 的本土化开源文档编辑器,
|
|
|
19
19
|
|
|
20
20
|
Umo Editor 最大的特点是代码完全开源且自主可控,支持私有部署,您可以内网环境中使用,而无需担心数据安全问题。同时 Umo Editor 基于 Vue3 和 Tiptap3,两者都有丰富的生态系统和社区支持,在遇到问题时可以迅速得到解决。
|
|
21
21
|
|
|
22
|
-
作为一个独立的 Vue3 插件,Umo Editor 可以轻松集成到各类 Vue3 项目中。对于非 Vue3 项目,您可以通过 Iframe 将 Umo Editor
|
|
22
|
+
作为一个独立的 Vue3 插件,Umo Editor 可以轻松集成到各类 Vue3 项目中。对于非 Vue3 项目,您可以通过 Iframe 将 Umo Editor 嵌入到您的项目中。见[在非 Vue3 项目中使用](https://dev.umodoc.com/cn/docs/editor/getting-started#在非-vue3-项目中使用)
|
|
23
23
|
|
|
24
24
|
[官网](https://www.umodoc.com) | [开发文档](https://dev.umodoc.com/cn/docs/editor) | [在线演示](https://www.umodoc.com/demo) | [GitHub](https://github.com/umodoc/editor) | [码云(国内镜像)](https://gitee.com/umodoc/editor) | [NPM](https://www.npmjs.com/package/@umoteam/editor)
|
|
25
25
|
|
|
@@ -47,16 +47,15 @@ Umo Editor 最大的特点是代码完全开源且自主可控,支持私有部
|
|
|
47
47
|
|
|
48
48
|
访问[https://www.umodoc.com/demo?pane=hide](https://www.umodoc.com/demo?pane=hide)快速体验。
|
|
49
49
|
|
|
50
|
-
|
|
51
|
-
|
|
52
50
|
## 示例项目
|
|
53
51
|
|
|
54
52
|
为了方便您快速上手 Umo Editor,我们提供了一个示例项目:https://github.com/umodoc/demo ,您可以在该项目中查看和运行 Umo Editor 的示例代码。
|
|
55
53
|
|
|
56
|
-
您也可以在 StackBlitz
|
|
54
|
+
您也可以在 StackBlitz、CodeSandbox 和 Github Pages 上快速查看和运行该项目。
|
|
57
55
|
|
|
58
56
|
- 在 [StackBlitz](https://stackblitz.com/~/github.com/umodoc/demo?file=src/app.vue) 上查看和运行该项目。
|
|
59
57
|
- 在 [CodeSandbox](https://codesandbox.io/p/github/umodoc/demo/main?import=true) 上查看和运行该项目。
|
|
58
|
+
- 在 [Github Pages](https://umodoc.github.io/demo/) 上查看和运行该项目。
|
|
60
59
|
|
|
61
60
|
## 开发文档
|
|
62
61
|
|