Skip to content

[Feature]: automatically link url-like stuff #49

@gerner

Description

@gerner

Contact Details

[email protected]

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions