ueberdosis / tiptap

The headless rich text editor framework for web artisans.
https://tiptap.dev
MIT License
27.13k stars 2.26k forks source link

WYSIWYG with custom vue component #124

Closed profyt closed 5 years ago

profyt commented 5 years ago

Hi! How i can customize and insert other content in slots on vue component? For example, insert a tabs component (vuetify v-tabs) in editor, how edit content of tab? And how to save content in database for output to the page and for further editing?

philippkuehn commented 5 years ago

Hey @profyt , I don't think it's a good idea to add tabs to an editor. Maybe then it would be better to add an editor to each tab.

profyt commented 5 years ago

Hah, yep, tabs is not best component for insert. Now i understand how create own extension, for example awesome-swiper, image.