Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airtonix/sublime-html2jade
Converts files, selection and clipboard content from HTML to JADE using html2jade tool
https://github.com/airtonix/sublime-html2jade
Last synced: 10 days ago
JSON representation
Converts files, selection and clipboard content from HTML to JADE using html2jade tool
- Host: GitHub
- URL: https://github.com/airtonix/sublime-html2jade
- Owner: airtonix
- Created: 2014-07-06T03:24:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-06T03:24:37.000Z (over 10 years ago)
- Last Synced: 2024-05-21T03:17:30.699Z (8 months ago)
- Language: Python
- Size: 106 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML to JADE plugin for Sublime Text 3
Converts files, selection and clipboard content from HTML to JADE using html2jade
## Installation
### [Sublime Package Control](http://wbond.net/sublime_packages/package_control)
In the command Pallette choose **Package Control: Install Repository** and select **HTML2Jade for 2 && 3**
### Git installation
Clone the repository in your Sublime Text "Packages" directory:
git clone https://github.com/anderson916/sublime-html2jade.git Html2Jade
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 HTML file** `Shift+Alt+F` - creates new file in the same folder using the same name as the source ending with '.html'.
* **Convert selection** `Shift+Alt+S` - replaces selection of HTML with JADE content.
* **Convert clipboard content** `Shift+Alt+V` - inserts JADE of converted clipboard HTML content.### In Command Palette:
* **HTML2Jade: Convert file**
* **HTML2Jade: Convert selection**
* **HTML2Jade: Convert clipboard content**## Sublime Text 2
Follow the instruction from [Sublime Text 2 branch](https://github.com/anderson916/sublime-html2jade/tree/SublimeText2)