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
How can I bundle up an npm package so I can import objects from it in a script?
I would like to use tiptap for a project https://tiptap.dev/installation.
The instructions on the website state that after running npm install @tiptap/core @tiptap/starter-kit I can use the following ...
Ben
Votes: 0
Answers: 1
two tiptap2 custom extensions that extend TextStyle
In tiptap2, I have two custom extensions that add a class versus a style because I am utilizing tailwindcss, which leverages classes exclusively, not inline styles.
So, the first one adds 'class="...
rezzrovv
Votes: 0
Answers: 1
Using tiptap as text editor in my vue app. How do i download the content as pdf?
I use tiptap as a text editor tool in my vue app. I want to provide a button to download content thats in the editor as pdf. I am not sure if this is possible as there isnt a documentation on download...
Shravan
Votes: 0
Answers: 0