An open API service indexing awesome lists of open source software.

https://github.com/codeigniterpower/markdown.note

Markdown Note - Another simple single-page, server-less Markdown editor in JavaScript & Hypertext
https://github.com/codeigniterpower/markdown.note

Last synced: 3 months ago
JSON representation

Markdown Note - Another simple single-page, server-less Markdown editor in JavaScript & Hypertext

Awesome Lists containing this project

README

          

# Markdown Note

Another simple single-page, server-less Markdown editor in JavaScript & Hypertext.

## Live Demo

Try Markdown Note running
on GitHub Pages [`writekit.github.io/markdown.note/note.html`](http://writekit.github.io/markdown.note/note.html).

## How to Use

### Step 1: Get a copy of the repo

Option 1) Use `git clone`

~~~
$ git clone https://github.com/writekit/markdown.note.git
~~~

or

Option 2) Use zip archive

Download a copy of the zip archive and unzip it.

Note: Look for the "Download ZIP" button on this page on the right side at the bottom of the "<> Code" tab.
If you can't find the "Download ZIP" button, use the [`markdown.note/archive/gh-pages.zip`](https://github.com/writekit/markdown.note/archive/gh-pages.zip) link.

### Step 2: Open the `note.html` page in your web browser

That's it. Enjoy.

## License

The `markdown-note` scripts are dedicated to the public domain.
Use it as you please with no restrictions whatsoever.

## Questions? Comments?

Send them along to the [Markdown Mailing List](http://six.pairlist.net/mailman/listinfo/markdown-discuss).
Thanks!