Plugin

EE 1
EE 2
XHTML Typography

Developer

Rick Ellis - EllisLab

3rd Party (Free)


Compatibility

  • LG Addon Updater
  • Multi Site Manager
  • Stand Alone Entry Form

Requirements

  • jQuery for the Control Panel

Tags

XHTML Typography Plugin, both "full" and "light" versions.

This plugin converts certain characters into typographically correct entities. Quotes are converted to curly quotes, hyphens into em-dashes, three periods into ellipsis, etc.

There are two ways to use this plugin depending on whether you want double line breaks turned into <p> tags.

The “light” version is used this way:

{exp:xhtml:light}
 text you want processed
{/exp:xhtml:light}

The full version like this:

{exp:xhtml:full}
  text you want processed
{/exp:xhtml:full}

XHTML Typography Links

This entry was last updated April 25, 2010, 2:08 pm.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. Devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

1 Review:

kevin332 10.03.10

Rating - {addon_rating_average}

This plugin is extremely useful when you do a lot of custom queries and don’t have the benefit of EE’s automatic text formatting. EE field data often needs to be escaped before you can manipulate it with PHP directly, but plugins like this bypass that issue altogether.