2

ASP.NETサイトにプラグインして、ユーザーが関連付けられたMathMLを使用して数式を作成できるウィジェットを探しています。理想的には、これはTinyMCEのようなHTMLエディターに似ています。

過去に解決策がありましたが(WebベースのWYSIWYGエディターについてはMathML、LaTeXなどを参照)、私が見つけたものはすべて廃止されたようです。

無料のオープンソースが望ましいですが、予算やサードパーティのツールがあります。

4

2 に答える 2

1

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

于 2012-09-05T18:14:34.623 に答える
1

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.

于 2017-07-26T14:13:58.940 に答える