Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uhyo/tex-unicode
unc
https://github.com/uhyo/tex-unicode
Last synced: about 1 month ago
JSON representation
unc
- Host: GitHub
- URL: https://github.com/uhyo/tex-unicode
- Owner: uhyo
- License: mit
- Created: 2017-07-07T13:53:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T03:53:43.000Z (almost 6 years ago)
- Last Synced: 2024-08-01T17:39:44.643Z (3 months ago)
- Language: TypeScript
- Homepage: http://uhyohyo.net/tex-unicode/
- Size: 207 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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]()