All Projects → editorblocks → editor-blocks

editorblocks / editor-blocks

Licence: GPL-2.0 License
A unique collection of Gutenberg blocks for the new WordPress editor.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to editor-blocks

poet
Configuration-based post type, taxonomy, block category, and block registration for Sage 10.
Stars: ✭ 124 (+342.86%)
Mutual labels:  blocks, gutenberg
aino-blocks
Aino blocks are a collection of Gutenberg editor blocks for page building in WordPress.
Stars: ✭ 57 (+103.57%)
Mutual labels:  blocks, gutenberg
ACF-Auto-Blocks
Auto-register ACF field groups as blocks in the new editor (Gutenberg).
Stars: ✭ 28 (+0%)
Mutual labels:  blocks, gutenberg
aino-theme
A Gutenberg-ready WordPress theme.
Stars: ✭ 107 (+282.14%)
Mutual labels:  blocks, gutenberg
visual-portfolio
Portfolio layouts visual editor with Gutenberg support
Stars: ✭ 31 (+10.71%)
Mutual labels:  gutenberg
Gutenberg
Gutenberg for October CMS
Stars: ✭ 52 (+85.71%)
Mutual labels:  gutenberg
block-navigation
Sidebar with the current post blocks and some tools to facilitate the editing process in the Gutenberg editor.
Stars: ✭ 16 (-42.86%)
Mutual labels:  gutenberg
remove-gutenberg-panel
Removes the Try Gutenberg panel from the WP-Admin Dashboard, introduced in WordPress 4.9.5 Beta 1. We only want to try Gutenberg once it's ready. Not now.
Stars: ✭ 16 (-42.86%)
Mutual labels:  gutenberg
ultimate-addons-for-gutenberg
Power-up the Gutenberg editor with advanced and powerful blocks that help you build websites in minutes!
Stars: ✭ 166 (+492.86%)
Mutual labels:  gutenberg
gutenberg-metadata
Metadata from Project Gutenberg
Stars: ✭ 24 (-14.29%)
Mutual labels:  gutenberg
averroes
A Gutenberg compatible markdown editor. Write in Markdown, edit in Markdown and preview in HTML.
Stars: ✭ 15 (-46.43%)
Mutual labels:  gutenberg
ObjCUI
使用OC来写声明氏UI
Stars: ✭ 27 (-3.57%)
Mutual labels:  blocks
block-options
EditorsKit — a toolkit for the Gutenberg block editor.
Stars: ✭ 248 (+785.71%)
Mutual labels:  gutenberg
jarvis
A speedy Gutenberg ready theme
Stars: ✭ 50 (+78.57%)
Mutual labels:  gutenberg
prettier-markdown
Parse code blocks in markdown files and run prettier on them
Stars: ✭ 37 (+32.14%)
Mutual labels:  blocks
tei2html
XSLT stylesheets to convert TEI to HTML and ePub format.
Stars: ✭ 29 (+3.57%)
Mutual labels:  gutenberg
chatterbox
Create chat threads using WordPress Blocks inside app and device wrappers.
Stars: ✭ 18 (-35.71%)
Mutual labels:  gutenberg
getwid-style-kit
This boilerplate is designed for WordPress theme developers who are interested in developing themes with the new WordPress 5.x Block Editor - Gutenberg.
Stars: ✭ 33 (+17.86%)
Mutual labels:  gutenberg
block-loader
Automatic WordPress Gutenberg block loader based on template files
Stars: ✭ 21 (-25%)
Mutual labels:  gutenberg
wp-rest-blocks
Add gutenberg blocks data into post / page / widget REST API endpoints.
Stars: ✭ 86 (+207.14%)
Mutual labels:  blocks

Editor Blocks for Gutenberg

A unique collection of Gutenberg blocks.

Here's an example of a full page created with Editor Blocks - Editor Blocks Demo

Design Considerations

Editor Blocks look better with a wide layout, we recommend using a 'Full Width' page template if your theme has one. We've also built a (free) companion theme you can use:

Development

  1. Clone the GitHub repository: https://github.com/editorblocks/editor-blocks.git
  2. Browse to the folder in the command line.
  3. Run the npm install command to install the plugin's dependencies within a /node_modules/ folder.
  4. Run the npm start command for development.
  5. Run the build gulp task to process build files and generate a zip.

Contributions

There are various ways you can contribute:

  1. Raise an Issue on GitHub
  2. Send a pull request with your bug fixes and/or new features
  3. Provide feedback and suggestions on enhancements

Create Guten Block

Editor Blocks wouldn't have been possible without the work of @ahmadawais.

create-guten-block is zero configuration dev-toolkit (#0CJS) to develop WordPress Gutenberg blocks in a matter of minutes without configuring React, webpack, ES6/7/8/Next, ESLint, Babel, etc.

https://github.com/ahmadawais/create-guten-block

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].