@umoteam/editor 8.1.0 → 9.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 +11 -1
- package/README.zh-CN.md +16 -5
- package/dist/style.css +1 -1
- package/dist/umo-editor.js +15531 -14783
- package/package.json +5 -5
- package/types/index.d.ts +11 -6
- package/types/src/components/index.d.ts +1 -1
- package/types/src/components/menus/button.vue.d.ts +1 -1
package/README.md
CHANGED
|
@@ -114,6 +114,7 @@ The development of Umo Editor relies on community support. Below is a list of co
|
|
|
114
114
|
- [SevenDreamYang](https://github.com/SevenDreamYang):🛠️ Enhanced TypeScript support
|
|
115
115
|
- [ChenErik](https://github.com/ChenErik): 🛠️ Contributed code
|
|
116
116
|
- [SerRashin](https://github.com/SerRashin): 🛠️ Added Russian language support
|
|
117
|
+
- [SevenDreamYang](https://github.com/SevenDreamYang):🛠️ Fixed some issues
|
|
117
118
|
- [Sunny Wisozk](https://github.com/SunnyWisozk): 🛠️ Contributed code
|
|
118
119
|
- [Sherman Xu](https://github.com/xuzhenjun130): 🛠️ Contributed code
|
|
119
120
|
- [vace](https://github.com/vace):🛠️ Contributed code
|
|
@@ -140,10 +141,19 @@ If you find Umo Editor useful, please consider supporting us in the following wa
|
|
|
140
141
|
- ⭐ Star the [Umo Editor repository](https://github.com/umodoc/editor) to show your support.
|
|
141
142
|
- 🔗 If you use Umo Editor in your project, add a link to https://github.com/umodoc/editor.
|
|
142
143
|
|
|
144
|
+
## Products from Umo Team
|
|
145
|
+
|
|
146
|
+
- [Umo Editor](https://dev.umodoc.com/en/docs/editor): A localized open-source document editor based on Vue3 and Tiptap.
|
|
147
|
+
- [Umo Viewer](https://dev.umodoc.com/en/docs/viewer): A PDF viewer built with Vue3 and PDF.js, enabling direct PDF preview in the browser and also supporting preview of Umo Editor documents.
|
|
148
|
+
- [Umo Editor Next](https://dev.umodoc.com/en/docs/next): An enhanced version of Umo Editor that includes all features of the latest Umo Editor while adding or improving support for multi-user real-time collaborative editing, document annotations (comments), document version history, AI-assisted creation, document import/export, tables, and more. It also enhances customization of toolbars and sidebars.
|
|
149
|
+
- [Umo Editor Server](https://dev.umodoc.com/en/docs/server): A companion server-side software developed to extend Umo Editor capabilities such as multi-user collaborative editing, document annotations, and document import/export.
|
|
150
|
+
- [Umo Office Viewer](https://dev.umodoc.com/en/docs/office-viewer): An Office document viewer that supports previewing over 40 mainstream office document in web pages.
|
|
151
|
+
- [Umo Office Convert](https://dev.umodoc.com/en/docs/office-convert): Converts over 40 office formats into web-viewable formats, ready to pair with Umo Office Viewer for seamless online document preview.
|
|
152
|
+
|
|
143
153
|
## Open Source License
|
|
144
154
|
|
|
145
155
|
Umo Editor is licensed under the [MIT License](https://github.com/umodoc/editor/raw/main/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.
|
|
146
156
|
|
|
147
|
-
If you do not wish to retain the copyright information, please contact us or consider purchasing the commercial version: [Umo Editor Next](https://dev.umodoc.com/en/docs/
|
|
157
|
+
If you do not wish to retain the copyright information, please contact us or consider purchasing the commercial version: [Umo Editor Next](https://dev.umodoc.com/en/docs/next).
|
|
148
158
|
|
|
149
159
|
This documentation is published under the [CC BY-NC-SA 4.0 DEED License](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en).
|
package/README.zh-CN.md
CHANGED
|
@@ -19,7 +19,7 @@ Umo Editor 是一个基于 Vue3 和 Tiptap 的本土化开源文档编辑器,
|
|
|
19
19
|
|
|
20
20
|
Umo Editor 最大的特点是代码完全开源且自主可控,支持私有部署,您可以内网环境中使用,而无需担心数据安全问题。同时 Umo Editor 基于 Vue3 和 Tiptap,两者都有丰富的生态系统和社区支持,在遇到问题时可以迅速得到解决。
|
|
21
21
|
|
|
22
|
-

|
|
23
23
|
|
|
24
24
|
作为一个独立的 Vue3 插件,Umo Editor 可以轻松集成到各类 Vue3 项目中。对于非 Vue3 项目,您可以通过 Iframe 将 Umo Editor 嵌入到您的项目中。
|
|
25
25
|
|
|
@@ -107,6 +107,7 @@ Umo Editor 的发展离不开社区的支持,以下是为 Umo Editor 贡献过
|
|
|
107
107
|
- [SevenDreamYang](https://github.com/SevenDreamYang):🛠️ 增强 TypeScript 支持
|
|
108
108
|
- [ChenErik](https://github.com/ChenErik):🛠️ 贡献了部分代码
|
|
109
109
|
- [SerRashin](https://github.com/SerRashin):🛠️ 添加了俄语支持
|
|
110
|
+
- [SevenDreamYang](https://github.com/SevenDreamYang):🛠️ 修复了部分问题
|
|
110
111
|
- [Sunny Wisozk](https://github.com/SunnyWisozk):🛠️ 贡献了部分代码
|
|
111
112
|
- [Sherman Xu](https://github.com/xuzhenjun130):🛠️ 贡献了部分代码
|
|
112
113
|
- [vace](https://github.com/vace):🛠️ 贡献了部分代码
|
|
@@ -124,7 +125,8 @@ Umo Editor 的发展离不开社区的支持,以下是为 Umo Editor 贡献过
|
|
|
124
125
|
|
|
125
126
|
## 技术交流
|
|
126
127
|
|
|
127
|
-
- Umo Editor 技术交流1
|
|
128
|
+
- Umo Editor 技术交流 1 群(即将满员):[994500039](https://qm.qq.com/q/gFsQShETqE)
|
|
129
|
+
- Umo Editor 技术交流 2 群:[455825557](https://qm.qq.com/q/rzgt2bUcAE)
|
|
128
130
|
- Discord:[Umo Editor](https://discord.gg/yBwBmm8e)
|
|
129
131
|
|
|
130
132
|
## 支持我们
|
|
@@ -134,14 +136,23 @@ Umo Editor 的发展离不开社区的支持,以下是为 Umo Editor 贡献过
|
|
|
134
136
|
- ⭐ 给[Umo Editor 仓库](https://github.com/umodoc/editor)点个 Star,表示对项目的支持。
|
|
135
137
|
- 🔗 如果您在项目中使用了 Umo Editor,请添加一个链接到 https://github.com/umodoc/editor 。
|
|
136
138
|
|
|
139
|
+
## Umo Team 出品
|
|
140
|
+
|
|
141
|
+
- [Umo Editor](https://dev.umodoc.com/cn/docs/editor): 基于 Vue3 和 Tiptap 的本土化开源文档编辑器,专为国人用户设计。
|
|
142
|
+
- [Umo Viewer](https://dev.umodoc.com/cn/docs/viewer): PDF 文档查看器,基于 Vue3 和 PDF.js 实现,支持在浏览器中直接预览 PDF 文档,同时也支持预览 Umo Editor 文档内容。
|
|
143
|
+
- [Umo Editor Next](https://dev.umodoc.com/cn/docs/next): Umo Editor 的增强版,在包含最新版本的 Umo Editor 所有功能的基础上,重点增加或者增强了对多用户在线协作编辑、文档批注(评论)、文档历史版本管理、AI 创作、文档导入导出、表格等功能的支持,同时增强了工具栏和页边栏等区域的自定义能力。
|
|
144
|
+
- [Umo Editor Server](https://dev.umodoc.com/cn/docs/server): 为增强 Umo Editor 功能,如多用户在线协作编辑、文档批注(评论)、文档导入导出等功能而开发的配套服务器端软件。
|
|
145
|
+
- [Umo Office Viewer](https://dev.umodoc.com/cn/docs/office-viewer): Umo Office Viewer 是一款 Office 文档查看器,支持在 Web 页面中查看包括 WPS 文档在内的 40 余种主流的办公文档。
|
|
146
|
+
- [Umo Office Convert](https://dev.umodoc.com/cn/docs/office-convert): 将 Office、WPS 等 40 余种办公文档转换为可在线查看的文档格式,可与 Umo Office Viewer 结合使用实现办公文档的在线预览。
|
|
147
|
+
|
|
137
148
|
## 定制开发
|
|
138
149
|
|
|
139
|
-
如果您需要定制化开发,请联系我们,我们可以提供付费的定制化解决方案和商业支持。详细信息请访问[定制开发](https://
|
|
150
|
+
如果您需要定制化开发,请联系我们,我们可以提供付费的定制化解决方案和商业支持。详细信息请访问[定制开发](https://www.umodoc.com/customization)。
|
|
140
151
|
|
|
141
152
|
## 开源协议
|
|
142
153
|
|
|
143
|
-
Umo Editor 采用 [MIT 许可证](https://gitee.com/umodoc/editor/raw/main/LICENSE)
|
|
154
|
+
Umo Editor 采用 [MIT 许可证](https://gitee.com/umodoc/editor/raw/main/LICENSE),您可以免费使用、修改和分发本软件,但这不代表您可以随意删除版权信息,请保留 Umo Editor 的版权信息和界面上的链接地址,否则视为侵权,请支持开源项目。
|
|
144
155
|
|
|
145
|
-
如果您不想保留版权信息,请联系我们或者购买商业版本 [Umo Editor Next](https://dev.umodoc.com/cn/docs/
|
|
156
|
+
如果您不想保留版权信息,请联系我们或者购买商业版本 [Umo Editor Next](https://dev.umodoc.com/cn/docs/next)。
|
|
146
157
|
|
|
147
158
|
本文档采用[CC BY-NC-SA 4.0 DEED 许可证](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh-hans)发布。
|