Javascript 可嵌入的 WYSIWYG 方程编辑器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/7433540/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Embeddable WYSIWYG equation editor
提问by pesho
do you know of a WYSIWYG equation editor, like DragMath, implemented in javascript/mathml or Flash?
你知道一个 WYSIWYG 方程编辑器,比如 DragMath,是用 javascript/mathml 或 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.
我也可以嵌入 DragMath,但我想知道是否有一种方法可以拥有一个好的 WYSIWYG 公式编辑器,而无需用户运行 Java 小程序。
Thanks!
谢谢!
回答by Malartre
Disclaimer: I'm working for Scolabon one of the editor listed below.
免责声明:我正在为Scolab使用下面列出的编辑器之一。
This list of MathML editors could help you: http://www.w3.org/Math/Software/mathml_software_cat_editors.html
此 MathML 编辑器列表可以帮助您:http: //www.w3.org/Math/Software/mathml_software_cat_editors.html
I know these web-based editors and display engines:
我知道这些基于 Web 的编辑器和显示引擎:
- FMathand MathMlEditorI met the guy maintaining this, he's great.
- MathJaxThe 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.
- FMath和MathMlEditor我遇到了维护这个的人,他很棒。
- MathJax作者告诉我他想用 JavaScript 构建一个编辑器。那会很棒,但我不知道他能做到多远。他有能力。
Alfred's Equation Editor (AlfredEq)- This equation editor was developed by us for BuzzMathand is available for licencing.
Alfred 的方程编辑器 (AlfredEq)- 该方程编辑器由我们为BuzzMath开发,可用于许可。
Screenshot of the editor embedded in ShareMath.com:
ShareMath.com 中嵌入的编辑器的屏幕截图:
Please post your other findings!
请发布您的其他发现!
回答by gsagrawal
MathQuillis a very good and modern opensource library – it's WYSIWYG but it uses keyboard extensively and if you know LaTeX commands, you can use them too. It's the library used by Symbolab.
MathQuill是一个非常好的现代开源库——它是所见即所得,但它广泛使用键盘,如果你知道 LaTeX 命令,你也可以使用它们。它是 Symbolab 使用的库。
Or you try the equation editor called jqmath. It's very fast and easy to use, even though it isn't exactly WYSIWYG.
或者您尝试使用名为jqmath的方程编辑器。它非常快速且易于使用,即使它并不完全是所见即所得。
回答by Tony
http://mathdox.org/formulaeditor/
http://mathdox.org/formulaeditor/
this is what I am considering using
这是我正在考虑使用的