Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(toolbar): export TiptapToolbar #212

Closed
wants to merge 4 commits into from

Conversation

kissmannchristoph
Copy link
Contributor

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

@kissmannchristoph kissmannchristoph changed the title feat(export TiptapToolbar): export TiptapToolbar feat(toolbar): export TiptapToolbar Oct 21, 2023
@kissmannchristoph
Copy link
Contributor Author

@yikoyu what is with this pr?

@yikoyu
Copy link
Owner

yikoyu commented Jan 20, 2024

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?

@kissmannchristoph
Copy link
Contributor Author

@yikoyu yes i think this is feasible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants