CONVERT TO HTML WITH <P> TAGS:
Cmd-Ctrl-Comma. Entity-encode illegal chars, clean up whitespace, add <p> tags.
WRAP IN <em> TAGS:
Cmd-Ctrl-I ("Italics").
WRAP IN <strong> TAGS:
Cmd-Ctrl-K.
SET QUOTES TO CURLY:
Yep.
SET QUOTES TO STRAIGHT:
Indeed.
REMOVE EMPTY LINES:
Voila.
TYPOGRAPHIC CLEANUP:
Clean up whitespace, quotes, and double hyphens, such as when pasting messy content from Word/email/PDF.
MAKE HYPHENATED LOWERCASE:
Cmd-Ctrl-Minus. All-lowercase with hyphens (and common punctuation removed) such as to use a mixed-case punctuated title as a URL slug/image name.
URL ENCODE:
%-encode spaces and special chars, such as to turn a filename into a URL.
ENTITY-PROTECT EMAIL LINKS:
Entity-encode certain chars in the HREF and visible text of email links, hindering email-harvesting. Leaves alpha chars to retain code readability.
PREPARE FOR HTML EMAIL:
Quote-straightening, whitespace cleanup, non-ASCII char conversion, and <p> tags, for HTML emails.