Gutenberg Shy Format
A gutenberg format to insert shy characters for word breaking
★ 8stars
13kcomposer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/generoi/wp-gutenberg-shy/archive/refs/heads/master.zipAlso on Packagist as generoi/wp-gutenberg-shy:
composer require generoi/wp-gutenberg-shyFrom the readme
wp-gutenberg-shy
A gutenberg format to insert soft hyphens.
Installation
composer require generoi/wp-gutenberg-shy
Development
Install dependencies
composer install
npm install
Run the tests
npm run test
Build assets
Minified assets which are to be committed to git
npm run build:production
Watch for changes and re-compile while developing the plugin
npm run start
Read the full README on GitHub →