Skip to content

Releases: ruddfawcett/Notepad

macOS, iOS bump on CocoaPods

05 Apr 16:29
ab37752

Choose a tag to compare

Fix bold/italic overlapping issues

19 Nov 06:58

Choose a tag to compare

0.2.4

Bump podspec version

Fixes for CocoaPods

17 Nov 21:40

Choose a tag to compare

0.2.2

Bump CocoaPods version

0.2.1

19 Oct 02:21

Choose a tag to compare

Bump .podspec and try to fix documentation rendering

Custom regex, syntax support for links

18 Oct 03:17

Choose a tag to compare

This release adds support for URLs and images:

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):

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

Enjoy.

0.1.1

16 Oct 04:07

Choose a tag to compare

Updated .podspec

Initial release

15 Oct 21:33

Choose a tag to compare

Forgot how good it feels to :shipit: new code.