element-tiptap icon indicating copy to clipboard operation
element-tiptap copied to clipboard

🌸A modern WYSIWYG rich-text editor using tiptap and Element UI for Vue3 (1.0 for Vue2)

Results 145 element-tiptap issues
Sort by recently updated
recently updated
newest added

fix: add fontSize type (https://github.com/Leecason/element-tiptap/issues/1

Correction of some terms to be more semantic

i18n

当我们渲染编辑器保存的内容到div中时,很多样式 格式 字体什么的和编辑器中编辑时的预览不相符,从而带来很多麻烦。 在展示时将保存的渲染到el-tiptap中,虽然可以开启只读模式,但是因为有许多功能上面又有许多按钮,就很烦。 所以希望可以出一个展示模式,就像编辑时的预览一样,在我们展示的时候就只按照el-tiptap的样式渲染出来,没有操作按钮什么的。 不知道我是不是我的使用方法不对,但希望采纳

feature request

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

feature request

want a function that can add own class name to the element generated maybe like adding config to the extention. `new Iframe({class:'ownClassName'}),` It will so greatful if you can add...

feature request

Hello, could you please add czech language? `export default { editor: { extensions: { Bold: { tooltip: 'Tučně', }, Underline: { tooltip: 'Podtrhnout', }, Italic: { tooltip: 'Kurzíva', }, Strike:...

feature request

Add more unit to font_size and addres issues #395 and #327

``` import { ElementTiptap, Doc, Text, Paragraph, Heading, Bold, Underline, Italic, Image, Strike, ListItem, BulletList, OrderedList, TodoItem, TodoList, HorizontalRule, Fullscreen, Preview, CodeBlock, TextColor, Table, TableHeader, TableCell, TableRow } from "element-tiptap";...

bug

**Describe the bug** Copying and paste text from word/powerpoint fires bug while using the FontSize extension, if you take out this extension the bug is gone **To Reproduce** Forked the...

bug

``` Uncaught RangeError: No value supplied for attribute px at computeAttrs (index.es.js?304a:1858) at MarkType.create (index.es.js?304a:2096) at ParseContext.readStyles (index.es.js?304a:2889) at ParseContext.addDOM (index.es.js?304a:2812) at ParseContext.addAll (index.es.js?304a:2943) at ParseContext.addElementByRule (index.es.js?304a:2927) at ParseContext.addElement (index.es.js?304a:2870)...

bug