Download Latest Version macOS, iOS bump on CocoaPods source code.zip (269.7 kB)
Email in envelope

Get an email when there's a new version of Notepad

Home / 0.2.0
Name Modified Size InfoDownloads / Week
Parent folder
Custom regex, syntax support for links source code.tar.gz 2016-10-18 235.1 kB
Custom regex, syntax support for links source code.zip 2016-10-18 247.0 kB
README.md 2016-10-18 457 Bytes
Totals: 3 Items   482.6 kB 0

This release adds support for URLs and images:

:::markdown
A url: [url](http://url.com), and an image: ![image description](http://image.com/image.png)

This release also adds the ability to write custom regex highlighting rules for your theme. For example, you can add one that highlights Twitter handles (and obviously much more):

:::json
"handle": {
    "regex": "[@@][a-zA-Z0-9_]{1,20}",
    "color": "#78ddd5"
}

Enjoy.

Source: README.md, updated 2016-10-18