Skip to content

uhyo/tex-unicode

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
js
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

tex-unicode

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.

Development

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/app directory and zip it into chrome-extension/app.zip. This directory should be able to be loaded into Chrome.

Contributors

Be the first contributor!

License

MIT © uhyo

Releases

No releases published

Packages

No packages published