Closed multipliedtwice closed 1 year ago
Also, is there any way to define custom rel
per each link?
One more thing - is there any way to avoid nested <span>
tag inside h1-h6
tags? This bug/feature causes SEO audit warning
@thousandsofraccoons it could be related to Tiptap itself.
@dasmikko is there any way to configure the Tiptap editor's instance?
@SalahAdDin you will have to fork this plugin and edit the code yourself.
@SalahAdDin you will have to fork this plugin and edit the code yourself.
We can make a pull request and contribute to this plugin.
That's a good idea :)
Also, is there any way to define custom
rel
per each link?
Is it possible to do it in Tiptap?
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
In such a case, we can create a pull request and help to improve this plugin.
Hello, thank you for a great library. Is there any way to attach alt text to images?