circlejourney / theditor

An HTML and CSS editor for live previewing Toyhouse code as you type, with different layouts and themes.
https://th.circlejourney.net
13 stars 4 forks source link

Code formatter #4

Closed venfaaniik closed 1 year ago

venfaaniik commented 1 year ago

Once again got distracted by thinking about quality of life improvements instead of actually doing any actual html editing.

Added a QOL code formatter (https://github.com/beautify-web/js-beautify)

This is a fairly simple implementation and the options for both html_formatter and css_formatters are currently hard coded. There could be a possibility for the user to choose the formatting options themselves, but I feel like having just a simple option is fine. (The options were generated in (https://beautifier.io/))