bobbingwide / oik-block

Gut feel - helps you form Gutenberg compatibility opinions
GNU General Public License v3.0
1 stars 0 forks source link

Rename plugin to oik-blocks #21

Open bobbingwide opened 6 years ago

bobbingwide commented 6 years ago

In its current state the oik-block plugin has two different roles

  1. Prototype blocks for oik based shortcodes.
  2. Logic to determine content compatibility with the block editor.

In the future, users will no longer need both. Once all content has been converted to blocks there will be no need for compatibility analysis.

So we should rename the plugin to reflect the fact that we’ll support multiple blocks. And extract the content compatibility logic into a separate plugin - which could be called oik-block until we come up with a better name.

The reason for doing the rename first is to retain the Git change history.

bobbingwide commented 5 years ago

I've now cloned the plugin to https://github.com/bobbingwide/oik-blocks. oik-block no longer needs any logic to create or register Gutenberg blocks. A number of the issues should also be Transferred, using the 'Transfer this issue (Beta)' button.

The oik-block plugin will deliver:

bobbingwide commented 5 years ago

The relevant issues have now been transferred. The oik-block code can now be updated to disable, then remove the JavaScript.

bobbingwide commented 5 years ago

oik-block's description, banner and icon should now be updated to reflect its changed role... Gut feel - helps you form Gutenberg compatibility opinions