Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
82 views

Plugin Duplication Wraning while mapping over Array to render Multiple TipTap Editors (React js)

I'm trying to make a productivity application that requires an editor so I'm using TipTap. On main screen there are 4 divs and when you click on one div it opens a different instance of the editor. &...
h r's user avatar
  • 1
1 vote
0 answers
249 views

How to migrate slate json text to tiptap based prosemirror format? Are there any converters/bindings for this?

I have a text editor that is based on slate js and yjs websocket stack for collaboration editing. For sometime now slate has proven to be unreliable prompting our migration to tiptap. Now tiptap is ...
Shivam Balikondwar's user avatar
0 votes
1 answer
421 views

how can i loop on tiptap text editor in vue.js 3 composition api

im building a website for styling cv and resumes and im using tiptap text editor for building education section,Now i have one instance from the text editor and i want to loop on it to get several ...
abd elmalik abd elghafar's user avatar
2 votes
1 answer
527 views

Is there a way to preserve Google Docs added tabs in TipTap (or similar WYSIWYG Editor)?

I'm writing a web app that uses TipTap as its rich text Editor, and I'm realizing that there's an issue when pasting certain content from Google Docs into the editor. Google Docs picks up on when your ...
holycamolie's user avatar
1 vote
1 answer
5k views

ProseMirror - Set caret position to end of selected node

After running command({ href: url }), I would like to deselect current selection and set caret position to end of selected node. NOTE: I am using TipTap setLinkUrl(command, url) { command({ href: url }...
connorhansen's user avatar