https://github.com/visuellverstehen/statamic-hyphenator
Hyphenate addon for Statamic
https://github.com/visuellverstehen/statamic-hyphenator
Last synced: 5 months ago
JSON representation
Hyphenate addon for Statamic
- Host: GitHub
- URL: https://github.com/visuellverstehen/statamic-hyphenator
- Owner: visuellverstehen
- License: mit
- Created: 2024-03-20T07:29:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T07:58:37.000Z (about 1 year ago)
- Last Synced: 2024-03-20T08:41:57.903Z (about 1 year ago)
- Language: TeX
- Size: 134 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hyphenator
A Statamic addon that provides a `hyphenate` modifier to add hyphens to text. Uses [phpSyllable](https://github.com/vanderlee/phpSyllable/) for the hyphenate logic, and currently only supports German and English.
## Installation
The addon currently can only be installed from the repository, so you need to add the following line to your `require` list in `composer.json`:
```json
"visuellverstehen/statamic-hyphenator": "dev-main"
```And the following snippet to the `repositories` part of `composer.json`:
```json
{
"type": "vcs",
"url": "https://github.com/visuellverstehen/statamic-hyphenator"
}
```## More about us
- [www.visuellverstehen.de](https://visuellverstehen.de)
## License
The MIT license (MIT). Please take a look at the [license file](LICENSE) for more information.