linkifyjs
linkifyjs copied to clipboard
JavaScript plugin for finding links in plain-text and converting them to HTML <a> tags.
I'm thinking new JS files for each framework. e.g., ember.linkify.js, angular.linkify.js, etc. ### Plugins for... - [ ] Ember (as a Handlebars `{{linkify}}` helper). - [ ] Angular - [...
I am trying to create plugin for creating links for UNC file path "\\\\server\path\directory". I need to know if I am at the right path. I made the following modification...
I am using linkify in textarea & i have autosave function in it. after every 3 secs the text is saved in db .I am calling linkify before saving in...
As discussed in this [thread](https://github.com/SoapBox/linkifyjs/pull/241) #241, I have written a detailed documentation for angular ts version ([ngx-linkifyjs](https://github.com/AnthonyNahas/ngx-linkifyjs)) of linkifyjs
Hello, is there a way to add a click event on angular (ionic v1) ? Everything works perfect but an event in options for linkifyHtml needs jquery. Is there a...
Hi! I tried linkifying an url like this at the demo page: `https://foo.bar/?a=b((((aaaa))))` and the resulting link included only the first `)` but not the remaining ones.
The [XXS documentation](https://linkify.js.org/docs/xss.html) says that "DOM interfaces are **generally** safe to use". What does generally mean here? Is it safe to use or not? If not, it would be nice...
when I test "123http://google.com", but in our scenario, this should not be recognized as a link. the result better to be 123http://google.com. any solution to avoid detect as link? ```javascript...
Just opening this library and finding this bug - figured I would report it. ```json { "type": "url", "value": "file:1:2", "isLink": true, "href": "file:1:2", "start": 91, "end": 99 } ```...
Special Characters at the end of a URL aren't recognised as a part of it, even though they should be. If a letter is added after the special character, it...