Skip to main content

All Questions

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

Tiptap Editor Extend Link for Atom

I was creating a small comment box using tiptap editor and I wanted the link to be directly not editable, the documentation says if the atom for any extension is true, you cannot directly edit it ...
Dilip Badal's user avatar
0 votes
0 answers
411 views

How to integrate a Rich Text Editor into Vue 2 via CDN

I am looking to add a rich text editor to my vue2 project but I cannot find one that supports installation as a cdn. I have come across tiptap-vuetify which would be perfect since i use vuetify but it ...
Qiuzman's user avatar
  • 1,643
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 "...
Niaz Estefaie's user avatar
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,...
VerySeriousSoftwareEndeavours's user avatar
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 ...
connorhansen's user avatar
1 vote
0 answers
977 views

Adding functionality (javascript?) to a simple html tag in Vue and/or Tiptap?

How to convert a relatively simple tag to do Javascript or render more complex html? Here's an example of what I try to accomplish: In this Vue.js SPA, there is a rich text editor (i'm experimenting ...
svenema's user avatar
  • 2,456
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 ...
Basti G.'s user avatar
  • 441