Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luisleao/mditor
A mobile webapp markdown editor
https://github.com/luisleao/mditor
Last synced: about 1 month ago
JSON representation
A mobile webapp markdown editor
- Host: GitHub
- URL: https://github.com/luisleao/mditor
- Owner: luisleao
- Created: 2012-08-31T14:36:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-26T05:17:41.000Z (over 12 years ago)
- Last Synced: 2024-10-26T04:35:48.538Z (3 months ago)
- Language: JavaScript
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#mditor
mditor is a simple and straightforward online markdown editor, focusing on tablet computers.
Its focus is to make easy to create and edit information based on [markdown](http://en.wikipedia.org/wiki/Markdown) templating.
It has an "auto saving" feature, persisting locally all information (using [`localStorage`](http://www.w3.org/TR/webstorage/)), this way, if you run out of battery or need to change the application on your tablet, you won't lose what you've already done.
And it also works offline, so you don't need to have an internet connection to use it, creating a "look and feel" experience of a local application. This feature uses [`appCache`](http://www.w3.org/TR/offline-webapps/).
For the markdown preview, it uses [`marked`](https://github.com/chjj/marked), a markdown parser in JavaScript.
[Access the webapp](http://danielfilho.github.com/mditor)
## Features:
* It works offline (appCache)
* Store multiple files also offline (localStorage)
* Control the text size
* Amazing features to come (check the "Issues" for complete backlog)[MIT License](http://daniel.mit-license.org/)