@phoenix-plugin-registry/brackets-html-wrapper

Format <ul>, <ol>, <nav>, <select> and <tr> children tags with a single command. NOW with improved performance.

Usage no npm install needed!

<script type="module">
  import phoenixPluginRegistryBracketsHtmlWrapper from 'https://cdn.skypack.dev/@phoenix-plugin-registry/brackets-html-wrapper';
</script>

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

Access the live demo here.

html-wrapper demo

Installation

Extension Manager

  1. Run Brackets
  2. Select _File > Extension Manager...
  3. Search for “HTML Wrapper” extension and click “Install” button

Manual instalation

  1. Under main menu select Help > Show Extensions Folder
  2. Git clone this repository inside the "user" folder
  3. Restart Brackets

How to use

  1. Select a clean list of itens separated by a carriage return
  2. Right click on the selection and click on the "HTML Wrapper" option
  3. 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