mathEditor
It's a WYSIWYG math editor. If you can read, then you can write.
wish
In the shortest time to learn the most knowledge.
demo
Math editor live demo. If you want more how to use help, please read help doc
Testing
mathEditor use Intern as its test runner.
Setting up
- Create node_modules foler under WebContent;
- Copy intern source under node_modules;
- Folder structure is WebContent --> node_modules --> intern --> intern sources
Build
- open the console;
- cd to root folder that has a
Gruntfile.js; - type
grunt, then press enter; - then the source out put to the
buildfolder
Running via the browser
- Open a browser to
http://localhost:8080/mathEditor/node_modules/intern/client.html?config=tests/intern; - View the browser or console.