https://github.com/mtoensing/silbentrennung
https://github.com/mtoensing/silbentrennung
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mtoensing/silbentrennung
- Owner: mtoensing
- Created: 2024-02-21T18:19:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T18:29:52.000Z (over 2 years ago)
- Last Synced: 2025-01-01T17:43:20.263Z (over 1 year ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Silbentrennung ===
Contributors: MarcDK
Donate link: https://marc.tv/out/donate
Tags: CSS, Typography
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.2
Stable tag: 2.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
This plugin automatically adds hyphenation to your text across the website using CSS.
== Description ==
Silbentrennung is a simple WordPress plugin that activates hyphenation globally on your website. This ensures that text across your site is automatically hyphenated based on the language settings of your website, improving readability and text appearance on smaller screens.
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/silbentrennung` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Enjoy automatic text hyphenation across your site!
== Frequently Asked Questions ==
= Does this plugin support all languages? =
The effectiveness of the `hyphens: auto;` CSS property depends on the browser's language support. Most modern browsers support a wide range of languages.
== Changelog ==
= 2.1 =
* Maintenance release.
= 2.0 =
* Compatibility with WordPress 6.8
= 1.7 =
* Initial release.