/atom-html-entities

Encode and decode HTML entities

Primary LanguageCoffeeScriptOtherNOASSERTION

HTML Entities Build Status

Encode and decode HTML entities from selected text or the current document.

Screenshot

If you want you can add this code to you keymap.cson to add a shortcut.

'.editor':
  'f5': 'html-entities:encode'
  'f6': 'html-entities:decode'

F5 and F6 are optional.