@umoteam/editor 1.4.0 → 1.4.2

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,12 +10,24 @@
10
10
 
11
11
  ## 基本介绍
12
12
 
13
- Umo Editor 是一个基于 Vue3 适合于国人使用的本土化开源文档编辑器。Umo Editor 提供完善的文档编辑能力,支持 Markdown 语法,支持基础的富文本编辑功能,支持多种插入多种格式的节点类型、提供了多种类型的实用工具,并支持设置页面的样式,支持导出多种类型的格式,支持打印和打印预览、支持文档块编辑。
13
+ Umo Editor 是一个基于 Vue3 适合于国人使用的本土化开源文档编辑器。Umo Editor 提供完善的文档编辑能力,支持 Markdown 语法,支持基础的富文本编辑功能,支持多种插入多种格式的节点类型、提供了多种类型的实用工具,并支持设置页面的样式,支持导出多种类型的格式,支持打印和打印预览、支持文档块编辑,支持添加自定义扩展。
14
14
 
15
15
  <img src="https://unpkg.com/@umoteam/editor-external@latest/static/umo-editor@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/docs/getting-started)。
28
+
29
+ ## 快速开始
30
+
19
31
  [开发文档](https://editor.umodoc.com/docs) | [在线演示](https://demo.umodoc.com/editor) | [GitHub](https://github.com/umodoc/editor) | [码云(国内镜像)](https://gitee.com/umodoc/editor) | [NPM](https://www.npmjs.com/package/@umoteam/editor)
20
32
 
21
33
  ## 在线体验