WP Manifestindependent plugin directory
manifest / editor / no-blocks-just-bindings

No Blocks, Just Bindings

A collection of useful block bindings.

by Nick Diego · github.com/ndiego/no-blocks-just-bindings · website

14stars
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/ndiego/no-blocks-just-bindings/archive/refs/heads/main.zip

Readme

No Blocks, Just Bindings

A collection of useful block bindings.

  • Time To Read (Paragraph)
  • Read More (Button)

Development

  1. Set up a local WordPress development environment.
  2. Clone / download this repository into the wp-content/plugins folder.
  3. Navigate to the wp-content/plugins/no-blocks-just-bindings folder in the command line.
  4. Run npm install to install the plugin's dependencies within a /node_modules/ folder.
  5. Run npm run start to compile and watch source files for changes while developing.

Refer to package.json for additional commands.

Read the full README on GitHub →