Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nicojs/mediummark-editor
- Owner: nicojs
- Created: 2016-02-11T18:25:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T13:53:19.000Z (over 8 years ago)
- Last Synced: 2024-04-14T06:39:11.968Z (7 months ago)
- Language: JavaScript
- Size: 101 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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