name | Linkify |
icon | add_link |
description | Automatically turns URLs, email addresses and phone numbers into links |
instructions | This plugin will turn URLs, email addresses and phone numbers within the selection into links. The demo above was done with all optional replacements enabled and the country-specific phone number format set to It is configurable what types of things should get linked: URLs with protocol (e.g. URLs without protocol (e.g. Email addresses (e.g. Phone numbers in international format (e.g. Phone numbers in country-specific local format (e.g. The configuration for country-specific local format of phone numbers is a bit complicated. You can specify only one format (because they may conflict). There are a few predefined formats but you can also specify your own. Custom formats: General format is The detection regex is used to detect the phone number in the text. Non-digits are automatically removed, then the trimming regex (optional) is applied by removing anything it matches (e.g. to remove leading zero) and the prefix is added (should be the international prefix such as Predefined formats:
Note: Due to limitations in the Amplenote plugin system, formatting cannot be retained, including other previously existing links! |
setting | Linkify URLs with protocol (true/false, default=true) |
setting | Linkify URLs without protocol (true/false, default=false) |
setting | Linkify email addresses (true/false, default=true) |
setting | Linkify international phone numbers (true/false, default=true) |
setting | Format to linkify local phone numbers (see plugin docs, default=<none>) |