what is the best way to implement a text element that recognizes links? so besides text you also have links that are clickable, e.g. https://discord.com/
i would treat spaces as a delimiter, turning each word into an item in an array, then run a find to see if any of the items are a link by checking against the matches formula .