angular-linkify icon indicating copy to clipboard operation
angular-linkify copied to clipboard

Angular filter, directive, and service to linkify text.

Results 11 angular-linkify issues
Sort by recently updated
recently updated
newest added

I've changed the regex your code a bit so it would be able to linkify twitter links with a one character domain such as https://t.co/zWPl39VR2f. Thanks for writting your code....

Hi Thanks for the amazing module - most useful! I'm using it to linkify my tweets - however I see that the twitter shortlinks (eg https://t.co/DUEXxRu8vc) are not getting "linkified"...

Added a caret symbol to Twitter and Github username tags (e.g. @foo) so as not to conflict with email address (e.g. [email protected]).

Remove old modules. Create build process for publishing. Add new linkify integration with angular.

Some people have done a lot of work to make links and hashtags work with this plugin and I think it'd be worth it to just implement those instead to...

Hey! Would be good to have it link to your own site's username system. I'm happy to code it but wondered how you think it would be best to implement...

Thanks for this nice library. It would be great if we can add `rel="nofollow"` option to the links.

Given the url to linkify: `https://www.site.com/someimage.jpg?var=1&option=1` The `href` attribute for the `` tag has some characters (&) escaped to html entities. `https://www.site.com/someimage.jpg?var=1&option=1` This way the url cannot be achieved. I...