I'm writing a web app (Rails 3) that is supposed to be some sort of learning portal where you have lessons, test's, ext… Now for a lesson body I wan't to give admin an option to use some rich text editor and what's more it should have some features to edit formulas as we web-site will be all about math.

During my lifetime I've used tinyMCE (as editor), mathJax (as formula interpreter). And I'm thinking maybe it will be nice to store data in markDown and generate html on resource request instead of allowing only certain html tags.

Can this all be solved with gems? or will it be wise to add tinyMCE the hard way (without gem support) and add MathJax plugin to it? What else can you suggest?

link|improve this question

have you solved this problem? I've been looking for a couple hours for a RTE that supports math symbols. Best I've found is TinyMCE with fMath plugin. I didn't try to implement it because I don't really like its UI and am hoping for something better... – theButler Apr 13 at 8:55
@theButler yeah, the best I've found was tiny mce. But also I think that the best solution is to store that data in Markdown and render in each time you show it. So for now I'm using markdown field + preview. (like here on stack overflow) – Uko Apr 13 at 12:02
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.