@umoteam/editor-external 1.4.4 → 2.0.0-beta.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
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
# Umo Editor Documentation
|
|
2
|
+
|
|
3
|
+
## Introduction
|
|
4
|
+
|
|
5
|
+
This project consists of certain modules upon which Umo Editor relies.
|
|
6
|
+
|
|
7
|
+
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, and i18n settings.
|
|
8
|
+
|
|
9
|
+
[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/@umodoc/editor)
|
|
10
|
+
|
|
11
|
+
## Open Source License
|
|
12
|
+
|
|
13
|
+
The source code of Umo-Editor is released under the [MIT License](https://opensource.org/licenses/MIT).
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
1
17
|
# Umo Editor 开发文档
|
|
2
18
|
|
|
3
19
|
## 介绍
|
|
@@ -6,7 +22,7 @@
|
|
|
6
22
|
|
|
7
23
|
Umo Editor 是一个基于 Vue3 适合于国人使用的本土化开源文档编辑器。Umo Editor 提供完善的文档编辑能力,支持 Markdown 语法,支持基础的富文本编辑功能,支持多种插入多种格式的节点类型、提供了多种类型的实用工具,并支持设置页面的样式,支持导出多种类型的格式,支持打印和打印预览、支持文档块编辑,支持添加自定义扩展。
|
|
8
24
|
|
|
9
|
-
[开发文档](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/@umodoc/editor)
|
|
25
|
+
[开发文档](https://editor.umodoc.com/cn/docs) | [在线演示](https://demo.umodoc.com/editor?lang=cn) | [GitHub](https://github.com/umodoc/editor) | [码云(国内镜像)](https://gitee.com/umodoc/editor) | [NPM](https://www.npmjs.com/package/@umodoc/editor)
|
|
10
26
|
|
|
11
27
|
## 开源协议
|
|
12
28
|
|