html-entitize
Encode and decode HTML entities
tomcardoso 5,170 9 1.1.0 MIT GitHub

HTML Entitize Build Status

This is a fork of HTML Entities using the he library for encoding and decoding HTML entities.

If you want to add a shortcut, just add this to your keymap.cson:

'atom-text-editor':
  'key1': 'html-entitize:encode'
  'key2': 'html-entitize:decode'