HTML2Haml
Converts files, selection and clipboard content from HTML or ERB to HAML using html2haml.heroku.com API
Details
Installs
- Total 12K
- Win 3K
- Mac 6K
- Linux 2K
Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
HTML to Haml plugin for Sublime Text 3
Converts files, selection and clipboard content from HTML or ERB to HAML using http://html2haml.heroku.com API
Installation
Sublime Package Control
In the command Pallette choose Package Control: Install Package and select HTML2Haml
Git installation
Clone the repository in your Sublime Text “Packages” directory:
git clone https://github.com/pachkovsky/sublime-html-to-haml.git "HTML2Haml"
The “Packages” directory is located at:
OS X:
~/Library/Application Support/Sublime Text 3/Packages/
Linux:
~/.config/sublime-text-3/Packages/
Windows:
%APPDATA%/Sublime Text 3/Packages/
Usage
- Convert whole ERB or HTML file
Shift+Alt+F
- creates new file in the same folder using the same name as the source ending with '.html.haml'. - Convert selection
Shift+Alt+S
- replaces selection of HTML or ERB with HAML content. - Convert clipboard content
Shift+Alt+V
- inserts HAML of converted clipboard HTML or ERB content.
In Command Palette:
- HTML2Haml: Convert file
- HTML2Haml: Convert selection
- HTML2Haml: Convert clipboard content
Sublime Text 2
Follow the instruction from Sublime Text 2 branch