ckeditor / ckeditor5-hackathon

CKEditor 5 Hackathon
Other
12 stars 4 forks source link

Markdown editor #4

Open szymonkups opened 8 years ago

szymonkups commented 8 years ago

Idea is to create a simple markdown editor with headers, bold and italic. It should add corresponding styles to markdown text, similar to https://stackedit.io/editor

szymonkups commented 8 years ago

I've created initial implementation: https://github.com/ckeditor/ckeditor5-hackathon/tree/markdown-editor.

Screencasts: https://twitter.com/szymonkups/status/739828009834819584 https://twitter.com/szymonkups/status/740188518215995392

There are uncovered cases like applying/toggling styles/headers on non-collapsed selection, code is a little mess and needs refactoring. Still, It's a hackathon :smile: