@umoteam/editor 2.3.1 → 3.1.0
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 +5 -14
- package/README.zh-CN.md +4 -13
- package/dist/style.css +1 -0
- package/dist/umo-editor.mjs +46464 -0
- package/package.json +54 -45
- package/dist/es/style.css +0 -1
- package/dist/es/umo-editor.mjs +0 -40968
- package/dist/umd/style.css +0 -1
- package/dist/umd/umo-editor.js +0 -8
- package/dist/umd/umo-editor.js.gz +0 -0
package/README.md
CHANGED
|
@@ -10,33 +10,23 @@
|
|
|
10
10
|
|
|
11
11
|
# 中文介绍
|
|
12
12
|
|
|
13
|
-
Umo Editor 是一个基于 Vue3 适合于国人使用的本土化开源文档编辑器。Umo Editor
|
|
13
|
+
Umo Editor 是一个基于 Vue3 适合于国人使用的本土化开源文档编辑器。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, 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 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.
|
|
20
20
|
|
|
21
21
|
<img src="https://unpkg.com/@umoteam/editor-external@latest/static/umo-editor-en@2x.png" alt="umo editor" />
|
|
22
22
|
|
|
23
23
|
As a standalone Vue3 plugin, Umo Editor can be easily integrated into any Vue3 project with zero configuration. For non-Vue3 projects, you can embed Umo Editor using an Iframe.
|
|
24
24
|
|
|
25
|
-
[Documentation](https://editor.umodoc.com/en/docs) | [中文文档](https://editor.umodoc.com/cn/docs) | [Live Demo](https://demo.umodoc.com/editor?lang=en) | [GitHub](https://github.com/umodoc/editor) | [NPM](https://www.npmjs.com/package/@umoteam/editor)
|
|
25
|
+
[Documentation](https://editor.umodoc.com/en/docs) | [中文文档](https://editor.umodoc.com/cn/docs) | [Live Demo](https://demo.umodoc.com/editor?lang=en-US) | [GitHub](https://github.com/umodoc/editor) | [NPM](https://www.npmjs.com/package/@umoteam/editor)
|
|
26
26
|
|
|
27
27
|
## Online Experience
|
|
28
28
|
|
|
29
|
-
Visit [Playground](https://demo.umodoc.com/editor?pane=
|
|
30
|
-
|
|
31
|
-
## Installation
|
|
32
|
-
|
|
33
|
-
```bash
|
|
34
|
-
npm config set "@tiptap-pro:registry" https://registry.tiptap.dev/
|
|
35
|
-
npm config set "//registry.tiptap.dev/:_authToken" 9fsQEgp8C8pbxpk8PFAjYn64BtBDq6HfXmI2qgpnI7XYr/OwHaMvOUIE5mfVR49y
|
|
36
|
-
npm install --save @umoteam/editor @umoteam/editor-external
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
For more information, please visit the [Developer Documentation](https://editor.umodoc.com/en/docs/getting-started).
|
|
29
|
+
Visit [Playground](https://demo.umodoc.com/editor?pane=hide&lang=en-US) for a fast experience.
|
|
40
30
|
|
|
41
31
|
## Documentation
|
|
42
32
|
|
|
@@ -65,6 +55,7 @@ Umo Editor was created to address the complexity of document editing in web appl
|
|
|
65
55
|
- Presentation mode
|
|
66
56
|
- Document export and sharing
|
|
67
57
|
- Page settings
|
|
58
|
+
- AI assistant
|
|
68
59
|
- Support for printing and print preview
|
|
69
60
|
- Support for custom plugins
|
|
70
61
|
- Shortcut key support
|
package/README.zh-CN.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
## 基本介绍
|
|
12
12
|
|
|
13
|
-
Umo Editor 是一个基于 Vue3 适合于国人使用的本土化开源文档编辑器。Umo Editor
|
|
13
|
+
Umo Editor 是一个基于 Vue3 适合于国人使用的本土化开源文档编辑器。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
|
|
|
@@ -28,21 +28,11 @@ npm install --save @umoteam/editor @umoteam/editor-external
|
|
|
28
28
|
|
|
29
29
|
## 快速开始
|
|
30
30
|
|
|
31
|
-
[开发文档](https://editor.umodoc.com/cn/docs) | [在线演示](https://demo.umodoc.com/editor?lang=
|
|
31
|
+
[开发文档](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)
|
|
32
32
|
|
|
33
33
|
## 在线体验
|
|
34
34
|
|
|
35
|
-
访问 [在线演示](https://demo.umodoc.com/editor?pane=
|
|
36
|
-
|
|
37
|
-
## 安装说明
|
|
38
|
-
|
|
39
|
-
```bash
|
|
40
|
-
npm config set "@tiptap-pro:registry" https://registry.tiptap.dev/
|
|
41
|
-
npm config set "//registry.tiptap.dev/:_authToken" 9fsQEgp8C8pbxpk8PFAjYn64BtBDq6HfXmI2qgpnI7XYr/OwHaMvOUIE5mfVR49y
|
|
42
|
-
npm install --save @umoteam/editor @umoteam/editor-external
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
更多信息请访问 [开发文档](https://editor.umodoc.com/cn/docs/getting-started)。
|
|
35
|
+
访问 [在线演示](https://demo.umodoc.com/editor?pane=hide&lang=zh-CN) 快速体验。
|
|
46
36
|
|
|
47
37
|
## 开发文档
|
|
48
38
|
|
|
@@ -70,6 +60,7 @@ Umo Editor 的诞生,旨在解决 Web 应用中文档编辑的复杂性,为
|
|
|
70
60
|
- 实用工具集成
|
|
71
61
|
- 演示模式
|
|
72
62
|
- 页面设置
|
|
63
|
+
- AI 文档助手
|
|
73
64
|
- 文档导出与分享
|
|
74
65
|
- 气泡菜单与块级菜单
|
|
75
66
|
- 快捷键支持
|