- 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
- Added internationalization support and German translation (#7, pull request by @mikeboy91)
- Use Bracket's image viewer to display logo
- Adjust placement of dialog elements
- Use regex to substitute image dimensions in template string
- 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
- Fix extension not even working (#3)
- Fix Brackets UI guideline violations
- 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
- HTML Skeleton was forked to support Bootstrap 3. Check it out at @mirorauhala/brackets-bootstrap-skeleton!
- Fixed pre-filled
<html lang="">
value
- Initial release