Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonyarnold/typography_text_formatters
Symphony CMS extension that provides PHP Typography formatting for text fields.
https://github.com/tonyarnold/typography_text_formatters
Last synced: about 1 month ago
JSON representation
Symphony CMS extension that provides PHP Typography formatting for text fields.
- Host: GitHub
- URL: https://github.com/tonyarnold/typography_text_formatters
- Owner: tonyarnold
- License: other
- Created: 2010-03-29T13:31:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-14T06:25:52.000Z (over 12 years ago)
- Last Synced: 2024-05-09T16:28:40.779Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 1.17 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Typography Text Formatters #
This extension provides [PHP Typography][] formatting for text fields.
- Version: 1.0.2
- Date: 14th May 2012
- Requirements: Symphony 2.0.7+
- Author: Tony Arnold, [email protected]
- Constributors: [A list of contributors can be found in the commit history](http://github.com/tonyarnold/symphony-typography/commits/master)
- GitHub Repository:## Synopsis
Improve your web typography with: hyphenation, space control, intelligent character replacement, and CSS hooks. This text formatter allows you to choose from the following text formatting languages:
* Plain HTML
* Markdown
* Markdown Extra
* TextileThe formatted text is then run through the [PHP Typography][] library. This extension is a spiritual successor to my old "Typogrify" extension - the two shouldn't be used together, and this extension is likely to produce better results.
## Installation & Updating
Information about [installing and updating extensions](http://symphony-cms.com/learn/tasks/view/install-an-extension/) can be found in the Symphony documentation at .
## Change Log
**Version 1.0.2**
- Updated to reflect changes in Symphony 2.3
**Version 1.0.1**
- Extended characters are properly represented as numeric HTML entities now.
**Version 1.0**
- Initial release.
[PHP Typography]: http://kingdesk.com/projects/php-typography/