Mario Zigliotto
Mario Zigliotto

Reputation: 9025

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 there 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?

Upvotes: 1

Views: 713

Answers (1)

rowanu
rowanu

Reputation: 1722

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.

Upvotes: 1

Related Questions