All Projects → front → Cloud Blocks

front / Cloud Blocks

WP plugin for Gutenberg Cloud – Your library of blocks in the cloud!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Cloud Blocks

Wordpress Related
WordPress codes
Stars: ✭ 15 (-65.91%)
Mutual labels:  wordpress, wordpress-plugin
Ultimate Fields
The plugin for custom fields in WordPress
Stars: ✭ 39 (-11.36%)
Mutual labels:  wordpress, wordpress-plugin
Builder Template Categories
Organize your Page Builder Templates in the WordPress Admin. Time saver, especially for bigger projects. Get a better and faster overview, don't get lost. Filter templates with your categories. With extended plugin & theme support.
Stars: ✭ 20 (-54.55%)
Mutual labels:  wordpress, wordpress-plugin
Wp Shopify
🎉 Sell and build custom Shopify experiences on WordPress.
Stars: ✭ 38 (-13.64%)
Mutual labels:  wordpress, wordpress-plugin
Afb instant articles
allfacebook Instant Articles - The WordPress Plugin for facebook instant articles.
Stars: ✭ 31 (-29.55%)
Mutual labels:  wordpress, wordpress-plugin
Pods
The Pods Framework is a Content Development Framework for WordPress - It lets you create and extend content types that can be used for any project. Add fields of various types we've built in, or add your own with custom inputs, you have total control.
Stars: ✭ 883 (+1906.82%)
Mutual labels:  wordpress, wordpress-plugin
Ultimate Blocks
Custom Gutenberg Blocks for Bloggers and Marketers. Create Better Content With Gutenberg.
Stars: ✭ 29 (-34.09%)
Mutual labels:  wordpress, wordpress-plugin
Better Search
Better Search WordPress plugin
Stars: ✭ 9 (-79.55%)
Mutual labels:  wordpress, wordpress-plugin
Wp Gdpr Core
This WordPress plugin assists you in making your website ready for the GDPR. We try to cover the core WordPress features with this plugin.
Stars: ✭ 31 (-29.55%)
Mutual labels:  wordpress, wordpress-plugin
Wp2static
WordPress static site generator for security, performance and cost benefits
Stars: ✭ 952 (+2063.64%)
Mutual labels:  wordpress, wordpress-plugin
Wp Hercules
Simple domain mapping for top domains
Stars: ✭ 13 (-70.45%)
Mutual labels:  wordpress, wordpress-plugin
Geodirectory
GeoDirectory is the fastest growing Directory plugin for WordPress. Feel free to contribute or suggest new developments and help us take GD to the next level. http://wpgeodirectory.com | http://wordpress.org/plugins/geodirectory/
Stars: ✭ 41 (-6.82%)
Mutual labels:  wordpress, wordpress-plugin
Wp Downloadmanager
Adds a simple download manager to your WordPress blog.
Stars: ✭ 11 (-75%)
Mutual labels:  wordpress, wordpress-plugin
Sermon Manager
Sermon Manager for WordPress is the #1 plugin for churches who want to manage their sermons easily and missionally.
Stars: ✭ 35 (-20.45%)
Mutual labels:  wordpress, wordpress-plugin
Momtaz Nmwdhj
A WordPress forms elements API plugin.
Stars: ✭ 11 (-75%)
Mutual labels:  wordpress, wordpress-plugin
Fancy Product Designer Extended
Updated fancy product designer plugin
Stars: ✭ 21 (-52.27%)
Mutual labels:  wordpress, wordpress-plugin
Wp Structuring Markup
🔌 WordPress: Plug-in Markup (JSON-LD) structured in schema.org
Stars: ✭ 26 (-40.91%)
Mutual labels:  wordpress, wordpress-plugin
Gutenberg
The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
Stars: ✭ 7,409 (+16738.64%)
Mutual labels:  wordpress, wordpress-plugin
Wordpress To Jekyll Exporter
One-click WordPress plugin that converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML which can be dropped into Jekyll
Stars: ✭ 951 (+2061.36%)
Mutual labels:  wordpress, wordpress-plugin
Einsatzverwaltung
WordPress plugin for public incident reports for fire departments and other rescue services
Stars: ✭ 32 (-27.27%)
Mutual labels:  wordpress, wordpress-plugin

Cloud Blocks

Description

Gutenberg Cloud: Your online library of blocks! Cloud Blocks is the only plugin you need to browse and install new blocks:

  • Discover and install custom blocks with a click
  • Install only the blocks you need – no huge plugin collections needed
  • Reuse blocks between WordPress and Drupal
  • Serve the blocks from a CDN

Why use Gutenberg Cloud?

Installing an actual plugin for each block or block collection easily leads to managing lots of code that you don’t really need. It’s like having one app for each website you visit, instead of just installing a web browser. With the block manager, you have a growing library at your fingertips, without the bloat.

Getting started

  1. Install the plugin
  2. Click the new cloud icon in the main menu
  3. Browse around and click a block to see description, version and bigger screenshot
  4. Activate a few blocks. Voila – these are now available to you in the Gutenberg editor!

How it works under the hood

Gutenberg Cloud is a service that fetches Open Source Gutenberg blocks hosted on NPM. The assets from these are served from CloudFlare using jsdelivr.com. The Cloud Blocks plugin provides an interface in WordPress for Gutenberg Cloud.

Code once, use everywhere: Since the blocks are JS/CSS only, they are CMS agnostic. This means you can develop a block for a Drupal site, and reuse it later on a WordPress blog.

Installation

Install it as any other plugin, but note that you need Gutenberg activated for it to work.

To install individual blocks, look for the cloud icon in the left side menu. Click it, and browse away!

Frequently Asked Questions

Is it secure to run blocks from other people?

All blocks go through a manual code review before they are published. Waiting for a code review? Email [email protected].

How do I migrate a block collection plugin to Gutenberg Cloud?

This simply means removing some PHP, adding some meta data and publishing on NPM. Follow these simple steps.

How do I create a custom block for Gutenberg Cloud?

Gutenberg Cloud blocks are really just normal Gutenberg blocks, without the PHP. Follow these steps to do it!

How do I disable CSS for a single block?

This is useful for letting your theme control your block styles. There’s a hook for this, documented here.

Why is the plugin called Cloud Blocks?

We wanted to name it Gutenberg Cloud, but since it’s not possible to name a plugin starting with the name of another plugin (i.e. Gutenberg), we ended up calling it Cloud Blocks. Makes sense though, doesn’t it?

Are the blocks really served from "the cloud"?

Indeed, they are! The source code for each block is on NPM, but the JS/CSS is served by a CDN. No local downloads!

Can I add private custom blocks?

Sure! Just add your custom blocks into wp-content/uploads/gutenberg-blocks/ folder. All your private blocks will be listed under Local tab in block explorer which you can activate/deactivate them. In order for your block to be active in the Gutenberg panel, it should be installed in Gutenberg Cloud. This is what the folder structure should look like!

Changelog

Since changelog is getting too long to fit here, we moved it into its own file here.

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].