4.1.3 • Published 6 months ago

linkify-plugin-keyword v4.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

linkify-plugin-keyword

npm version

Detect and convert arbitrary keywords to <a> anchor tags with Linkify.

Installation

Install from the command line with NPM

npm install linkifyjs linkify-plugin-keyword

Import into your JavaScript with require

const linkify = require('linkifyjs')
const registerKeywords = require('linkify-plugin-keyword');

or with ES modules

import * as linkify from 'linkifyjs';
import registerKeywords from 'linkify-plugin-keyword';

Usage

registerKeywords(['foo', 'bar', 'baz'])
linkify.find('Any foo keywords here?')

Read the full documentation.

License

MIT

4.1.3

6 months ago

4.1.2

6 months ago

4.1.1

1 year ago

4.1.0

1 year ago

4.0.0-beta.6

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

4.0.2

2 years ago

4.0.0-beta.5

2 years ago