editor
editor copied to clipboard
Umo Editor is an open-source document editor based on Vue3 and Tiptap, providing an online editing experience similar to Microsoft Word.
问题
1.给定默认内容,目录大纲对应不了内容呢? 2.块级菜单里怎么添加自定义按钮?
https://github.com/user-attachments/assets/56081416-eb8c-49ea-a35f-02dd08f315bc
1、有序列表(全部选项)跨页时出现逻辑错误。 2、待办事项列表无法跨页,具体表现在编辑块随着文字的输入无限延伸。
![Uploading bug.jpg…]()
DEMO页面横行和纵向切换时出现渲染不准确的问题。 1、DEMO页面不添加任何内容直接切换页面方向,有时Picture会卡在下一页无法展示在初始位置。 2、如果添加了新的内容,如:文字,图片,附件等纵向和横向的页面切换会出现比较大的错误。
这种情况大概率发生在有图片的页面。 https://github.com/user-attachments/assets/7132df5b-da65-4a80-8b89-f485abe81fdf
有序列表选项不work https://github.com/user-attachments/assets/92d28775-b177-49f5-abdb-2cb18e410029

Adds the ability to export documents in .docx format. - Installs the `html-to-docx` library. - Modifies the "Word" export button to use `html-to-docx` to convert the editor content to a...