This is a Fork of Alchemize by AshKyd
A simple code editor that helps you quickly to minimize, pretty print, and inspect HTML, CSS, JSON, JavaScript, and XML.
Minify your source code to reduce file size and increase the loading speed
or beautify it into a human-readable format
(easier to understand and maintain).
- Decompressing / beautifying / pretty-printing HTML, CSS, JavaScript, JSON, and XML.
- Minifying / uglifying / compressing HTML, CSS, JavaScript, JSON, and XML.
- Syntax highlighting for over 80 languages
- Code reference information
- Auto-completion of code
Try the editor out on sekedus.github.io/anglo/
- Git
>=2.3.6.1
- Node.js
>=18.12.1
- ImageMagick
>=7.1.0.16
git clone https://github.com/sekedus/anglo
or check out the repo.cd anglo
navigate to the new directorynpm install
the dependencies.npm run start
will build into the dist/ folder and launch a server- Open your favourite browser and type
localhost:8000
Differences from Alchemize
- Ace --> Monaco Editor
- jQuery --> Vanilla JS
- Bootstrap 3 without jQuery
IMPORTANT: The Monaco editor is not
supported in mobile browsers or mobile web frameworks. #246
Please feel free to report bugs & feature requests on the GitHub issue tracker. Pull requests are welcome indeed.