WP Manifestindependent plugin directory
manifest / editor / gutenberg-gestures

Gutenberg/Gestures

WordPress plugin to bring gesture-based actions to the block editor.

by Darren Jacoby · github.com/darrenjacoby/gutenberg-gestures · website

2stars
5composer 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/darrenjacoby/gutenberg-gestures/archive/refs/heads/main.zip

Also on Packagist as darrenjacoby/gutenberg-gestures:

composer require darrenjacoby/gutenberg-gestures

From the readme

g/gestures Bringing gesture-based actions to the block editor for a faster authoring experience. Installation WP-CLI Gestures has been submitted to the WordPress plugin directory for review, however at the time of writing there is a 60 day waiting period. Composer Requirements - PHP = 7.4.0 Usage Quick Reference Editor - Toggle List View - Toggle Inserter - Toggle Sidebar Block - Move Up - Move Down - Duplicate - Delete - Insert Before - Insert After - Lock - Edit as HTML Editor Editor/Toggle List View Action is limited to the left hand side of the editor. - → to open. - ← to close. https://github.com/darrenjacoby/gutenberg-gestures/assets/15921694/996b63b4-da5a-46f8-99af-30be21020e6f Editor/Toggle Inserter Action is limited to the left hand side of the editor. No block must be selected. - cmd/→ right to open. https://github.com/darrenjacoby/gutenberg-gestures/assets/15921694/d9113528-613d-44af-a464-a09e12449c06 Editor/Toggle Sidebar Action is limited to the right hand side of the editor. - ← to open. - → to close. https://github.com/darrenjacoby/gutenberg-gestures/assets/15921694/909e1281-6823-4117-9bf8-d99a858dd025 Block Block/Move Down - ↓ to move b

Read the full README on GitHub →