Available linkifyjs ecosystem packages
mainThe core linkifyjs library can be extended or used in specific environments via specialized packages. Depending on your use case, you may want to install one of the following instead of or in addition to the core library:
Environment specific:
linkify-html: For processing HTML strings.linkify-react: As a React component.linkify-jquery: As a jQuery plugin.linkify-element: For working directly with DOM Elements.linkify-string: For plain-text processing.
Plugins for detection:
linkify-plugin-hashtag: For detecting #hashtags.linkify-plugin-mention: For detecting @mentions.linkify-plugin-ticket: For detecting ticket identifiers.linkify-plugin-ip: For detecting IP addresses.linkify-plugin-keyword: For detecting specific keywords.