Skip to content

anahubert/brackets-polisher

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published