Skip to content
This repository was archived by the owner on Jul 14, 2021. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

jonlabelle/SublimeHtmlEncoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages