tiptap
tiptap copied to clipboard
The headless rich text editor framework for web artisans.
### What problem are you facing? When extending an extension and adding options to it, I get typescript errors for undefined options when I try to use them later on....
### What’s the bug you are facing? I want to add icon tag html in editor. and I tried below this.editor.commands.insertContent(``) but It's not work... (there is no tag in...
### What problem are you facing? Currently I'm trying to implement a custom node view for the Table extension using `VueNodeViewRenderer` and `addNodeView`, and allow it to be resizable as...
### What’s the bug you are facing? I'm trying to make a draggable table by wrapping the `table` with a drag handle (https://tiptap.dev/guide/node-views/examples#drag-handles and https://tiptap.dev/guide/node-views/react#adding-a-content-editable). I'm probably doing this all...
### What’s the bug you are facing? This is better explained with a short demo:  ### Which browser was this experienced in? Are any special extensions installed? All of...
### What’s the bug you are facing? We know its always hard to understand others projects setup as maintainer, so i try to explain this quickly: We use tiptap as...
Hi everyone! I’ve seen a ton of helpful Gists with custom extensions for Tiptap. It’s amazing what you all come up with! 🥰 Unfortunately, we don’t have the capabilities to...
### What’s the bug you are facing? When: * a table is the last node in the document * that table's last cell is empty Ctrl+A will select the first...
### What’s the bug you are facing? Paste event handler runs twice when the clipboard data type is image. ### Which browser was this experienced in? Are any special extensions...
### What’s the bug you are facing? When using `editor.commands.focus` to focus a Gapcursor position, the focus behaves as though the Gapcursor plugin weren't installed. ### Which browser was this...