There are two main packages that provide components which can be used inside the blocks API or the plugins API (to create your own blocks or plugins).
The components found in the wp.components package can be used to manipulate data. This data could be the attributes from a block or the data from your custom store or one of the default stores. They can actually be used outside of the block editor.
The components found in the wp.editor package are meant to be used inside the editor to manipulate it. They are used internally by the block editor itself or core blocks and can be used in your own blocks as well. These components make use of the block editor data stores so they have to be used inside it. Currently, the block editor can only be loaded inside the post editor but this is something that will probably change soon.
Related Posts:
- Define multiple Gutenberg editor widths
- Adding content in Gutenberg editor
- How to display full width block without toolbar?
- Editor width automatically reduced – text is wrapped after 1 character
- Gutenberg work with Bootstrap Shortcodes plugin
- WordPress Gutenberg home page “edit Page” option missing
- WP 5 how to add_editor_style for both tinyMCE and Gutenberg
- Change the Theme in Jupyter Notebook?
- Enable Gutenberg on custom post type
- Extra TinyMCE editor strips and tags?
- Disable Visual editor for all users
- Gutenberg editor add a custom category as wrapper for custom blocks
- Why is the visual editor in WordPress limiting the width by wrapping the content?
- Editor removes tags
- Adding a rich text editor to Excerpt
- Avoid converting “>” to >
- Disable WYSIWYG editor only when creating a page
- Are there ways to make the Gutenberg editor wider? And the HTML-block higher?
- How to edit posts with the new wp_editor api?
- How can i add some static text above the editor?
- Add quicktag buttons to the HTML editor
- Force TinyMCE editor’s “Toolbar Toggle” to be automatically chosen & expanded
- Stop certain classes showing up in TinyMCE Advanced Style dropdown
- WordPress 4.6 link edit dialog is too rudimentary
- Disable the Code View in the content editor?
- Re Order Editor to be after meta box [duplicate]
- post editor changes & to &
- How to add button to post page WordPress 5.x
- Disable escaping html
- Completely disable editor
- If two users attempt to modify a page, does WordPress still work correctly?
- Add Shortcode inline inside Gutenberg block
- What’s the Best Way to Edit WordPress Files?
- Why is WordPress WYSIWYMG and how do I make it WYSIWYG?
- Filter post_content before loading in Gutenberg editor
- Add visual editor capability to custom excerpt window?
- Square brackets make WordPress ignore newline/paragraph
- Open posts in editor in the ‘Text’ mode by default
- Text cut off on save
- How to remove specific panels in the editor (Gutenberg) when editing a block (via right panel)?
- line break are not working when editing a post [closed]
- Making the Post/Page Content Editor Box Bigger?
- Showing only certain buttons on tinymice content editor
- Set default text for the editor in new posts
- How to apply editor filter to posts with a specific custom post type
- How to *disable* the post content editor
- Add option for editors through `register_setting`
- WordPress Rest API only returns content when posttype has editor capability
- Remove all table widths from editor content
- WordPress post editor crashes with Polyfill typo
- How do I fix my ‘Path’ field when editing pages via the Dashboard?
- Stop WordPress editor embedding links
- in network setup super admin has the tinyMCE buttons and the regular admin has not
- edit posts through front-end
- How to get value of selected page template in Gutenberg editor?
- How to get Text Selection in WordPress Editor
- Float images in content
- Good tutorial on how to make custom write panels in WordPress 3?
- Do not change the order of the tags in the editor
- Always paste as a text in visual editor
- Use MarkItUp as editor and not the default
- Restrict other Admins from using Editor in Admin Panel
- Editor doesn’t load properly on my self-hosted WordPress 3.3
- Can Rich Text features be configured per user?
- How to add notice text above Post Editor?
- Cannot access WordPress Appearance → Editor
- Edit the archive-{custom_page}.php via WP editor
- How to disable YouTube (and any other oembed) embeding in the editor
- Creating table layout in WYSIWYG editor
- Add default text to multiple wysiwyg editors
- Bulk edit contents of pages
- How to leave a line between paragraphs when writing text in the visual or text editor
- Customize Editor Styles
- WYSIWYG eating up first p in td
- How to Disable auto id attributes in Heading tag?
- Is there any simple way to remove Gutenberg editor H1 H5 H6 and change the label for the rest H2 H3 H4?
- Can the wordpress color palettes by changed through Javascript?
- How `window.wp.oldEditor` is being set in the editor?
- problem adding code into wp editor for https://wordpress.org/support [closed]
- Gutenberg Block with Select from JSON-File
- WordPress editor converted/deleted HTML entities code
- How can I register a custom “Text Pattern” (WP 4.3) for TinyMCE?
- Open ‘View Page’ Button in Editor in new Tab
- Opening Brackets Do Not Format to Paragraphs in Visual Editor
- WordPress editor spacing very unreliable
- wp_editor responsive?
- Making the Content Editor Box Bigger in 2013
- WordPress editor removes all the linefeed characters with WP-Markdown and Syntax Highlighter evolved
- wysiwyg is scrambled
- Why wordpress word count differs from Microsoft word and sites like wordcounter.net
- Is there a plugin that let you edit Posts and Comments in a front-end page?
- WP is not allowing me to post Macintosh .pages documents to my blog
- How to add custom table style for table block in gutenberg editor
- Intermittant problem saving posts
- Gutenberg consume wp-json data and reflect in frontend the content
- Visual Editor: Paragraph styles appear to one admin but not to others
- The simplest way to let clients edit pages
- Page/post editor with syntax highlighting [closed]
- Editor is shown at full width
- How do you stop WP from stripping code? [closed]