Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

rsgranne/Brackets-HTML-Templates-Updated

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 24 commits ahead of talmand:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
nls
 
 
 
 
 
 
 
 
 
 

Brackets HTML Templates extension, updated

Brackets extension that will insert a chosen HTML template into the current file. Currently this will overwrite the current content of the file so it should be used on new, empty files. If there is content, a small warning is displayed.

Templates are based on generic HTML for specific doctypes or example HTML file for frameworks. The HTML for the frameworks is based on whatever example file is provided with the download of that framework. Some adjustment will likely be needed for new projects, such as file/folder locations and whatnot.

Usage

Create a new file. Select "HTML Templates" under the Edit Menu. A modal will appear presenting different HTML template options. Choosing one will insert that HTML into the current file.

Source, updates, & changes

Forked from Travis Almand’s Brackets HTML Templates extension, updated, & extended. Broadly, these are the changes that I’ve made:

  • HTML5 template updated
  • Bootstrap 3 template updated to current version (3.3.7), with full CDN support
  • Bootstrap 4 template added, with full CDN support
  • Foundation 6 template added (6.4.3)
  • Skeleton template updated to current version (2.0.4)1
  • HTML5 Boilerplate template updated to current version (6.0.1)
  • Materialize template updated to current version (0.100.2)

Warning

As stated above, this extension will overwrite the contents of the current file if any exists.

Notes

1. The original Skeleton is a dead project; it has been forked & that project is actively being developed. Check out the website, GitHub, or a sample template.

About

Brackets extension that provides basic HTML templates of various doctypes.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 60.4%
  • JavaScript 39.6%