This is a Chrome Extension which converts TeX-like strings in text areas to corresponding Unicode symbols as much as possible.
- Real-time: it watches all modifications to textareas and performs the conversion whenever a convertible TeX-like command appears.
The following gulp tasks are useful:
- default: compile the TypeScript source codes, lint them and bundle them into a single JavaScript file.
- watch: watch the source codes.
These tasks minimise the result when the NODE_ENV environment variable is set to production.
The following npm script is also useful:
- package: pack generated files and other items into
chrome-extension/appdirectory and zip it intochrome-extension/app.zip. This directory should be able to be loaded into Chrome.
Be the first contributor!
MIT © uhyo