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

Is it possible to add tiptap extensions on a per project basis? #38

Open
steveHimself1397 opened this issue Oct 5, 2022 · 4 comments
Open

Comments

@steveHimself1397
Copy link

Hi,

is it currently possible to add tiptap extensions?
I have a couple of custom extensions, I developed some time ago for tip tap and would like to add thos in a new project where I would like to continue using tiptap within Strapi.

Any standardized way to extend the editor instance with our own extensions?

@SalahAdDin
Copy link

Hi,

is it currently possible to add tiptap extensions? I have a couple of custom extensions, I developed some time ago for tip tap and would like to add those in a new project where I would like to continue using tiptap within Strapi.

Any standardized way to extend the editor instance with our own extensions?

Well, it seems there is no documentation about it.

@dasmikko are you thinking about supporting plugins/extensions?

@dasmikko
Copy link
Owner

I'm working on using https://www.npmjs.com/package/patch-package to handle this.

It is necessary to do it this way, as the extensions has to be build.

I will write a guide on how to do this.

@SalahAdDin
Copy link

SalahAdDin commented Mar 28, 2023

@dasmikko It should be fixed in the package itself.

@dasmikko
Copy link
Owner

@dasmikko It should be fixed in the package itself.

The reason im doing this, is because I can't seem to find a way to extend the node-package from strapi.

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

3 participants