Html editor auto link

Hi. Would it be possible to make the html editor automatically create hyperlink, if you paste a link into the editor?

Hi,
I think the feature is already there.

How do you get it to work ?

You can add the below tools for the html component in blazor file

image

Further details available here

As far as i can see that provides a button for the toolbar to create links ?

If i just write a link directly into the editor it doesn't auto convert it to an a tag ?

Yes Correct

No. You will need to click on the tool item to generate link

Indeed, such a functionality is not available. One has to use the link tool.

Unfortunate. Is it in the pipeline ?

Not for the near future. This feature requires a pure JavaScript implementation as Blazor does not expose the DOM selection or content editing API.