This page is outdated

You are reading documentation for Linkify v2. Browse the latest v3+ documentation.

Jump To

Terminology

Core Linkify

The basic code included in linkify.js that contains general link-finding logic. It is required by all interfaces and contains no code for converting links to anchor tags.

Interface

String -> link conversion for a certain environment or use-case. At least one interface is recommended to make linkify actually useful.

Interfaces are provided for:

Plugin

Plugins allow linkify to detect new kinds of links, such as @mentions or #hashtags. Plugins are not required.