6

I am looking for a web-based WYSIWYG (or WYSIWYM) editor like TinyMCE or WMD Editor (used to write this question) that supports users to write mathematical formulas. I have looked at LaTeX a little bit but it has a learning curve and I am not sure if support for MathML is extensive. Ideally I would also like to avoid having to rewrite an editor and would rather just pick one off the shelf.

Would like to know if any of you have dealt with a similar situation and what solution you adopted/built.

aleemb
  • 31,265
  • 19
  • 98
  • 114
  • Question is similar to http://stackoverflow.com/questions/7433540/embeddable-wysiwyg-equation-editor – Malartre Nov 09 '12 at 05:36

5 Answers5

3

I was looking for something similar and came across this question. Then I was excited to find Mathquill, via the Wikipedia page on formula editors.

I've used a bunch of different formula editors, from MS Equation Editor to Google Docs' to LyX, and this is probably the most usable/fluid of all of them for simply banging out formulas. And it's web-based and GPL. This thing is much nicer than Google Docs' formula editor, at least.

Still leaves plenty of things to be desired, e.g. so far I've found: bolding, entering things like bra-kets, \hat, undo/redo history, mouse drag selection, etc. But I'm impressed by what's already in there. Anyway, it's just a few Javascript files, and on github.

Venryx
  • 15,624
  • 10
  • 70
  • 96
Yang
  • 16,037
  • 15
  • 100
  • 142
2

http://www.dessci.com/en/ has the software to do exactly what you want.

Roel
  • 19,338
  • 6
  • 61
  • 90
2

I used texvc in a project a while back (what wikipedea uses) and it was reasonable, but it isn't really WYSIWYG. On the other hand, I prefer that since in many cases it's easier to specify what you mean than draw it.

MarkusQ
  • 21,814
  • 3
  • 56
  • 68
1

see here DragMath

http://www.dragmath.bham.ac.uk/index.html

which is already used by Moodle and other sites.

And its Open Source

Bindas
  • 980
  • 2
  • 8
  • 22
  • All you have to do to make this work is convince the entire planet to install Java on their computers. – Dave Feb 07 '12 at 17:10
0

WIRIS would be another Javascript based visual math editor (commercial license required for some applications).

scotru
  • 2,563
  • 20
  • 37