relaycc / receiver

Relay Receiver is a React library that makes it easy to add Web3 messaging to your website.
http://www.demo.relay.cc
MIT License
38 stars 2 forks source link

Add hyperlinks to chat #99

Open seanonchain opened 1 year ago

seanonchain commented 1 year ago

Detect when a link is put in the chat, and turn it into a hyperlink opening a new tab to that link. There may be a JS library to help with this?

Future feature (not part of the ticket): do a popup like discord does, saying it's taking you to another site and if to trust the domain

seanonchain commented 1 year ago

https://www.npmjs.com/package/linkifyjs has 500k downloads a week, stackoverflow recommended.