Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladtsf/sublime-htmlescape
https://github.com/vladtsf/sublime-htmlescape
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vladtsf/sublime-htmlescape
- Owner: vladtsf
- Created: 2017-02-23T00:35:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T17:48:51.000Z (almost 8 years ago)
- Last Synced: 2024-11-30T02:10:30.231Z (2 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sublime Text 3 HTMLEscape
============================A Sublime Text 2/3 plugin to escape HTML entities in selected code.
## Installation
* Install [Package Manager][2].
* Use `Cmd+Shift+P` or `Ctrl+Shift+P` then `Package Control: Install Package`.
* Look for `Escape HTML` and install it.If you prefer to install manually, install git, then:
git clone https://github.com/vtsvang/Sublime-HTMLEscape.git "/Escape\ HTML"
## Usage
* Select a region of text that you would like to escape or unescape or place your cursor at any place to select the whole file
* To escape the selected area:
* use `Command+k+e` (`Ctrl+k+e` on Windows/Linux) to escape
* press `Ctrl+Shift+P` or `Cmd+Shift+P`, then type `escape` to escape
* press `Ctrl+Shift+P` or `Cmd+Shift+P`, then type `unescape` to unescape