ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

HTML2​Haml

by pachkovsky ALL

Converts files, selection and clipboard content from HTML or ERB to HAML using html2haml.heroku.com API

Details

  • 2016.10.03.11.57.26
    2013.07.13.11.00.03
  • github.​com
  • github.​com
  • 8 years ago
  • 2 hours ago
  • 12 years ago

Installs

  • Total 12K
  • Win 3K
  • Mac 6K
  • Linux 2K
Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20
Windows 0 0 0 0 0 1 0 0 0 0 0 0 1 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
Mac 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0
Linux 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 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