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
- Host: GitHub
- URL: https://github.com/codeigniterpower/markdown.note
- Owner: codeigniterpower
- Created: 2018-04-12T19:27:42.000Z (almost 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-08-29T13:36:32.000Z (over 11 years ago)
- Last Synced: 2025-03-02T10:14:06.936Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!