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

Why is < p > < br class = "ProseMirror-trailingBreak" > in the element after the line break, but in the saved data, it is < p > empty P...

bug

The "Slash Command" has become more popular, with the ease of typing a simple "/" character to show a list of command suggestion. I wonder if you can add that...

This version fixes all the issues: https://github.com/okijhhyu/element-tiptap-vue3 :)

bug

Link extension how to add placeholder?

bug

很多extension在tiptap1里用的挺好的,到2就不行了 我已经为了2把项目升级到vue3了 table里面选格子会报错,无法合并 heading也有些问题,还有其他很多没有试到的 console里面也有很多的警报 希望大佬能解决一下哦~ 有啥地方可以一起讨论升级到tiptap2的问题和重构吗

bug

**Describe the bug** Trying to setup an minimal version from the example and getting "RangeError: Schema is missing its top node type ('doc')" **To Reproduce** Steps to reproduce the behavior:...

bug

**Describe the bug** Clicking on a Heading element doesn't show a popup, but instead genereates the following waringin in a browsers logs console: [Vue warn]: Runtime directive used on component...

bug

hi! I got an error 'Duplicate use of selection JSON ID error' (This is in reference to a line of code somewhere that reads: "prosemirrorState.Selection.jsonID("cell", CellSelection);") after installing with 'npm...

bug

documentation for extensions **TODO: in README or docs site** - [`Doc`, `Paragraph`, `Text`](https://github.com/Leecason/element-tiptap/issues/107#issuecomment-641908889) - [`Heading`](https://github.com/Leecason/element-tiptap/issues/107#issuecomment-641910732) - [`Bold`](https://github.com/Leecason/element-tiptap/issues/107#issuecomment-641911009) - [`Italic`](https://github.com/Leecason/element-tiptap/issues/107#issuecomment-641911113) - [`Underline`](https://github.com/Leecason/element-tiptap/issues/107#issuecomment-641911203) - [`Strike`](https://github.com/Leecason/element-tiptap/issues/107#issuecomment-641911398) - [`Code`](https://github.com/Leecason/element-tiptap/issues/107#issuecomment-641911572) - [`CodeBlock`](https://github.com/Leecason/element-tiptap/issues/107#issuecomment-641911665) - [`Blockquote`](https://github.com/Leecason/element-tiptap/issues/107#issuecomment-641911850) -...

docs