fabianmichael / kirby-typography

Typographic enhancements for your Kirby-driven website.
GNU General Public License v3.0
78 stars 4 forks source link

Consider disabling by default: typography.hyphenation #6

Closed fvsch closed 8 years ago

fvsch commented 8 years ago

Feel free to close this issue if you disagree. :)

Rationale: while other things like typographically incorrect quotes and fake dashes (--) can be seen as defects or limitations of the source text that should probably be corrected whenever possible, hyphenation is a design choice that designers should probably opt in. Especially since it's very uncommon on the web.

fabianmichael commented 8 years ago

While I generally agree with your opinion that hyphenation is a design choice, I still think that this is one of the key features of both wp-Typography and Kirby-Typography. If you only need a few basic typographic enhancements, you’re IMHO better off with using SmartyPants, which is much faster than the PHP-Typography parser – though not that extensive. So I prefer to leave this setting enabled by default.

If you use a decent text editor, replacements like Smart Quotes can also be done before SmartyPants or PHP-Typography come into play. Same goes for dashes. If you’re on OS X, they’re easy to type anyway. With German keyboard Layout for example, you just have to hit - to get an EN dash and - to get an EM dash.

fvsch commented 8 years ago

Makes sense. :)