All Questions
4 questions
6
votes
1
answer
12k
views
How to bind content of Tiptap editor?
I'm using the Tiptap editor and I have issues accessing the content of the editor.
I need to post the content of the editor to an API so I need the content. Here is my code:
import tippy from "...
4
votes
1
answer
3k
views
Retaining styles and classes in editor content when using VueJS extension Tiptap Vuetify
I integrated a Vue.js extension called tiptap-vuetify into my project. However when the content is injected into the tiptap editor, it automatically strips all classes and inline styling from the HTML,...
1
vote
2
answers
929
views
Vue set data property inside tiptap editor constructor
Having trouble setting the value of editorView inside of the onInit method when creating a new Editor instance. Because the call is nested two methods deep, I'm not sure how to access the Vue instance ...
4
votes
1
answer
6k
views
simple tiptap extension or prosemirror plugin
i would like to use the tiptap editor for vuejs that work with the prosemirror editor.
I have read many about tiptap but the documentation is not the best and prosemirror itself is very complex for ...