simonewebdesign / real-time-web-chat

A chat server and client built with Node, Socket.io, Express and MongoDB. Hosted on OpenShift
3 stars 0 forks source link

Links must be clickable #22

Closed simonewebdesign closed 8 years ago

simonewebdesign commented 11 years ago

After search-replacing for emoticons in a message, we should search-replace for actual links.

simonewebdesign commented 11 years ago

I just added markdown support. (c458d29)

simonewebdesign commented 10 years ago

Markdown support has been removed since it caused many undesirable behaviours (see #39), so we'll need to add a function like searchAndReplaceURLsInString(text). Something for @nicky1525, maybe?

prayashm commented 8 years ago

I want to try for this as well.