XHTML Typography
Developer
3rd Party (Free)
237 downloads (last 90 days)
EE Version Support
- ExpressionEngine 1.x
- ExpressionEngine 2
Compatibility
If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.
- Updater
- Multi Site Manager
- Stand Alone Entry Form
- Low Variables
- Content Elements
- Better Workflow
- Matrix
- Grid
- Webservice
- Publisher
Requirements
- jQuery for the Control Panel
Add-On Type(s)
Plugin
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}
Download XHTML Typography
EE Support | Downloads | Add-On Version | Release Date |
---|---|---|---|
Not Specified | Download | 1.1 |
XHTML Typography Links
This entry was created October 2, 2008, 3:07 pm.
This entry was last updated January 31, 2014, 4:16 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!
Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.
1 Review:
kevin332 10.03.10
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.