{"id":29949874,"url":"https://github.com/mundschenk-at/wp-typography","last_synced_at":"2025-08-03T10:16:27.880Z","repository":{"id":44783625,"uuid":"45101527","full_name":"mundschenk-at/wp-typography","owner":"mundschenk-at","description":"Improve your WordPress micro typography.","archived":false,"fork":false,"pushed_at":"2025-02-23T17:41:08.000Z","size":9702,"stargazers_count":23,"open_issues_count":6,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-01T15:54:12.761Z","etag":null,"topics":["css-hooks","hyphenation","php","smartquotes","wordpress"],"latest_commit_sha":null,"homepage":"https://code.mundschenk.at/wp-typography/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mundschenk-at.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-10-28T09:20:51.000Z","updated_at":"2025-02-23T17:40:16.000Z","dependencies_parsed_at":"2024-12-13T21:33:34.620Z","dependency_job_id":null,"html_url":"https://github.com/mundschenk-at/wp-typography","commit_stats":{"total_commits":1840,"total_committers":7,"mean_commits":"262.85714285714283","dds":"0.21576086956521734","last_synced_commit":"81460c81316bf27b3b290cca3cd89d722c5d89bc"},"previous_names":[],"tags_count":79,"template":false,"template_full_name":null,"purl":"pkg:github/mundschenk-at/wp-typography","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mundschenk-at%2Fwp-typography","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mundschenk-at%2Fwp-typography/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mundschenk-at%2Fwp-typography/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mundschenk-at%2Fwp-typography/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mundschenk-at","download_url":"https://codeload.github.com/mundschenk-at/wp-typography/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mundschenk-at%2Fwp-typography/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268528736,"owners_count":24264900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css-hooks","hyphenation","php","smartquotes","wordpress"],"created_at":"2025-08-03T10:16:25.410Z","updated_at":"2025-08-03T10:16:27.871Z","avatar_url":"https://github.com/mundschenk-at.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wp-Typography #\n\n![Build Status](https://github.com/mundschenk-at/wp-typography/actions/workflows/ci.yml/badge.svg)\n[![Latest Stable Version](https://poser.pugx.org/mundschenk-at/wp-typography/v/stable)](https://packagist.org/packages/mundschenk-at/wp-typography)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=mundschenk-at_wp-typography\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=mundschenk-at_wp-typography)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=mundschenk-at_wp-typography\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=mundschenk-at_wp-typography)\n[![License](https://poser.pugx.org/mundschenk-at/wp-typography/license)](https://packagist.org/packages/mundschenk-at/wp-typography)\n\nImprove your web typography with:\n\n*   Hyphenation \u0026mdash; [over 70 languages supported](https://code.mundschenk.at/wp-typography/frequently-asked-questions/#faq-what-hyphenation-language-patterns-are-included)\n\n*   Space control, including:\n    -   widow protection\n    -   gluing values to units\n    -   forced internal wrapping of long URLs \u0026 email addresses\n\n*   Intelligent character replacement, including smart handling of:\n    -   quote marks\n    -   dashes\n    -   ellipses\n    -   trademarks, copyright \u0026 service marks\n    -   math symbols\n    -   fractions\n    -   ordinal suffixes\n\n*   CSS hooks for styling:\n    -   ampersands,\n    -   uppercase words,\n    -   numbers,\n    -   initial quotes \u0026 guillemets.\n\nwp‐Typography has the following requirements:\n\n*   The host server must run PHP 7.4.0 or later,\n*   your installation of PHP must include the following PHP extensions (most do):\n    -   [mbstring](https://www.php.net/manual/en/mbstring.installation.php),\n    -   [DOM](https://www.php.net/manual/en/dom.installation.php), and\n*   text must be encoded in UTF‐8.\n\n\nwp-Typography can easily be ported to any other PHP-based content management system. The Composer package [`mundschenk-at/php-typography`](https://github.com/mundschenk-at/php-typography) assembles all typographic functionality (without any WordPress-specific code) in an object oriented format that is ready use.\n\nView the [wp-Typography homepage](https://code.mundschenk.at/wp-typography/ \"wp-Typography Homepage\") for more information.\n\n\n## Frequently Asked Questions ##\n\nFAQs are maintained at the [wp-Typography website](https://code.mundschenk.at/wp-typography/frequently-asked-questions/ \"wp-Typography FAQs\").\n\nThree questions come up so frequently, we will republish their answers here:\n\n### Will this plu­gin slow my page load­ing times? ###\n\nMaybe. For best performance, use a [persistent object cache](https://wptavern.com/persistent-object-caching) plugin like [WP Redis](https://wordpress.org/plugins/wp-redis/).\n\n### This plugin breaks post title links.  What gives? ###\n\nMore 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 using `the_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.\n\nIf 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` and `h2` to the \"Do not process the content of these HTML elements:\" field.  This will disable typographic processing within improperly designed page title links \u003cem\u003eand\u003c/em\u003e page titles.\n\n### What are the privacy implications of using the plugin? ###\n\nwp-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.\n\n\n## Changelog ##\n\nA detailed release changelog can be found on the [wp-Typography website](https://code.mundschenk.at/wp-typography/changes/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmundschenk-at%2Fwp-typography","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmundschenk-at%2Fwp-typography","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmundschenk-at%2Fwp-typography/lists"}