# demo **Repository Path**: umodoc/demo ## Basic Information - **Project Name**: demo - **Description**: 本项目是 Umo Editor 的示例项目,可直接通过访问 https://demo.umodoc.com/editor?lang=cn 来体验 Umo Editor。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: https://demo.umodoc.com/editor?lang=cn - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2024-05-10 - **Last Updated**: 2025-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Umo Editor Playground The project is a demonstration project of Umo Editor, which can be directly accessed by visiting https://demo.umodoc.com/editor?lang=en. 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. [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) ## Run This Project ```bash git clone https://github.com/umodoc/demo.git cd demo npm install npm run dev ``` --- # Umo Editor 示例 本项目是 Umo Editor 的示例项目,可直接通过访问 https://demo.umodoc.com/editor?lang=cn。 Umo Editor 是一个基于 Vue3 适合于国人使用的本土化开源文档编辑器。Umo Editor 提供完善的文档编辑能力和 AI 创作能力,支持 Markdown 语法,支持基础的富文本编辑功能,支持多种插入多种格式的节点类型、提供了多种类型的实用工具,并支持设置页面的样式,支持导出多种类型的格式,支持打印和打印预览,支持文档块编辑,支持添加自定义扩展,支持多语言设置,支持暗色模式。 [开发文档](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/@umoteam/editor) ## 运行本示例 ```bash git clone https://github.com/umodoc/demo.git cd demo npm install npm run dev ```