Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leny/atom-html-outliner

Check the outline of HTML file, using html 4 & html 5 specs.
https://github.com/leny/atom-html-outliner

Last synced: 2 days ago
JSON representation

Check the outline of HTML file, using html 4 & html 5 specs.

Awesome Lists containing this project

README

        

# atom-html-outliner

> Check the outline of HTML file, using `html 4` & `html 5` specs.

* * *

## Usage

The package installs the commands `html-outliner:show-outline`, which open a drawer panel with the two outlines of the HTML document.

### Notes

The `HTML5 Outline` outline is generated by the [h5o npm package](https://www.npmjs.com/package/h5o).

The `Headings Outline` outline is generated by the [easy-outliner npm package](https://www.npmjs.com/package/easy-outliner).

## Keybindings

With the success of Atom, it's really difficult to choose keybindings that will not enter in conflict whit anyone else's packages, so I let the keymap empty, allowing you to set your own keybindings.