Are there any markdown editors that integrate with rails (eg in a gem) and offer live preview?
Asked
Active
Viewed 1.1k times
2 Answers
9
Checkout markdown.js and showdown. You could rig them up to parse whatever the markdown input is whenever certain events fire (i.e. a user releasing a key when typing in the markdown textarea). I'm not aware of any other embeddable markdown editors with live previews, but it seems it would be easy enough to make one with one of these libraries.

Chris Schmitz
- 8,097
- 6
- 31
- 41
-
Nice, haven't seen that one before. Looks pretty cool! – Chris Schmitz May 04 '12 at 13:41
-
@Dawid, the problem with epiceditor is that it's really hard to integrate with asset pipeline – stfcodes Jun 30 '13 at 20:25
-
EpicEditor's new url - https://github.com/OscarGodson/EpicEditor – Sharvy Ahmed Feb 10 '17 at 11:40