4.0.0-rc.6 • Published 4 years ago
@matrix-org/linkifyjs v4.0.0-rc.6
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:
- HTML strings
- React component
- jQuery plugin
- DOM Elements
- Plain-text
- #hashtag plugin
- @mention plugin
- #ticket plugin
Usage
License
MIT
4.0.0-rc.6
4 years ago
4.0.0-rc.5
4 years ago
4.0.0-rc.4
4 years ago
4.0.0-rc.3
4 years ago
4.0.0-rc.2
4 years ago
4.0.0-rc.1
4 years ago