commit | 592a5c3a4942a2728880e3281eaa6bf95b4064f6 | [log] [tgz] |
---|---|---|
author | Alex Finkel <alex@finkel.net> | Fri Sep 15 20:47:23 2017 +1000 |
committer | Eoghan McIlwaine <eoghan.mcilwaine@learnosity.com> | Fri Sep 15 11:47:23 2017 +0100 |
tree | 2fb6bf009c945e061dfab8035b1f70858be56975 | |
parent | fb4e7e2e84432f539ccd5d10ff37d94f9fb61e8e [diff] |
Support for 'leftRightIntoCmdGoes' config in the matrix element (#59) * Add direction-sensitive implementation of leftRightIntoCmdGoes for matrix. This lets the user cross over the top or bottom of the matrix naturally without getting caught inside it, using the same config option as for fractions.
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.)
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.
Most documentation for MathQuill is located on ReadTheDocs.
Some older documentation still exists on the Wiki.
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)