This repository has been archived by the owner on May 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Triangle717
committed
Apr 1, 2015
1 parent
65d5df1
commit 3b19fcf
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
# HTML Skeleton [![Build Status](https://travis-ci.org/le717/brackets-html-skeleton.svg)](https://travis-ci.org/le717/brackets-html-skeleton) # | ||
|
||
A [Brackets](http://brackets.io) extension that allows you to add various HTML elements straight into your document, freeing you from typing it yourself. | ||
A [Brackets](http://brackets.io) extension that allows you to insert a variety of HTML elements into your document with ease. | ||
|
||
# Installation # | ||
Method 1: Open the Brackets Extension Manager and search for "skeleton" | ||
|
||
Method 2: Download a `.zip` directly from GitHub using either the [latest revision](https://github.com/le717/brackets-html-skeleton/archive/master.zip) or [tagged release](https://github.com/le717/brackets-html-skeleton/releases) and drag it onto the "Drag .zip here" area in the Extension Manager | ||
Method 2: Download a `.zip` directly from GitHub using either the [latest revision](https://github.com/le717/brackets-html-skeleton/archive/master.zip) or [tagged release](https://github.com/le717/brackets-html-skeleton/releases) and drag it onto the "Drag .zip here" area in the Extension Manager. | ||
|
||
# Usage # | ||
1. Place your cursor in the location you want to insert the elements | ||
2. Open the dialog by going to `Edit > Insert HTML Elements` | ||
3. Select the desired elements, and press Done | ||
4. Fill in all blank attributes as needed | ||
|
||
![HTML Skeleton screenshot](img/HTML-Skeleton.png) | ||
![HTML Skeleton dialog screenshot](img/HTML-Skeleton.png) | ||
|
||
# News # | ||
See [NEWS.md](NEWS.md) for all changes. | ||
|
||
# License # | ||
[The MIT License](LICENSE.md) | ||
[MIT License](LICENSE.md) | ||
|
||
Created 2014 [Triangle717](http://le717.github.io) | ||
Created 2014-2015 [Triangle717](http://le717.github.io) | ||
|
||
Logo created by [**@rioforce**](https://github.com/rioforce) ([http://rioforce.wordpress.com](http://rioforce.WordPress.com)). |