A Google Chrome plugin allowing WYSIWYG equation editing via MathQuill within Google Docs.
Created because my friends and I needed something fast to type equations in that was also easy for assignment/exam markers to grade.
- Install Node.js.
- Clone this repository using Git.
- Execute
npm installto install the dependencies in package.json. - Execute
npm run devto bundle the development build (output to thebuildfolder). - Execute
npm run prodto bundle the production build (output to thedistfolder).
- Open Google Chrome.
- Navigate to chrome://extensions.
- Turn on developer mode by clicking the toggle button in the top right corner.
- Click on "Load unpacked".
- Navigate to and select either the
buildordistfolder you created earlier. - Go to the extensions toolbar and click on the blue icon with an integral on it (the SimplyMath logo) and begin using the extension for all your browser based math equation needs.
