Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Embeddable WYSIWYG equation editor [closed]

do you know of a WYSIWYG equation editor, like DragMath, implemented in javascript/mathml or Flash?

I could embed DragMath as well, but I was wondering if there's a way to have a good WYSIWYG formula editor without requiring the users to run a Java applet.

Thanks!

like image 900
pesho Avatar asked Sep 15 '11 15:09

pesho


People also ask

How do I add MathType to CKEditor?

To install the MathType plugin, visit the official site of MathType for CKEditor and download the version appropriate for your server software. After downloading the archive, unpack the ckeditor_wiris directory into the plugins directory of your CKEditor 4 installation.

What is MathQuill?

MathQuill is a web formula editor designed to make typing math easy and beautiful. The MathQuill project is supported by its partners.

How do I create an HTML Wysiwyg editor?

Essentially the steps are: Download and install the editor JavaScript code. Create or edit a Web form that contains one or more textarea elements. Add a small chunk of JavaScript to convert the textarea element(s) into WYSIWYG editor(s)


1 Answers

Disclaimer: I'm working for Scolab on one of the editor listed below.

This list of MathML editors could help you: http://www.w3.org/Math/Software/mathml_software_cat_editors.html

I know these web-based editors and display engines:

  • FMath and MathMlEditor I met the guy maintaining this, he's great.
  • MathJax The author told me he wanted to build an editor in JavaScript. That would be awesome, but I don't know how far he is with it. He's capable.

Alfred's Equation Editor (AlfredEq) - This equation editor was developed by us for BuzzMath and is available for licencing.

  • Video of an integration of AlfredEq in BuzzMath's edition tools

Screenshot of the editor embedded in ShareMath.com:

AlfredEq embedded on a website

Please post your other findings!

like image 122
Malartre Avatar answered Oct 04 '22 02:10

Malartre