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

feat(toolbar): export TiptapToolbar

Open kissmannchristoph opened this issue 1 year ago • 2 comments

Export TiptapToolbar because i need to seperate the editor and the toolbar

kissmannchristoph avatar Oct 02 '23 08:10 kissmannchristoph

@yikoyu what is with this pr?

kissmannchristoph avatar Jan 20 '24 11:01 kissmannchristoph

Due to the influence of commit, and the editor parameter being mandatory, TiptapToolbar cannot currently be used independently, as it utilizes the provide/inject feature. In this regard, it is advisable to consider adding the VuetifyTiptapProvider component:

<VuetifyTiptapProvider>
  <VuetifyTiptapToolbar />

  <VuetifyTiptap />
</VuetifyTiptapProvider>

Do you find this feasible?

yikoyu avatar Jan 20 '24 13:01 yikoyu

@yikoyu yes i think this is feasible

kissmannchristoph avatar Jun 14 '24 14:06 kissmannchristoph