mathquill

Easily type math in your webapp

Github星跟踪图

MathQuill

by Han, Jeanine, and Mary (maintainers@mathquill.com)

MathQuill is a web formula editor designed to make typing math easy and beautiful.

The MathQuill project is supported by its partners. We hold ourselves to a compassionate Code of Conduct.

MathQuill is resuming active development and we're committed to getting things running smoothly. Find a dusty corner? Let us know in Slack. (Prefer IRC? We're #mathquill on Freenode.)

Getting Started

MathQuill has a simple interface. This brief example creates a MathQuill element and renders, then reads a given input:

var htmlElement = document.getElementById('some_id');
var config = {
  handlers: { edit: function(){ ... } },
  restrictMismatchedBrackets: true
};
var mathField = MQ.MathField(htmlElement, config);

mathField.latex('2^{\\frac{3}{2}}'); // Renders the given LaTeX in the MathQuill field
mathField.latex(); // => '2^{\\frac{3}{2}}'

Check out our Getting Started Guide for setup instructions and basic MathQuill usage.

Docs

Most documentation for MathQuill is located on ReadTheDocs.

Some older documentation still exists on the Wiki.

Open-Source License

The Source Code Form of MathQuill is subject to the terms of the Mozilla Public
License, v. 2.0: http://mozilla.org/MPL/2.0/

The quick-and-dirty is you can do whatever if modifications to MathQuill are in
public GitHub forks. (Other ways to publicize modifications are also fine, as
are private use modifications. See also: MPL 2.0 FAQ)

主要指标

概览
名称与所有者mathquill/mathquill
主编程语言TypeScript
编程语言Makefile (语言数: 7)
平台
许可证Mozilla Public License 2.0
所有者活动
创建于2010-04-07 04:48:45
推送于2025-06-02 21:51:47
最后一次提交2025-06-02 16:51:47
发布数8
最新版本名称v0.10.1 (发布于 )
第一版名称semver (发布于 )
用户参与
星数2.8k
关注者数88
派生数729
提交数4.3k
已启用问题?
问题数604
打开的问题数341
拉请求数258
打开的拉请求数55
关闭的拉请求数139
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?