Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aslakhellesoy/wysiwyg-markdown

Proof of concept for a bidirectional Markdown-WYSIWYG editor
https://github.com/aslakhellesoy/wysiwyg-markdown

Last synced: about 2 months ago
JSON representation

Proof of concept for a bidirectional Markdown-WYSIWYG editor

Awesome Lists containing this project

README

        

## Run the demo

```
bower install
python -m SimpleHTTPServer
open http://localhost:8000/
```

Links:

* http://quilljs.com/
* https://github.com/yoavram/markx
* http://mashable.com/2013/06/24/markdown-tools/
* http://imperavi.com/redactor/
* http://daviferreira.github.io/medium-editor/

## Content Editable

See https://developer.mozilla.org/en/docs/Rich-Text_Editing_in_Mozilla

The commands that are relevant to Markdown are:

* bold
* formatBlock (maybe)
* heading
* indent
* insertBrOnReturn
* insertHorizontalRule
* insertHTML (maybe)
* insertImage
* insertOrderedList
* insertUnorderedList
* insertParagraph
* insertText
* italic
* outdent
* strikeThrough (exists in GFM)