Detect URLs in the emails and convert them to clickable links

Issue #28 resolved
Rafal Nowosielski created an issue

It would be great if the mailroom could detect urls in the emails content and convert them to clickable links.

A lot of notifications that get sent to my room have a url, which is just plain text, and they are not clickable and it seemed like it could be a nice feature.

Comments (3)

  1. Robert Bergman Account Deactivated

    Sounds like a good idea. I think a reasonable implementation of this might be to run something like the html-linkify npm module on the post-truncated content value after line 222 of mailroom.js, and then modify the notification.hbs message template to render content unescaped rather than escaped.

  2. Log in to comment