VincentGarreau/linkifyjs sits at 6 stars on GitHub, written primarily in JavaScript. Linkify is a JavaScript plugin for finding links in plain-text and converting them to HTML <a> tags.
Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
Linkify is a small yet comprehensive JavaScript plugin for finding URLs in plain-text and converting them to HTML links. It works with all valid URLs and email addresses.
A build repository is maintained here.
Jump to
Features
Demo
Installation and Usage
Quick Start
Usage
Node.js/Browserify
AMD Modules
Browser
Downloads
API Documentation
Caveats
Contributing
License
Features
Accuracy Linkify uses a (close to) complete list of valid top-level domains to ensure that only valid URLs and email addresses are matched.
Speed Each string is analyzied exactly once to detect every kind of linkable entity
Extensibility Linkify is designed to be fast and lightweight, but comes with a powerful plugin API that lets you detect even more information like #hashtags and @mentions.
Small footprint Linkify and its jQuery interface clock in at approximately 15KB minified (5KB gzipped) - approximately 50% the size of Twitter Text
Modern implementation Linkify is written in ECMAScript6 and compiles to ES5 for modern JavaScript runtimes.
Linkify is compatible with all modern browsers, as well as Internet Explorer 9 and up. Full IE8 support coming soon.
Demo
Launch demo
Installation and Usage
View full documentation.
Download the latest release, or install via NPM
npm install linkifyjs
or Bower
bower install linkifyjs
Quick Start
Add linkify and linkify-jquery to your HTML following jQuery:
Yes — VincentGarreau/linkifyjs ships under the MIT license, which makes its source code freely readable (and, depending on license terms, forkable and reusable). Source: github.com/VincentGarreau/linkifyjs.
What is VincentGarreau/linkifyjs?
VincentGarreau/linkifyjs (VincentGarreau/linkifyjs) is a JavaScript project on GitHub. From the project's own README: Linkify is a JavaScript plugin for finding links in plain-text and converting them to HTML <a> tags.
What license does VincentGarreau/linkifyjs use?
VincentGarreau/linkifyjs is released under the MIT license. Always verify the LICENSE file directly on GitHub for the authoritative terms — license strings can be edited out of sync with a project's actual stance.
Where can I see VincentGarreau/linkifyjs in action?
The project maintains a homepage at http://soapbox.github.io/linkifyjs/. The README tab on this page also usually contains screenshots and a quickstart.
Where do I read more about VincentGarreau/linkifyjs?
This TopGit page is a snapshot — the READ ME tab shows the project's own README content (links stripped, images preserved). The GitHub repository at github.com/VincentGarreau/linkifyjs is the definitive source.
Read full README in the tab above.
Is linkifyjs worth your time?
ChatGPT, Claude and Perplexity can all read this page. Ask one of them what it makes of linkifyjs.