Integrate a better markdown editor
Closed
Integrate a better markdown editor
Created by: fixe
It would be nice to have a markdown editor with preview.
Created by: mcfedr
For a more general approach - https://github.com/ajaxorg/ace/ is the editor used on github that supports highlighted editing of a fair few languages. its MPL so safe to use.
By Administrator on 2012-08-16T14:34:27 (imported from GitLab project)
Created by: mcfedr
I have recently integrated it myself, it was very simple - look at https://github.com/ajaxorg/ace-builds/ for the rebuilt versions, its just a case of calling a javascript function and passing a div containing the plain text.
By Administrator on 2012-08-16T20:00:32 (imported from GitLab project)
Created by: maphew
Here's another one to consider: https://github.com/bergie/hallo has real time bidirectional markdown and "preview" editing, demo here: http://hallojs.org/demo/markdown/
By Administrator on 2013-03-10T07:57:08 (imported from GitLab project)
Created by: dosire
By Administrator on 2013-03-27T08:54:42 (imported from GitLab project)