-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Mathjax backlog
We collect potential features. This is not a discussion area but a presentation area for review. Each feature should be accompanied by a short description outlining its purpose and functionality (possibly a user story).
Authors and Readers want to use the MathJax user interface in their native language. MathJax currently uses a number of English language strings in its UI, namely the MathJax Menu and the various messages (processing, error etc). To support global use of MathJax, a full localization of the UI allows MathJax users to flexibly decide on the locale and allows translators to contribute easily and efficiently.
Developers want to use MathJax outside the DOM for testing. MathJax depends on the DOM and parts of its functionality do not make sense outside of it. We want to enable MathJax outside the DOM to the extent possible and provide APIs for servers-side javascript implementations.