jonlabelle / SublimeHtmlEncoder

A Sublime Text plug-in to encode and decode HTML character entities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sublime HTML Encoder

A Sublime Text plug-in to encode and decode HTML character entities.

Examples

Encode HTML Character Entities

  • Named: & to &
  • Hexadecimal: & to &
  • Decimal: & to &

Decode HTML Character Entities

  • Named: & to &
  • Hexadecimal: & to &
  • Decimal: & to &

Install

Compatibility

Sublime HTML Encoder is compatible with Sublime Text 2 and 3, and all Operating Systems.

Download

Download the zip to your Sublime Text Packages directory.

Usage

HTML Decode and Encode commands can be accessed from the Sublime Text Command Palette and Menu Menu.

Command Palette:

  • ctrl/cmd + shift + P : HTML Encode
  • ctrl/cmd + shift + P : HTML Decode

Main Menu:

  • Edit -> Text : HTML Encode
  • Edit -> Text : HTML Decode

Author

Jon LaBelle contact@jonlabelle.com

License

Sublime HTML Encoder is licensed under the MIT license.

About

A Sublime Text plug-in to encode and decode HTML character entities.

License:MIT License


Languages

Language:Python 100.0%