tiptap icon indicating copy to clipboard operation
tiptap copied to clipboard

The headless rich text editor framework for web artisans.

Results 808 tiptap issues
Sort by recently updated
recently updated
newest added

### 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....

feature request
needs-triage

### 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...

bug
needs-triage

### 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...

feature request
needs reproduction
stale

### 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...

bug

### What’s the bug you are facing? This is better explained with a short demo: ![firefox_4DBYnuFKvn](https://user-images.githubusercontent.com/96476/175537376-c451095b-7c62-496c-bbbf-a0b8d740d3f8.gif) ### Which browser was this experienced in? Are any special extensions installed? All of...

bug

### 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...

bug
needs-triage

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...

Type: Feature

### 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...

bug

### 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...

bug

### 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...

bug
needs-triage