JSPM

  • Created
  • Published
  • Downloads 1874300
  • Score
    100M100P100Q190713F
  • License MIT

Find URLs, email addresses, #hashtags and @mentions in plain-text strings, then convert them into HTML <a> links.

Package Exports

  • linkifyjs
  • linkifyjs/dist/linkify.module.js
  • linkifyjs/element
  • linkifyjs/element.js
  • linkifyjs/html
  • linkifyjs/html.js
  • linkifyjs/index.js
  • linkifyjs/lib/linkify
  • linkifyjs/lib/linkify-html
  • linkifyjs/lib/linkify-html.js
  • linkifyjs/lib/linkify-string
  • linkifyjs/lib/linkify-string.js
  • linkifyjs/lib/linkify.js
  • linkifyjs/lib/plugins/hashtag
  • linkifyjs/lib/plugins/hashtag.js
  • linkifyjs/lib/plugins/mention
  • linkifyjs/lib/plugins/mention.js
  • linkifyjs/lib/plugins/ticket
  • linkifyjs/lib/plugins/ticket.js
  • linkifyjs/plugins/hashtag
  • linkifyjs/plugins/hashtag.js
  • linkifyjs/plugins/mention
  • linkifyjs/plugins/mention.js
  • linkifyjs/react
  • linkifyjs/react.js
  • linkifyjs/string
  • linkifyjs/string.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (linkifyjs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

linkifyjs

Core Linkify JavaScript library. Use Linkify and its related packages to find links in plain-text and convert them to HTML <a> tags

Installation

Install from the command line with NPM

npm install linkifyjs

Import into your JavaScript with require

const linkify = require('linkifyjs');

or with ES modules

import * as linkify from 'linkifyjs';

Separate packages are available for each of the following features:

Usage

Read the full documentation.

License

MIT