开发者

MathML equation editor widget for ASP.NET site

开发者 https://www.devze.com 2023-01-07 03:11 出处:网络
I am looking for a widget that I can plug in to my ASP.NET site that will allow users to create math formulas with their associated MathML. Ideally this would be similar to an HTML editor like TinyMCE

I am looking for a widget that I can plug in to my ASP.NET site that will allow users to create math formulas with their associated MathML. Ideally this would be similar to an HTML editor like TinyMCE.

There have been solutions in the past (see MathML, Latex or similar for web-based WYSIWYG editor), but everything I find seems to have been discontinued.

Free and open source is preferred but we do have a budget or 3rd par开发者_StackOverflowty tools.


There are tools which use a derivative of ASCIIMathML.js, but most encapsulate the editor widget inside a larger framework or content management system:

  • FMath+TinyMCE
  • Math/Graph+TinyMCE
  • Moodle
  • ASciencePad
  • MathJax
  • AlfredEq+MathJax


I have developed custom plugin solution for TinyMCE 4.

It uses MathJax to render the font, free and has MIT license.

Here is the link: https://github.com/Axel186/mathsymbols-tinymce-plugin

Take a look at my other plugins, you may be interested to generate some charts or graphs by using math functions.

0

精彩评论

暂无评论...
验证码 换一张
取 消