Skip to content

kedyou/mathquill

This branch is 58 commits ahead of, 822 commits behind mathquill/mathquill:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 15, 2020
Aug 15, 2017
Oct 13, 2020
Sep 15, 2020
Feb 8, 2017
Jun 23, 2016
Dec 19, 2012
Jun 23, 2016
Aug 15, 2017
Jun 21, 2016
May 19, 2020
Feb 8, 2019
Sep 26, 2020
Feb 8, 2017
Oct 13, 2020
Oct 6, 2020

Repository files navigation

by Han, Jeanine, and Mary ([email protected]) slackin.mathquill.com

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

homepage demo

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)

About

Easily type math in your webapp

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.9%
  • HTML 8.0%
  • Less 3.7%
  • Makefile 1.2%
  • Other 1.2%