@phoenix-plugin-registry/brackets-html-boilerplate
v1.0.6
Published
This is an extension which allows you to insert an HTML template, similar to Sublime. Type 'html' and hit the 'Tab' key or use 'Cmd(⌘) + ]' keys for MAC users
Downloads
2
Readme
Welcome to the HTML Boilerplate an extension for the Brackets
HTML Boilerplate
This is an extension for the Brackets text editor which allows you to insert an HTML template, similar to Sublime. Check the extension at Brackets Extension Registry.
Example of template
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
How to Install
Git Clone
- Under main menu select Help > Show Extensions Folder
- Git clone this repository inside the folder user
Extension Manager
- Under main menu select File > Extension Manager...
- Search for "HTML Boilerplate"
- Click "Install"
How to use
- Type 'html' and hit the 'Tab' key, for MAC users use "Cmd (⌘) + ]" keys, or
- Go to the menu Edit -> HTML Boilerplate, or
- Use Toolbar button, or
- Through Context Menu in the edit field area choose "HTML Boilerplate"