fluent-editor icon indicating copy to clipboard operation
fluent-editor copied to clipboard

Fluent Editor is a rich text editor based on Quill 2.0, which extends rich modules and formats on the basis of Quill. It is powerful and out-of-the-box. Fluent Editor 是一个基于 Quill 2.0 的富文本编辑...

Results 8 fluent-editor issues
Sort by recently updated
recently updated
newest added

### What problem does this feature solve 解决业务场景需求。 ### What does the proposed API look like 增加流程图、思维导图支持,可以参考下飞书文档内编辑器相应功能实现。 ### What is your project name not started

### What problem does this feature solve ![image](https://github.com/user-attachments/assets/353119e8-2b3c-41bb-aa79-45927d2bacd2) ### What does the proposed API look like ![image](https://github.com/user-attachments/assets/2ddbce8b-923e-4510-8243-dd440da057fd) ### What is your project name 为什么npm上面下载下来 就没有ts文件了-我看github上面代码里面是ts文件

bug

### Version latest ### Link to minimal reproduction 复现链接:https://opentiny.github.io/fluent-editor/docs/basic-usage 复现步骤: 1. 选择“Hello”文本 2. 点击工具栏的超链接图标 3. 输入不带协议的URL:opentiny.design 4. 无法正常访问这个超链接,变成了:[https://opentiny.github.io/fluent-editor/docs/opentiny.design](https://opentiny.github.io/fluent-editor/docs/opentiny.design),期望访问:https://opentiny.design ![image](https://github.com/user-attachments/assets/38260b41-def7-4e1e-becf-fbbba6611cd0) ### Step to reproduce 同上 ### What is expected _No response_...

bug

### Version latest ### Link to minimal reproduction [官网示例](https://opentiny.github.io/fluent-editor/docs/basic-usage) ### Step to reproduce 1. 从 word 文档复制文字内容 2. 粘贴到 `fluent-editor` 3. 所有文字变成了一张图片 当 `uploadOption.imageUploadToServer` 为 `true` 时(为了可以直接粘贴图片), 再粘贴 word 中复制的文字内容时,...

bug

### What problem does this feature solve ![image](https://github.com/user-attachments/assets/59fa4318-4910-46bc-9b20-f7079355b7e4) better table 右键如何配置国际化 ### What does the proposed API look like 支持国际化 ### What is your project name *

enhancement

### What problem does this feature solve 目前样式仅包括了 `snow` 主题,quill 本身支持两种主题模式,希望能与 quill 一致 ### What does the proposed API look like ```js const fluentEditor = new FluentEditor('#editor', { theme: 'bubble',...

enhancement

### What problem does this feature solve 是否有全屏专注模式,支持放大和缩小? ### What does the proposed API look like ![image](https://github.com/user-attachments/assets/fd57d281-cc26-4136-b1f1-e5121655bc7d) 类似这样 ### What is your project name *

enhancement

步骤: 1. Fork 项目并 Clone 代码到本地 2. 执行 `pnpm i` 安装项目依赖 3. 执行 `pnpm install:browser` 安装运行 E2E 测试用例的浏览器 4. 执行 `pnpm dev` 启动项目 5. 在 `packages/docs/flunet-editor/demos` 下面编写测试用例,用例文件名和demo文件名保持一致,参考:`basic-usage.spec.ts` 6. 编写完测试用例,执行 `pnpm...

e2e-test