standalone-block-editor
standalone-block-editor copied to clipboard
Update the Editor
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 - this will involve fixing a tonne of knock on effects due to update to
@wordpress/*packages since this repo was created. - [ ] Fix linting errors across JS files.
- [ ] Fix linting errors across PHP files.
- [ ] Finalise implementation of
undo/redoand merge intomaster. - [ ] Review usage of
@wordpress/interfacepackage and update/implement as required. - [ ] Add placeholder to allow for supporting
fetchLinkSuggestions.
Bugs
- https://github.com/getdave/standalone-block-editor/issues/18
Nice to Haves
- [ ] e2e tests to verify basic functionality.
- [ ] Support for Media Library https://github.com/getdave/standalone-block-editor/issues/17
- [ ] Investigate support for custom blocks.
- [ ] Investigate support for Reusable blocks.
- [ ] Investigate possibility of using entities for undo/redo.