eyecool / Brackets-HTML-Templates

Brackets extension that provides basic HTML templates of various doctypes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brackets HTML templates extension

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 a 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.

To install this extension: In Brackets, under "Help" select "Show Extensions Folder". Place extension folder with files inside the "user" folder.

Older versions of Brackets this choice might be under "Debug" or might not exist at all.

Or just use the Extension Manager within Brackets.

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.

Known issues

This will overwrite the contents of the current file if any exists.

About

Brackets extension that provides basic HTML templates of various doctypes.