Helps you improve your web typograpbhy with some standard text filters.
This project is based on Django's Typogrify, so the best introduction to read would be Jeff Croft's.
I created this gem to easily share these text filters in some tiny Ruby projects, including a TextMate bundle. For production code I recommend checking out the originals first.
First, install the Ruby gem:
$ gem install typogruby
Then require the library to get started:
require 'typogruby'
Typogruby.improve('Hello, world!')
Or, you can include the library in a helper or something:
require 'typogruby'
include Typogruby
improve('Hello, world!')
See the full API documentation for more information. You could also use this Textmate Bundle.
You can also use typogruby directly from the command line:
typogruby MY_FILE
This will output the contents of your file with all filters applied. Use typogruby -h
for more information and options.
- Based on typography-helper
- ...and on Typogrify
- Description of typogrify
See HISTORY.md for the complete changelog.
- Fork the project.
- Make your feature addition or bug fix.
- Add tests for it. This is important so I don't break it in a future version unintentionally.
- Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
- Send me a pull request. Bonus points for topic branches.
By Arjan van der Gaag (avdgaag @ github) based on the hard work of lots of others. See LICENSE for license details (same as Ruby).
This gem includes contributions by:
- Justin Hileman
- Peter Aronoff