Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/leny/atom-html-outliner
- Owner: leny
- License: mit
- Created: 2016-08-28T22:54:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T20:55:09.000Z (over 8 years ago)
- Last Synced: 2024-12-29T08:42:57.096Z (about 2 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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.