1.0.0 • Published 3 years ago

@phoenix-plugin-registry/brackets-polisher v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Brackets Polish-up! extension

anahubert.brackets-polisher

Click on the drop-down menu to polish up the text. It will polish document removing spaces, tabs, and line breaks. It solves the problem with raw HTML data formatting when pasting to the javascript variable.

  • Select any text in the editor.
  • Right-click and select 'Polish-up!' in the drop-down menu.
  • Click on the "polish" side-bar icon in the right corner.
  • Use the key short-cut biding
{
  key: 'Ctrl-Shift-F',
  platform: 'win'
},
  key: 'Ctrl-Alt-F',
  platform: 'win'},
{
  key: 'Cmd-Shift-F',
  platform: 'mac'
},
{
  key: 'Ctrl-Alt-F'
}

Brackets text polisher extension screenshot

Brackets text polisher extension Video