markdown - Lemoncode/LeanMood GitHub Wiki
Rich edit features (markdown based)
Intro
We need to cover the following scenarios:
Pure markdown:
- Display standard markdown text.
- Provide a dual window: Edit + Viewer.
- [Not in MVP] Provide custom widgets (e.g. display a meter indicating scores).
Standard javascript
Backend Server side:
- Upload an image and display it (mix markdown and uploading resource server side).
- Upload an excercise and let the user download it.
POCS
** Markdown**
We are going to use a react library based on markdown-it: markdown-react-js (https://github.com/alexkuz/markdown-react-js)
- 00 Read only mark down.
- 01 Two views (edit mode / preview).
- 03 Toolbar view.