How to create autolinker

Hi, guys!

I saw other topics about this but I can’t find decision. I need to transform links to the link marks. I tried to create InputRule but there is a problem with getting out of converting text to a link. Btw it works perfectly in Atlassian. Maybe someone has decision. Thanks all

This is probably best done with an `appendTransaction` hook that checks if the edited ranges contain a URL, and adds a transaction that applies a mark when it finds one.

Thank you

I used the “transformPasted” hook, it was enough for me. Because In general case It’s possible to wrap links in the link mark