tiny-editor
tiny-editor copied to clipboard
TinyEditor 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. TinyEditor 是一个基于 Quill 2.0 的富文本编辑器,在...
### Version latest ### Link to minimal reproduction 配置 i18n 模块为中文后,期望富文本所有内容都是中文的,但实际上表格模块的工具栏还是英文。 ``` i18n: { lang: 'zh-CN' } ``` ### Step to reproduce 如上 ### What is expected _No response_ ###...
### Version 4.0.0 ### Link to minimal reproduction 复现链接:https://opentiny.github.io/tiny-editor/docs/demo/custom-toolbar 字号设置的功能是好的,但是显示不正常。 ### Step to reproduce 如上 ### What is expected _No response_ ### What is actually happening _No response_ ### What...
### What problem does this feature solve 什么时候能发布[email protected],大半年过去了。 ### What does the proposed API look like 什么时候能发布[email protected],大半年过去了。 ### What is your project name 什么时候能发布[email protected],大半年过去了。
### What problem does this feature solve 目前图片最小只能缩小到 40*40,有点局限,有些业务希望图片更小一些,希望能自定义图片能缩小到的最小宽高。 ### What does the proposed API look like 期望 API(如果有会更好的 API 设计也可以一起讨论): ``` new TinyEditor({ modules: { image: { minWidth: '10px',...
### What problem does this feature solve 该功能将允许在一个有序列表中间插入独立行的图片、表格等行级元素的内容 以下图片是编辑器中在线例子编辑的效果,表格前后形成了两个独立的有序列表,后面的列表不可以接着上面的序号: 这是WPS中的有序列表,允许在有序列表中插入一行独立的行来显示图片: ### What does the proposed API look like 实际实现可以仿照wps中点击有序列表的序号时有一个弹窗,允许“继续编号”和“重新编号”,方式可以类似编辑器中插入链接方式处理, 如这样的一个弹窗供选择 ### What is your project name 在线文章内容编辑,类似wps一样的编辑器
### Version 4.0-alpha.2 ### Link to minimal reproduction ***.vue 中引入 ``` import TinyEditor from '@opentiny/fluent-editor'; import '@opentiny/fluent-editor/style.css'; // 引入样式 ``` webpack 5 编译时报错 ``` Can't resolve 'quill/themes/base' in '**/es/modules/link/modules' ```...
### Version 4.0.0-alpha.2 ### Link to minimal reproduction https://github.com/opentiny/tiny-editor ### Step to reproduce 直接输入过长内容即可复现: ### What is expected 希望能正确显示,类似: ### What is actually happening _No response_ ### What is your...
### Version latest ### Link to minimal reproduction 在一个 Angular 项目中,安装 @opentiny/fluent-editor,然后本地启动报错: ``` Error: node_modules/@opentiny/fluent-editor/types/tools/screenshot.d.ts:1:71 - error TS2307: Cannot find module 'html2canvas' or its corresponding type declaration. import { default...
### Version latest ### Link to minimal reproduction 目前有两个 issue 提到 mathlive 新版本 0.105.0 存在bug,需要在文档给出说明,避免用户踩坑 #279 #271 ### Step to reproduce 同上 ### What is expected _No response_ ### What...
现有 demo 预览组件不支持客户端渲染或,导致在写 demo 代码引入 `@opentiny/fluent-editor` 会有如下代码,有点奇怪! 希望更改后,直接顶部正常引入 `@opentiny/fluent-editor ` demo 也可以正常预览