An open API service indexing awesome lists of open source software.

https://github.com/nova-ruby/htmlbeautifier

Support for HTML Beautifier in Nova Editor
https://github.com/nova-ruby/htmlbeautifier

erb-template nova ruby-on-rails

Last synced: 7 days ago
JSON representation

Support for HTML Beautifier in Nova Editor

Awesome Lists containing this project

README

          




HTML Beautifier for Nova

A normaliser/beautifier for HTML that also understands embedded Ruby. Ideal for tidying up Rails templates. Learn more on the [HTML Beautifier](https://github.com/threedaymonk/htmlbeautifier) GitHub page.

## Requirements

The extension requires [HTML Beautifier](https://github.com/threedaymonk/htmlbeautifier) to be installed on your Mac and globally available:

```
$ gem install htmlbeautifier
```

## Usage

By default HTML Beautifier will format your `.erb` files on save. You can disable this behavior from the extension or workspace settings.

You can also manually format the code with the `Format Document` command of the editor.