Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nicojs/mediummark-editor

A text editor in the browser which let you easily switch between markdown and the medium WYSIWYG editor
https://github.com/nicojs/mediummark-editor

Last synced: 29 days ago
JSON representation

A text editor in the browser which let you easily switch between markdown and the medium WYSIWYG editor

Awesome Lists containing this project

README

        

Mediummark-editor
=============

*This is a prove of concept*

Combines the Medium [WYSIWYG](https://en.wikipedia.org/wiki/WYSIWYG)
editor with a simple markdown editor using the strict [commonmark](http://github.com/jgm/commonmark) markdown specification.

Build
----
A *very* simple build process using npm:
```bash
npm start
```

Now open your browser and point to http://localhost:3000