Toolbar Implementation for redcarpet (Markdown interpreter)
I am looking to use the Redcarpet gem (https://github.com/tanoku/redcarpet) in an app of mine.
Is t开发者_Go百科here some kind of toolbar add in that i can use to give users a toolbar with "stack-like" options (bold, italics, etc, etc) on textareas?
Redcarpet is just Markdown. There are a few web-based Markdown editors out there, but my favorite is markItUp! since it's nice and light-weight. It's a jQuery-based editor for all kinds of markup/down/html/etc.
精彩评论