An open API service indexing awesome lists of open source software.

https://github.com/wp-blocks/block-editor-playground

A playground to explore Gutenberg editor separate from WordPress.
https://github.com/wp-blocks/block-editor-playground

Last synced: over 1 year ago
JSON representation

A playground to explore Gutenberg editor separate from WordPress.

Awesome Lists containing this project

README

          

# Block Editor Playground

An example of using the `@wordpress/block-editor` outside of Gutenberg and Wordpress.

## Issues

- `@wordpress/block-library` reference `process.env`. Solution use `@rollup/plugin-replace` to replace it.

## Inspiration

- [Automattic Isolated Block Editor](https://github.com/Automattic/isolated-block-editor)
- [Gutenberg Storybook Playground](https://github.com/WordPress/gutenberg/tree/00cfd4baa4efdfb7bf50255e2d4088dcbafa8667/storybook/stories/playground)
- [Standalone Block Editor](https://github.com/getdave/standalone-block-editor)
- [Drupal Gutenberg](https://git.drupalcode.org/project/gutenberg/-/blob/8.x-2.x/js/gutenberg.es6.js#L501-698)