Contact Details
nick.gerner@gmail.com
Enhancement Type
Message formatting
What is your idea or what can be improved?
Once messages have been received and are being rendered, it would be nice to automatically recognize url-like things and turn them into hyperlinks.
So if a message said "check out http://w7aw.groups.io" it would be rendered as <a href="http://w7aw.groups.io">http://w7aw.groups.io</a>
This is similar to how github is rendering this very issue body: it recognizes the url and turns it into a link at render time. I think this should only happen at render-time in the browswer client, not in the back-end stored data or anything like that.
There's gotta be fairly standard approach to doing this sort of thing since it's everywhere.
Contact Details
nick.gerner@gmail.com
Enhancement Type
Message formatting
What is your idea or what can be improved?
Once messages have been received and are being rendered, it would be nice to automatically recognize url-like things and turn them into hyperlinks.
So if a message said "check out http://w7aw.groups.io" it would be rendered as
<a href="http://w7aw.groups.io">http://w7aw.groups.io</a>This is similar to how github is rendering this very issue body: it recognizes the url and turns it into a link at render time. I think this should only happen at render-time in the browswer client, not in the back-end stored data or anything like that.
There's gotta be fairly standard approach to doing this sort of thing since it's everywhere.