strapi / blocks-react-renderer

A React renderer for the Strapi's Blocks rich text editor
Other
162 stars 25 forks source link

[feat]: Link target #46

Open tommerkestijn opened 3 months ago

tommerkestijn commented 3 months ago

A clear and concise description of what the feature is

It is currently not possible to add links with a different target. Also validation on the url is to strict, you can not add a path but need to add always full urls.

Why should this feature be included?

Links are a very important future and often you need to add links what are able to open in a new window.

Please provide an example for how this would work

Add a dropdown to the link popup with target option.

wzrdx commented 2 months ago

Also noticed this, would be a nice feature.

tommerkestijn commented 2 months ago

It is also not possible at this moment to use a: mailto:, or tel: prefix in the link.