JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4369
  • Score
    100M100P100Q129937F
  • License MIT

@mentions plugin for linkifyjs

Package Exports

  • linkify-plugin-mention
  • linkify-plugin-mention/dist/linkify-plugin-mention.cjs
  • linkify-plugin-mention/dist/linkify-plugin-mention.mjs

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 (linkify-plugin-mention) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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