Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

KarolGil's avatar

Visual math editor

Hi,

I am looking for a wysiwyg editor + visual editor for mathematics, apparently like http://www.wiris.com/en/mathtype, only with a license so that users can use it on the site. Can you recommend something?

I want a clickable editor.

0 likes
5 replies
rodrigo.pedra's avatar

One site I used to solving equations has an online editor:

https://www.fxsolver.com/edit/formula/

so I checked the source to see what they were using:

http://mathdox.org/formulaeditor/

It seems very old and is not updated since 2008 (according to the linked sourceforge site), but it works and is free.

===

EDIT Found this one:

http://www.imatheq.com/corpsite/index.html

Seems more modern, but requires a subscription. Seems you can add to a website as long you have the correct license

KarolGil's avatar

@tisuchi I was also looking for a plugin from LaTeX, but I haven't found anything that would suit me.

rodrigo.pedra's avatar
Level 56

As the documentation says it manipulates a <textarea> I guess so. Just add a name attribute and a standard <form> would send it without a problem.

If you are fine with user inputting LaTeX syntax directly them you have more options. Check this wikipedia comparison table for many editors:

https://en.wikipedia.org/wiki/Formula_editor

There's a column for platform (check for web) and also a column for open source. Note that not being open source does not mean it is not free, although it is likely that most non-opensource options there are paid/licensed.

Please or to participate in this conversation.