Hypercontext / linkifyjs

JavaScript plugin for finding links in plain-text and converting them to HTML <a> tags.
https://linkify.js.org
MIT License
1.81k stars 182 forks source link

Linkify plugins for JavaScript frameworks #6

Open nfrasser opened 10 years ago

nfrasser commented 10 years ago

I'm thinking new JS files for each framework. e.g., ember.linkify.js, angular.linkify.js, etc.

Plugins for...

dandv commented 10 years ago
nfrasser commented 10 years ago

Sure! Added to the list. Though I can't promise we'll get to it soon.

AnthonyNahas commented 5 years ago

@nfrasser I published few days ago ngx-linkifyjs , an angular wrapper for this project written in typescript! I am already using this package in other libraries like @angular-material-extensions/link-preview!

241