Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename plugin to oik-blocks #21

Open
bobbingwide opened this issue Mar 14, 2018 · 3 comments
Open

Rename plugin to oik-blocks #21

bobbingwide opened this issue Mar 14, 2018 · 3 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@bobbingwide
Copy link
Owner

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 bobbingwide added the enhancement New feature or request label Mar 14, 2018
@bobbingwide bobbingwide self-assigned this Mar 14, 2018
@bobbingwide bobbingwide added the help wanted Extra attention is needed label Mar 16, 2018
@bobbingwide
Copy link
Owner Author

bobbingwide commented Nov 21, 2018

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:

  • helper shortcodes: [blocks], [content], [guts]
  • the logic that forms "opinions"
  • the Preferred editor meta box
  • batch utilities for checking site compatibility with Gutenberg

@bobbingwide
Copy link
Owner Author

bobbingwide commented Nov 23, 2018

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

@bobbingwide
Copy link
Owner Author

bobbingwide commented Nov 26, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant