Releases: le717/brackets-html-skeleton
HTML Skeleton v1.2.0
- 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
- Brackets' image preview is changed due to CSS conflict (#10)
HTML Skeleton v1.1.4
- Replace
transform
CSS properties (#8) - Removed duplicate value assignments
- Indent source HTML and CSS using two space soft tabs (per http://mdo.github.io/code-guide/#html-syntax and http://mdo.github.io/code-guide/#css-syntax)
- Indent source JavaScript using two space soft tabs (per https://github.com/styleguide/javascript)
- Update HTML elements per aforementioned style guide
- Changed inserted code indentation to two spaces (was four spaces)
- Removed keyboard shortcut
HTML Skeleton v1.1.3
- 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
- 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
- Fixed extension not even working (#3)
- Fix Brackets UI guidelines violations
HTML Skeleton v1.1.0
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
- Place your cursor in the location you want to insert the elements
- Open the dialog by pressing
<Ctrl + Shift + N>
or by going toFile > Insert HTML Elements
- Select the desired elements, and press Done
- Fill in all blank attributes as needed
News
- 1.1.0, 2/8/14 - Inspired by adobe/brackets#6707, HTML Skeleton has been completely rewritten
to support new HTML elements using a dialog box rather than a straight keyboard shortcut - 2/8/14 - HTML Skeleton was forked to support Bootstrap 3 support. Check it out at @mirorauhala/brackets-bootstrap-skeleton!
HTML Skeleton v0.7.4
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
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