standalone-block-editor icon indicating copy to clipboard operation
standalone-block-editor copied to clipboard

The accompanying code repository for my official Gutenberg docs tutorial on creating a custom instance of a “block editor”.

Results 19 standalone-block-editor issues
Sort by recently updated
recently updated
newest added

Hi Dave, Gr8 work, I'm using this as a starter to build a drag and drop form builder. My plan is to build a outer form wrapper and drag and...

## Must Haves The following items are a list of must have tasks that need to be completed to update the repo: - [x] Update all dependencies to latest version...

https://github.com/getdave/standalone-block-editor/blob/974a59dcbc539a0595e8fa34670e75ec541853ab/src/components/block-editor/styles.scss#L58 ```@import "~@wordpress/editor/src/style.scss";```

Hi! After pulling down the repo, running `yarn install`, and then `yarn run build`, I get the following error: ``` ERROR in ./src/styles.scss Module build failed (from ./node_modules/@wordpress/scripts/node_modules/mini-css-extract-plugin/dist/loader.js): ModuleBuildError: Module...

This project is fantastic and I am using it to create something cool. One thing that is I am trying to accomplish and that is to use the media library...

As requested in this https://github.com/getdave/standalone-block-editor/issues/6 this PR shows a PoC for adding undo/redo functionality to the standalone editor. It's far from perfect as the real undo/redo functionality in the Post...

Hello @getdave, So I am using this package in one of my projects. After WP 5.8.0, the Border Radius setting is no longer available. I am trying to enable that...

Howdy! Thanks for this excellent example - truly helpful! We noticed the same thing in this example that we found in our own implementation, as well as the Storybook implementation...

Has anyone managed to implement reusable blocks? I'm attempting to do this on a fork but came across a strange issue https://github.com/getdave/standalone-block-editor/compare/master...patricklindsay:reusable-blocks?expand=1 I've updated the packages to a release that...

Thanks for the tutorial @getdave ! With no react XP I've used this to create an editor outside of the WP env and it's working great. Could you give any...