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.
- Host: GitHub
- URL: https://github.com/wp-blocks/block-editor-playground
- Owner: wp-blocks
- License: gpl-3.0
- Created: 2023-03-09T12:57:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T12:13:15.000Z (over 3 years ago)
- Last Synced: 2025-01-06T09:45:23.454Z (over 1 year ago)
- Language: TypeScript
- Size: 206 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)