You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One developer's experiment to create a standalone instance of the Block Editor
within WPAdmin.
What?
This repo is part of a personal experiment to discover how easy (or otherwise) it is to create a standalone instance of the WordPress Block Editor.
The editor you see here is not be the same Block Editor you are familiar with when creating Posts in with WordPress. Rather it is an entirely custom block editor instance built using the lower-level @wordpress/block-editor npm package (and friends).
Why?
As part of my goal to learn Gutenberg deeply, I wanted to understand how it worked at a fundamental level. What better way than a deep dive into the core parts of the editor?
Disclaimer
This repo is by no means perfect and should not been seen as an "official" way to build custom instances of the Block Editor. There will be many bugs and errors - if you spot any please do raise an Issue and I'll do my best to correct them.
Getting Started
If you'd like to play around with this custom block editor then you have 2 options:
Use the WordPress Docker environment bundled with this Repo (provided via @wordpress/env.
Clone this repo directly into the plugins directory of a WordPress installation.
Either way you'll want to take the following steps:
Clone Repo
// Clone this repo into that directory.
git clone git@github.com:getdave/standalone-block-editor.git