dasmikko / strapi-tiptap-editor

A drop-in replacement for the strapi editor
MIT License
64 stars 29 forks source link

Alt to images #47

Closed multipliedtwice closed 1 year ago

multipliedtwice commented 2 years ago

Hello, thank you for a great library. Is there any way to attach alt text to images?

multipliedtwice commented 2 years ago

Also, is there any way to define custom rel per each link?

multipliedtwice commented 2 years ago

One more thing - is there any way to avoid nested <span> tag inside h1-h6 tags? This bug/feature causes SEO audit warning

SalahAdDin commented 2 years ago

@thousandsofraccoons it could be related to Tiptap itself.

@dasmikko is there any way to configure the Tiptap editor's instance?

m7rlin commented 2 years ago

@SalahAdDin you will have to fork this plugin and edit the code yourself.

SalahAdDin commented 2 years ago

@SalahAdDin you will have to fork this plugin and edit the code yourself.

We can make a pull request and contribute to this plugin.

m7rlin commented 2 years ago

That's a good idea :)

SalahAdDin commented 1 year ago

Also, is there any way to define custom rel per each link?

Is it possible to do it in Tiptap?

multipliedtwice commented 1 year ago

Also, is there any way to define custom rel per each link?

Is it possible to do it in Tiptap?

I think yes, we can assign any custom attribute to node, just need to configure the extension a little

SalahAdDin commented 1 year ago

In such a case, we can create a pull request and help to improve this plugin.