candy-chat / candy

JavaScript-based multi-user chat client for XMPP.
http://candy-chat.github.io/candy
MIT License
1.32k stars 370 forks source link

[Request] Util.Linkify the urls in the HTML version #434

Closed anoland closed 11 months ago

anoland commented 8 years ago

I'm having a problem with the linkify function when html anchor tags aready exist.

https://groups.google.com/forum/#!topic/candy-chat/BV1wUm-T4MU

As suggested, a feature request.

Thanks

anoland commented 8 years ago

@benlangfeld, What is involved in getting this feature added? I'm afraid I've never set up an environment to re-bundle scripts.

Thanks, Adrian

benlangfeld commented 8 years ago

@anoland You'd need to follow the instructions in CONTRIBUTING.md to build Candy for yourself, clone the repository, figure out what change you want to make, make & test it, and then submit a pull request.