dosdude1 / discord-lite

An ultra-lightweight native Discord client for vintage and modern Mac OS
GNU General Public License v3.0
395 stars 8 forks source link

[IMPROVMENT] Add support for hyperlinks #8

Open Jairbear73 opened 2 years ago

Jairbear73 commented 2 years ago

Would be nice to be able to both send and recive web links, and have them be able to be clicked on to redirect to browser.

dosdude1 commented 2 years ago

I've actually partially implemented this, and just need to fix the regex to detect all links. See "DLTextParser.m".

dosdude1 commented 2 years ago

Fixed in latest release.