strapi-tiptap-editor icon indicating copy to clipboard operation
strapi-tiptap-editor copied to clipboard

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

Open steveHimself1397 opened this issue 3 years ago • 4 comments

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?

steveHimself1397 avatar Oct 05 '22 13:10 steveHimself1397

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?

SalahAdDin avatar Nov 16 '22 08:11 SalahAdDin

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.

dasmikko avatar Mar 28 '23 12:03 dasmikko

@dasmikko It should be fixed in the package itself.

SalahAdDin avatar Mar 28 '23 13:03 SalahAdDin

@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.

dasmikko avatar Mar 28 '23 15:03 dasmikko