Notepad Versions Save

[iOS] A fully themeable markdown editor with live syntax highlighting.

0.3.0

5 years ago

Version 0.3.0.

0.2.4

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

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

7 years ago

0.1.0

7 years ago

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