Delete a Post from within the WP Block Editor.

Download from WordPress plugin repository.
You can also get the latest version from any of our release tags.
This plugin provides a quick way to delete or trash a Post from within the Block Editor. Previously, the only way to achieve this required a user to exit the article or post before deleting. Not anymore! Now, from the comfort of your Block Editor, you could easily delete the Post you're working on with ease.
clip.mov
Contributions are welcome and will be fully credited. To contribute, please fork this repo and raise a PR (Pull Request) against the master
branch.
You should have the following tools before proceeding to the next steps:
- Composer
- Yarn
- Docker
To enable you start development, please run:
yarn start
This should spin up a local WP env instance for you to work with at:
http://tpbe.localhost:5437
You should now have a functioning local WP env to work with. To login to the wp-admin
backend, please username as admin
& password as password
.
Awesome! - Thanks for being interested in contributing your time and code to this project!