A keyboard for MathJax Editor.
Include MathJax in your page, then include MathJax Editor Keyboard build file from dist/
, or install it through npm: npm install mathjax-editor-keyboard
.
<textarea id="myEditor"></textarea>
const editor = new MathJaxEditorKeyboard('#myEditor')
See the api on MathJax Editor documentation, as this editor simply extends it.
Tested on recent Chrome, Firefox and Internet Explorer 9 with babel-polyfill and flexibility.js.
License: MIT