python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Saving content as JSON to a database in real time
I have a text editor built on Tiptap that sends its content as JSON to a API which saves it to a mongoDB database. I have a timeout on it so it only sends a request after the user has stopped typing f...
maxitaxi
Votes: 0
Answers: 2
Remove text color and background color in Tiptap/Prosemirror on paste
How can I remove the color and background color from pasted text in tiptap/prosemirror, in a clean way? I have a specific palette of colors that are allowed for the text in the editor, and I don't wan...
Titus Popovici
Votes: 0
Answers: 0
Confused with Tiptap editor behaviour?
I'm trying Tiptap editor and playing with some dummy code. But I'm confused with the behaviour. Could somebody please help me understand the behaviour ?
Below is the dummy code I'm trying (Below 4 ca...
user3760959
Votes: 0
Answers: 0