tiptap-vuetify icon indicating copy to clipboard operation
tiptap-vuetify copied to clipboard

Documentation for displaying saved editor HTML

Open ghost opened this issue 4 years ago • 2 comments

Hi,

I'm saving the editors content as HTML to my database. I want to then display (readonly, without the editor toolbar) that content in different pages.

Using: <div v-html="editorContentFromDB" />

Obviously does not render as pretty as tiptap itself.

How can I display the saved HTML through tiptap's pretty display? I think adding short documentation about the read only mode will help

ghost avatar Oct 24 '20 05:10 ghost

me too

alexdarh avatar Jan 05 '21 13:01 alexdarh

I got rid of the toolbar by omitting the extensions prop from the tiptap-vuetify component, but the content is still editable so it's a start?

Tsaukpaetra avatar Mar 19 '22 19:03 Tsaukpaetra