Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Releases: le717/brackets-html-skeleton

HTML Skeleton v1.2.0

30 Jun 03:29
Compare
Choose a tag to compare
  • Updated minimum Brackets version to Sprint 37
  • Use user indentation settings via new Preferences System from Sprint 37
  • Add toolbar icon, design finalized by @rioforce
  • Allow user to browse for image, preview that image, and use the path to the image and the image width and height in code snippet
    Supports all formats classified as images by Brackets core plus beta support for SVG images
  • Various code improvements and cleanup

HTML Skeleton v1.1.5

02 Apr 15:05
Compare
Choose a tag to compare
  • Brackets' image preview is changed due to CSS conflict (#10)

HTML Skeleton v1.1.4

24 Mar 17:46
Compare
Choose a tag to compare

HTML Skeleton v1.1.3

22 Feb 18:55
Compare
Choose a tag to compare
  • Added internationalization support and German translation (#7 by @mikeboy91)
  • Use Bracket's image viewer to display logo
  • Adjust placement of dialog elements
  • Use regex to substitute image dimensions in template string

HTML Skeleton v1.1.2

19 Feb 00:45
Compare
Choose a tag to compare
  • Fixed improper placement of external stylesheet when combined with "Head and body w/title & meta" option (#4)
  • Added Cancel button to dialog
  • Fixed incorrect HTML tags and attributes

HTML Skeleton v1.1.1

10 Feb 22:09
Compare
Choose a tag to compare
  • Fixed extension not even working (#3)
  • Fix Brackets UI guidelines violations

HTML Skeleton v1.1.0

09 Feb 02:21
Compare
Choose a tag to compare

A Brackets extension that allows you to add various HTML elements straight into your document, freeing you from typing it yourself.

Installation

Method 1: Open the Brackets Extension Manager and search for "skeleton"

Method 2: Download directly from GitHub using either the latest revision or tagged release and install the contents to extensions/user/le717.html-skeleton folder

Usage

  1. Place your cursor in the location you want to insert the elements
  2. Open the dialog by pressing <Ctrl + Shift + N> or by going to File > Insert HTML Elements
  3. Select the desired elements, and press Done
  4. Fill in all blank attributes as needed

HTML Skeleton screenshot

News

HTML Skeleton v0.7.4

01 Feb 02:52
Compare
Choose a tag to compare

Installation

Method 1: Open the Brackets Extension Manager and search for "skeleton"

Method 2: Download directly from GitHub using either the latest revision or tagged release and install the contents to extensions/user/le717.html-skeleton folder

Changes

  • Fixed pre-filled <html lang=""> value.

HTML Skeleton v0.7.3

26 Jan 04:07
Compare
Choose a tag to compare

Installation

Method 1: Open the Brackets Extension Manager and search for "skeleton"

Method 2: Download directly from GitHub using either the latest revision or tagged release and install the contents to extensions/user/le717.html-skeleton folder