/linkify

A Mozilla Thunderbird extension to automatically convert plain text urls to clickable links.

Primary LanguageJavaScriptMIT LicenseMIT

Linkify Logo

Linkify

Linkify is a Mozilla Thunderbird extension that automatically converts plain text URLs to clickable links.

Requirements

To develop Linkify, you need to have the following software installed:

  • git
  • pnpm

Developer Installation

To install and run Linkify locally for development purposes, follow these steps:

  1. Clone the Linkify repository:
    git clone https://github.com/ashishbinu/linkify
  2. Install dependencies using pnpm:
    pnpm install
  3. Start the development server:
    pnpm dev