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

Add support for tiptap v2 #295

Open
JuroOravec opened this issue Aug 23, 2021 · 0 comments
Open

Add support for tiptap v2 #295

JuroOravec opened this issue Aug 23, 2021 · 0 comments

Comments

@JuroOravec
Copy link

I tried using tiptap v2 extensions, specifically StarterKit, but currently tiptap-vuetify uses tiptap v1, which is incompatible with v2 extensions.

Migrating would require:

  • Change tiptap imports from tiptap to @tiptap/core.
  • Change tiptap extensions import from tiptap-extensions to @tiptap/{extension-name}
  • Possibly updating the extensions in nativeExtensions folder
  • Maybe something more? Don't know.

@iliyaZelenko Is this planned for this project? If so, when?

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

No branches or pull requests

1 participant