@umoteam/editor 6.1.1 → 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 +17 -3
- package/README.zh-CN.md +14 -4
- package/dist/style.css +1 -1
- package/dist/umo-editor.js +9683 -10539
- package/package.json +2 -1
- package/types/index.d.ts +59 -56
package/README.md
CHANGED
|
@@ -21,15 +21,16 @@ Umo Editor 最大的特点是代码完全开源且自主可控,支持私有部
|
|
|
21
21
|
Umo Editor is an open-source document editor based on Vue3 and Tiptap. It provides powerful document editing capabilities and AI-assisted creation features. Umo Editor supports pagination, Markdown syntax, rich text editing, insertion of various node types, page style settings, document export, and printing. Additionally, it supports custom extensions, multi-language settings, and a dark theme.
|
|
22
22
|
|
|
23
23
|
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 Tiptap, both of which have rich ecosystems and communities, making it easy to solve problems when needed.
|
|
24
|
+
|
|
24
25
|

|
|
25
26
|
|
|
26
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.
|
|
27
28
|
|
|
28
|
-
[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)
|
|
29
30
|
|
|
30
31
|
## Online Experience
|
|
31
32
|
|
|
32
|
-
Visit [Playground](https://
|
|
33
|
+
Visit [Playground](https://umodoc.com/en/demo) to try Umo Editor.
|
|
33
34
|
|
|
34
35
|
## Documentation
|
|
35
36
|
|
|
@@ -116,6 +117,10 @@ If you have any questions or suggestions, please contact us through the followin
|
|
|
116
117
|
- Community: [GitHub Discussions](https://github.com/umodoc/editor/discussions)
|
|
117
118
|
- Email: [contact@umodoc.com](mailto:contact@umodoc.com)
|
|
118
119
|
|
|
120
|
+
## Technical Exchange
|
|
121
|
+
|
|
122
|
+
- Discord:[Umo Editor](https://discord.gg/yBwBmm8e)
|
|
123
|
+
|
|
119
124
|
## Support Us
|
|
120
125
|
|
|
121
126
|
If you find Umo Editor useful, please consider supporting us in the following ways:
|
|
@@ -123,8 +128,17 @@ If you find Umo Editor useful, please consider supporting us in the following wa
|
|
|
123
128
|
- ⭐ Star the [Umo Editor repository](https://github.com/umodoc/editor) to show your support.
|
|
124
129
|
- 🔗 If you use Umo Editor in your project, add a link to https://github.com/umodoc/editor.
|
|
125
130
|
|
|
131
|
+
## Open Source Ecosystem
|
|
132
|
+
|
|
133
|
+
Here are some open source projects that use Umo Editor:
|
|
134
|
+
|
|
135
|
+
- [文章转知识卡片](https://www.wordtocard.com/)
|
|
136
|
+
- [Umo Editor 分页](https://github.com/Cassielxd/umo-enhance)
|
|
137
|
+
|
|
138
|
+
If you are using Umo Editor and would like to be featured here, please let us know via email at [contact@umodoc.com](mailto:contact@umodoc.com).
|
|
139
|
+
|
|
126
140
|
## Open Source License
|
|
127
141
|
|
|
128
142
|
Umo Editor is licensed under the [MIT License](./LICENSE). You are free to use, modify, and distribute this software, but this does **not** mean you are allowed to remove the copyright information at will. Please retain the Umo Editor copyright notice and the link displayed in the interface. Removal of these will be considered an infringement. We encourage you to support open-source projects.
|
|
129
143
|
|
|
130
|
-
If you do not wish to retain the copyright information, please contact us or consider purchasing the commercial version: [Umo Editor Next](https://editor.umodoc.com/
|
|
144
|
+
If you do not wish to retain the copyright information, please contact us or consider purchasing the commercial version: [Umo Editor Next](https://editor.umodoc.com/en/docs/next).
|
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://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
|
|
|
@@ -113,9 +113,10 @@ Umo Editor 的发展离不开社区的支持,以下是为 Umo Editor 贡献过
|
|
|
113
113
|
- 社区:[GitHub Discussions](https://github.com/umodoc/editor/discussions)
|
|
114
114
|
- 邮件:[contact@umodoc.com](mailto:contact@umodoc.com)
|
|
115
115
|
|
|
116
|
-
##
|
|
116
|
+
## 技术交流
|
|
117
117
|
|
|
118
|
-
-
|
|
118
|
+
- Umo Editor 技术交流1群:[994500039](https://qm.qq.com/cgi-bin/qm/qr?k=BH_TYEK3Om0BkN4VMT9TQLRvHzEhkUvp&jump_from=webapi&authKey=xIMvInBso7hjJHh8+44+8IMHhLjvpegQJC0wFtZRir76+vgrBFcw98FVoqCxV7XX)
|
|
119
|
+
- Discord:[Umo Editor](https://discord.gg/yBwBmm8e)
|
|
119
120
|
|
|
120
121
|
## 支持我们
|
|
121
122
|
|
|
@@ -128,6 +129,15 @@ Umo Editor 的发展离不开社区的支持,以下是为 Umo Editor 贡献过
|
|
|
128
129
|
|
|
129
130
|
如果您需要定制化开发,请联系我们,我们可以提供付费的定制化解决方案和商业支持。详细信息请访问[定制开发](https://editor.umodoc.com/cn/docs/customization)。
|
|
130
131
|
|
|
132
|
+
## 开源生态
|
|
133
|
+
|
|
134
|
+
以下是一些开源项目,他们在开源项目中使用了 Umo Editor:
|
|
135
|
+
|
|
136
|
+
- [文章转知识卡片](https://www.wordtocard.com/)
|
|
137
|
+
- [Umo Editor 分页](https://github.com/Cassielxd/umo-enhance)
|
|
138
|
+
|
|
139
|
+
如果您正在使用 Umo Editor,也想出现在这里,请通过邮件[contact@umodoc.com](mailto:contact@umodoc.com)告知我们。
|
|
140
|
+
|
|
131
141
|
## 开源协议
|
|
132
142
|
|
|
133
143
|
Umo Editor 采用 [MIT 许可证](./LICENSE),您可以免费使用、修改和使用本软件,但这不代表您可以随意删除版权信息,请保留 Umo Editor 的版权信息和界面上的链接地址,否则视为侵权,请支持开源项目。
|