linkify-plugin-mention
TypeScript icon, indicating that this package has built-in type declarations

4.1.3 • Public • Published

linkify-plugin-mention

npm version

Detect and convert Twitter- and GitHub- style "at"-mentions (@mentions) to <a> anchor tags with Linkify.

Installation

Install from the command line with NPM

npm install linkifyjs linkify-plugin-mention

Import into your JavaScript with require

const linkify = require('linkifyjs')
require('linkify-plugin-mention');

or with ES modules

import * as linkify from 'linkifyjs';
import 'linkify-plugin-mention';

Usage

Read the full documentation.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i linkify-plugin-mention

Weekly Downloads

3,947

Version

4.1.3

License

MIT

Unpacked Size

7.03 kB

Total Files

9

Last publish

Collaborators

  • nfrasser