@phoenix-plugin-registry/brackets-html-wrapper
v1.2.0
Published
Format <ul>, <ol>, <nav>, <select> and <tr> children tags with a single command. NOW with improved performance.
Downloads
1
Readme
Brackets HTML Wrapper
HTML Wrapper is a Brackets Extension that formats <ul>, <ol>, <nav>, <tr> and <select> children tags with a single command.
Live demo
Installation
Extension Manager
- Run Brackets
- Select _File > Extension Manager...
- Search for “HTML Wrapper” extension and click “Install” button
Manual instalation
- Under main menu select Help > Show Extensions Folder
- Git clone this repository inside the "user" folder
- Restart Brackets
How to use
- Select a clean list of itens separated by a carriage return
- Right click on the selection and click on the "HTML Wrapper" option
- Or use the shortcut CMD/CTRL+SHIFT+E
Changelog
###1.0.1
- Fixed indentation bug
###1.0.0
- Added advanced options
###0.1.3
- Added multiple tags support
###0.1.1
- Added suport for <tr>
###0.1.0
- Initial release