Skip to content

anahubert/brackets-polisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Polish document removing spaces, tabs, and line breaks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published