@umoteam/editor 3.1.4 → 4.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 CHANGED
@@ -10,13 +10,13 @@
10
10
 
11
11
  # 中文介绍
12
12
 
13
- Umo Editor 是一个基于 Vue3 适合于国人使用的本土化开源文档编辑器。Umo Editor 提供完善的文档编辑能力和 AI 创作能力,支持 Markdown 语法,支持基础的富文本编辑功能,支持多种插入多种格式的节点类型、提供了多种类型的实用工具,并支持设置页面的样式,支持导出多种类型的格式,支持打印和打印预览,支持文档块编辑,支持添加自定义扩展,支持多语言设置,支持暗色主题。
13
+ Umo Editor 是一个基于 Vue3 和 Tiptap 的适合于国人使用的本土化开源文档编辑器。Umo Editor 提供完善的文档编辑能力和 AI 创作能力,支持分页,支持 Markdown 语法,支持基础的富文本编辑功能,支持多种插入多种格式的节点类型、提供了多种类型的实用工具,并支持设置页面的样式,支持导出多种类型的格式,支持打印和打印预览,支持文档块编辑,支持添加自定义扩展,支持多语言设置,支持暗色主题。
14
14
 
15
15
  详细介绍见: [README.zh-CN.md](https://github.com/umodoc/editor/blob/main/README.zh-CN.md)
16
16
 
17
17
  # Introduction
18
18
 
19
- Umo Editor is an open-source document editor based on Vue3, offering localized functionalities. It provides comprehensive document editing capabilities and AI creation features, supports Markdown syntax, basic rich-text editing features, a variety of node types in multiple formats, a range of practical tools, and customization of page styles. It also supports exporting in various formats, printing and print preview, document block editing, adding custom extensions, i18n settings, and dark mode support.
19
+ 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.
20
20
 
21
21
  <img src="https://unpkg.com/@umoteam/editor-external@latest/static/umo-editor-en@2x.png" alt="umo editor" />
22
22
 
@@ -34,7 +34,7 @@ Please visit [Documentation](https://editor.umodoc.com/en/docs).
34
34
 
35
35
  ## Design Philosophy
36
36
 
37
- Umo Editor was created to address the complexity of document editing in web applications, providing web projects with open-source and powerful editing and collaborative capabilities similar to Office Word, while maintaining the convenience of web applications. Whether it's government and enterprise information management systems, academic research writing, team document collaboration, knowledge base management, or personal note organization, Umo Editor can be a powerful assistant.
37
+ The birth of Umo Editor aims to address the complexity of document editing in web applications, providing open-source and free powerful editing capabilities and pagination modes similar to Microsoft Word for web projects, while maintaining the convenience of web applications. Whether it's government and enterprise information management systems, academic research writing, team document collaboration, knowledge base management, or personal note organization, Umo Editor can be your capable assistant.
38
38
 
39
39
  ## Open Source Advantages
40
40
 
@@ -47,6 +47,7 @@ Umo Editor was created to address the complexity of document editing in web appl
47
47
  ## Core Features
48
48
 
49
49
  - Zero-config out-of-the-box usability
50
+ - Pagination mode similar to that in Microsoft Word
50
51
  - Lightweight
51
52
  - WYSIWYG (What You See Is What You Get) throughout the process
52
53
  - Rich-text editing capabilities
@@ -87,9 +88,17 @@ You can submit issues or suggestions via https://github.com/umodoc/editor/discus
87
88
 
88
89
  Or submit bug reports via https://github.com/umodoc/editor/issues.
89
90
 
90
- ## Contribute Code
91
+ ## Contributing Code
91
92
 
92
- We welcome any form of contribution, including but not limited to submitting bug reports, feature requests, and code contributions.
93
+ ### Contributors
94
+
95
+ The development of Umo Editor could not have been possible without the support of the community. Below is the list of contributors who have contributed code to Umo Editor. We extend our thanks to them:
96
+
97
+ - [Umo Team](https://github.com/umodoc): 👨‍💻 Core developers
98
+ - [Cassielxd](https://github.com/Cassielxd): 💪 Implemented pagination and many important features for Umo Editor
99
+ - [Sherman Xu](https://github.com/xuzhenjun130): 🛠 Contributed code to Umo Editor
100
+
101
+ We welcome all forms of contributions, including but not limited to submitting bug reports, feature requests, and code contributions.
93
102
 
94
103
  ## Contact Us
95
104
 
package/README.zh-CN.md CHANGED
@@ -10,22 +10,12 @@
10
10
 
11
11
  ## 基本介绍
12
12
 
13
- Umo Editor 是一个基于 Vue3 适合于国人使用的本土化开源文档编辑器。Umo Editor 提供完善的文档编辑能力和 AI 创作能力,支持 Markdown 语法,支持基础的富文本编辑功能,支持多种插入多种格式的节点类型、提供了多种类型的实用工具,并支持设置页面的样式,支持导出多种类型的格式,支持打印和打印预览,支持文档块编辑,支持添加自定义扩展,支持多语言设置,支持暗色主题。
13
+ Umo Editor 是一个基于 Vue3 和 Tiptap 的适合于国人使用的本土化开源文档编辑器。Umo Editor 提供完善的文档编辑能力和 AI 创作能力,支持分页,支持 Markdown 语法,支持基础的富文本编辑功能,支持多种插入多种格式的节点类型、提供了多种类型的实用工具,并支持设置页面的样式,支持导出多种类型的格式,支持打印和打印预览,支持文档块编辑,支持添加自定义扩展,支持多语言设置,支持暗色主题。
14
14
 
15
15
  <img src="https://unpkg.com/@umoteam/editor-external@latest/static/umo-editor-cn@2x.png" alt="umo editor" />
16
16
 
17
17
  作为一个独立的 Vue3 插件,Umo Editor 可以零配置轻松集成到各类 Vue3 项目中,对于非 Vue3 项目,您可以通过 Iframe 将 Umo Editor 嵌入到您的项目中。
18
18
 
19
- ## 安装
20
-
21
- ```bash
22
- npm config set "@tiptap-pro:registry" https://registry.tiptap.dev/
23
- npm config set "//registry.tiptap.dev/:_authToken" 9fsQEgp8C8pbxpk8PFAjYn64BtBDq6HfXmI2qgpnI7XYr/OwHaMvOUIE5mfVR49y
24
- npm install --save @umoteam/editor @umoteam/editor-external
25
- ```
26
-
27
- 通过其他包管理器安装,如 `yarn`、`pnpm` 等,请参考 [开发文档 - 快速开始](https://editor.umodoc.com/cn/docs/getting-started)。
28
-
29
19
  ## 快速开始
30
20
 
31
21
  [开发文档](https://editor.umodoc.com/cn/docs) | [在线演示](https://demo.umodoc.com/editor?lang=zh-CN) | [GitHub](https://github.com/umodoc/editor) | [码云(国内镜像)](https://gitee.com/umodoc/editor) | [NPM](https://www.npmjs.com/package/@umoteam/editor)
@@ -40,7 +30,7 @@ npm install --save @umoteam/editor @umoteam/editor-external
40
30
 
41
31
  ## 设计理念
42
32
 
43
- Umo Editor 的诞生,旨在解决 Web 应用中文档编辑的复杂性,为 Web 项目提供开源免费的类似 Office Word 的强大编辑能力和协同能力,同时保持 Web 应用的便捷性。无论是政企信息管理系统、学术研究撰写、团队文档协作、知识库管理还是个人笔记整理,Umo Editor 都能成为您得力的助手。
33
+ Umo Editor 的诞生,旨在解决 Web 应用中文档编辑的复杂性,为 Web 项目提供开源免费的类似 Microsoft Word 的强大编辑能力和分页模式,同时保持 Web 应用的便捷性。无论是政企信息管理系统、学术研究撰写、团队文档协作、知识库管理还是个人笔记整理,Umo Editor 都能成为您得力的助手。
44
34
 
45
35
  ## 开源优势
46
36
 
@@ -53,6 +43,7 @@ Umo Editor 的诞生,旨在解决 Web 应用中文档编辑的复杂性,为
53
43
  ## 核心特性
54
44
 
55
45
  - 零配置开箱即用
46
+ - 类似于与 Microsoft Word 的分页模式
56
47
  - 轻量级
57
48
  - 全过程所见即所得
58
49
  - 富文本编辑功能
@@ -97,6 +88,14 @@ Nodejs 18.0.0 及以上版本。
97
88
 
98
89
  ## 贡献代码
99
90
 
91
+ ### 贡献者名单
92
+
93
+ Umo Editor 的发展,离不开社区的支持,以下是为 Umo Editor 贡献过代码的贡献者名单,向他们致谢:
94
+
95
+ - [Umo Team](https://github.com/umodoc):👨‍💻 核心开发者
96
+ - [Cassielxd](https://github.com/Cassielxd):💪🏻 为 Umo Editor 实现了分页和很多重要的功能
97
+ - [Sherman Xu](https://github.com/xuzhenjun130):🛠️ 为 Umo Editor 贡献了部分代码
98
+
100
99
  我们欢迎任何形式的贡献,包括但不限于提交 Bug 报告、功能请求、代码贡献等。
101
100
 
102
101
  ## 联系我们