Skip to content
This repository was archived by the owner on Sep 5, 2022. It is now read-only.

Commit 2989419

Browse files
authored
New header and mention creator
1 parent 49ac416 commit 2989419

File tree

1 file changed

+48
-17
lines changed

1 file changed

+48
-17
lines changed

README.md

+48-17
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,53 @@
1-
# HTMLHint
1+
<h1 align="center">
2+
<br>
3+
Atom HTMLHint
4+
<br>
5+
</h1>
26

3-
![](https://img.shields.io/apm/v/htmlhint.svg)
4-
![](https://img.shields.io/apm/dm/htmlhint.svg)
5-
![](https://img.shields.io/apm/l/htmlhint.svg)
7+
<h4 align="center">HTMLHint reports for your <a href="http://atom.io">Atom</a> editor.</h4>
68

7-
> [HTMLHint](https://github.com/yaniswang/HTMLHint) reports for your [Atom](http://atom.io) editor.
9+
<p align="center">
10+
<a href="https://travis-ci.org/htmlhint/atom-htmlhint">
11+
<img src="https://img.shields.io/travis/htmlhint/atom-htmlhint.svg" alt="Travis Build Status">
12+
</a>
13+
<a href="https://codecov.io/gh/htmlhint/atom-htmlhint">
14+
<img src="https://codecov.io/gh/htmlhint/atom-htmlhint/branch/master/graph/badge.svg" alt="Codecov">
15+
</a>
16+
<a href="https://www.npmjs.com/package/atom-htmlhint">
17+
<img src="https://img.shields.io/npm/dm/atom-htmlhint.svg" alt="NPM count">
18+
</a>
19+
<img src="https://badgen.net/badge/license/MIT/green" alt="MIT Licence" />
20+
<a href="https://discord.gg/nJ6J9CP">
21+
<img src="https://img.shields.io/badge/chat-on%20discord-7289da.svg" alt="Chat">
22+
</a>
23+
<a href="http://roadmap.htmlhint.io/roadmap">
24+
<img src="https://img.shields.io/badge/check-our%20roadmap-EE503E.svg" alt="Chat">
25+
</a>
26+
</p>
27+
28+
<p align="center">
29+
  <a href="#install">How To Use</a> • <a href="/CONTRIBUTING.md">Contributing</a> • <a href="http://roadmap.htmlhint.io/">Roadmap</a> • <a href="https://htmlhint.io">Website</a>
30+
</p>
831

932
![preview](https://cloud.githubusercontent.com/assets/145288/5823816/20bdc9e6-a0e0-11e4-8e27-db74a172aac1.png)
1033

11-
## Installation
34+
## Table of Contents
35+
36+
- **[Features](#features)**
37+
- **[Install](#install)**
38+
- **[Usage](#usage)**
39+
40+
## Features
41+
42+
* Validate on keymap
43+
* Validate on command
44+
* Validate on save *(toggle in settings)*
45+
* Validate on change *(toggle in settings)*
46+
* Option to hide the error panel if no errors were found *(toggle in settings)*
47+
* Option to use `fold mode` by default *(toggle in settings)*
48+
* Supports .htmlhintrc config files *(project located file will overwrite the global file)*
49+
50+
## Install
1251

1352
You can install this plugin via the Packages manager in Atom itself or manually through the terminal
1453

@@ -22,16 +61,8 @@ HTMLHint is by default validating on save (this can be changed in the package se
2261

2362
If you like you can even set it to validate while typing in the package settings.
2463

25-
## Features
26-
27-
* Validate on keymap
28-
* Validate on command
29-
* Validate on save *(toggle in settings)*
30-
* Validate on change *(toggle in settings)*
31-
* Option to hide the error panel if no errors were found *(toggle in settings)*
32-
* Option to use `fold mode` by default *(toggle in settings)*
33-
* Supports .htmlhintrc config files *(project located file will overwrite the global file)*
34-
3564
## License
3665

37-
[MIT](http://opensource.org/licenses/MIT) © tcarlsen
66+
Project initially created by [@tcarlsen](https://github.com/tcarlsen) and transferred to the [HTMLHint](https://github.com/htmlhint) organization.
67+
68+
[MIT License](./LICENSE)

0 commit comments

Comments
 (0)