WYSIWYG math editor

844 阅读1分钟
原文链接: coding.net

mathEditor

Build Status
Build Status

Build Status

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

  1. Create node_modules foler under WebContent;
  2. Copy intern source under node_modules;
  3. Folder structure is WebContent --> node_modules --> intern --> intern sources

Build

  1. open the console;
  2. cd to root folder that has a Gruntfile.js;
  3. type grunt, then press enter;
  4. then the source out put to the build folder

Running via the browser

  1. Open a browser to http://localhost:8080/mathEditor/node_modules/intern/client.html?config=tests/intern;
  2. View the browser or console.