Beschreibung
Verbessern Sie Ihre Web-Typographie mit:
-
Hyphenation — over 70 languages supported
-
Space control, including:
- widow protection
- gluing values to units
- forced internal wrapping of long URLs & email addresses
-
Intelligent character replacement, including smart handling of:
- Anführungszeichen
- Gedankenstriche
- Ellipsen
- Urheberrechts- und Markenzeichen
- mathematische Symbole
- Brüche
- Ordinalsuffixe
-
CSS hooks for styling:
- Et-Zeichen,
- großgeschriebene Wörter,
- Ziffern,
- initiale Anführungszeichen & Guillements.
Screenshots
Installation
Anforderungen
wp‐Typography stellt folgende Anforderungen:
- auf dem Server muss PHP 5.6.0 oder neuer installiert sein
- für PHP muss die mbstring-Erweiterung aktiviert sein
- der Text muss als UTF-8 kodiert sein
FAQ
Antworten auf häufige Fragen sind auf der wp-Typography-Website zu finden.
Three questions come up so frequently, we will republish their answers here:
- Wird dieses Plugin meine Website verlangsamen?
-
Maybe. For best performance, use a persistent object cache plugin like WP Redis.
- This plugin breaks post title links. What gives?
-
More likely than not, your WordPress theme is using an improper function to set the title attribute of your heading’s link. It is probably using the
the_title()
function, which delivers the post title after filtering. It should be usingthe_title_attribute()
which delivers the post title before filtering. Change out this function throughout your theme when it is used inside of an HTML tag, and the problem should go away.If you are uncomfortable editing your theme’s code, you may alternatively go to the wp-Typography settings page in your admin panel and add
h1
andh2
to the „Do not process the content of these HTML elements:“ field. This will disable typographic processing within improperly designed page title links and page titles. - What are the privacy implications of using the plugin?
-
wp-Typography does not store, transmit or otherwise process personal data as such. It does cache the content of the site’s posts. If necessary, you can clear this cache from the plugin’s settings page.
Remember, many more FAQs are are addressed the wp-Typography website.
Rezensionen
Does not work in Finnish
A very good plugin !
This plugin does a great job!
Excellent , great and essential plugin.
Very impressive
Great PlugIn typography is sooo important
Mitwirkende & Entwickler
„wp-Typography“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
Mitwirkende„wp-Typography“ wurde in 4 Sprachen übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.
Übersetze „wp-Typography“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
5.5.3 – February 2, 2019
- Bugfix: Custom styles containing quote characters are now output correctly.
5.5.2 – January 29, 2019
- Bugfix: To prevent common false positives for single-letter Roman ordinals (especially in French and Dutch), Roman numeral matching now has to be explicitly enabled in the settings. In addition, only
I
,V
, andX
are accepted as single-letter Roman numbers.
5.5.1 – January 27, 2019
- Bugfix: Parts of hyphenated words should not be detected as Roman numerals anymore.
- Bugfix: The Unicode hyphen character (‐) is recognized as a valid word combiner.
5.5.0 – January 27, 2019
- Feature: French (1ère) and „Latin“ (1o) ordinal numbers are now supported by the smart ordinals feature (also with Roman numerals, e.g. XIXème).
- Feature: The list of smart quotes exceptions (words beginning with apostrophes) can now be customized.
- Feature: HTML5 parser performance hugely improved (up to 11× faster).
- Bugfix: Output filtering is now suspended during WP-CLI commands.
- Bugfix: Unit spacing is now properly applied to monetary symbols ($, €, etc.).
- Bugfix: Certain HTML entities (e.g.
&
) were accidentally dropped in rare cases. - Bugfix: Comply with the new WordPress Coding Standards 2.0.
5.4.2 – September 30, 2018
- Bugfix: Advanced Custom Fields 5 now uses the correct default values for
text
,textarea
andwysiwyg
field types.
5.4.1 – September 15, 2018
- Bugfix: Comply with new WordPress Coding Standards 1.1.
- Bugfix: Work around GlotPress issue preventing language pack generation.
5.4.0 – September 9, 2018
- Feature: New hooks for implementing your own typography fixes:
typo_custom_characters_node_fix
,typo_custom_spacing_pre_node_fix
,typo_custom_spacing_post_node_fix
,typo_custom_html_insertion_node_fix
,typo_custom_mixed_words_token_fix
,typo_custom_compound_words_token_fix
,typo_custom_words_token_fix
,typo_custom_other_token_fix
.
- Feature: A privacy statement has been added on WordPress 4.9.6+.
- Feature: A narrow no-break space is now inserted between adjacent primary and secondary quotes.
- Change: The Unicode hyphen character (
‐
) is now used instead of the hyphen-minus (-
). - Change: Significantly updated hyphenation patterns for:
- Bulgarian,
- German,
- German (Traditional),
- German (Swiss Traditional),
- Latin (Liturgical), and
- Thai.
- Bugfix: The comma is now recognized as a decimal separator (e.g.
1,5
, in addition to1.5
). - Bugfix: Smart maths properly handles 2-digit years in dates.
- Bugfix: Smart diacritics won’t try to „correct“ the spelling of
Uber
anymore. - Bugfix: French punctuation is now correctly applied to quotes preceeded or followed by round and square brackets.
- Bugfix: Smart quotes replacement could result in invalid unicode sequences in rare cases.