WordPress/gutenberg

Document WordPress classic editor integration points and Gutenberg equivalents

danielbachhuber opened this issue · 6 comments

As a WordPress developer, it would be helpful to have a reference guide to:

  • AllMost of the ways a theme, plugin or third-party code can integrate with the WordPress classic editor.
  • Recommendation to achieve equivalent functionality with Gutenberg.

I've started working on such a document, WordPress Editor Integration Points, and can grant contributor access to whomever is interested. Alternatively, please leave comments on this issue with existing classic editor integrations that I don't yet have documented.

Once the document is more substantive, we can put it in a public place.

Related:

  • Optimize for the majority of WordPress users able to use Gutenberg on day one #4087
  • Quantify plugin and theme compatibility with Gutenberg #4072
  • Document known changes in editor behavior #4186

I have a pretty good work in progress set of documentation here: https://github.com/danielbachhuber/gutenberg-migration-guide

I'll keep adding to that as new examples come up and the project progresses.

I'm trying to figure out a Gutenberg equivalent to php

add_action ('admin_footer-post.php', ...);

Is there one? Thanks.

Similar: Looking for any action that is still valid for doing things in admin_footer or the like - or any Gutenberg hook/filter. I read this thread, and the document references within this thread do not provide sufficient info. Nothing tangible comes up from Google searches and WP documentation pages either.