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

4.1.0-1 • 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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.1.0-1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 4.1.0-1
    0
  • 4.1.0
    0

Package Sidebar

Install

npm i c-linkify-plugin-mention

Weekly Downloads

0

Version

4.1.0-1

License

MIT

Unpacked Size

7.03 kB

Total Files

9

Last publish

Collaborators

  • zhangbobo