generoi/wp-gutenberg-shy

A gutenberg format to insert shy characters for word breaking

Installs: 4 206

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 5

Forks: 0

Open Issues: 0

Type:wordpress-plugin

v0.2.1 2025-07-24 15:10 UTC

This package is auto-updated.

Last update: 2025-07-24 15:10:42 UTC


README

A gutenberg format to insert soft hyphens.

shy

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