All Projects → davidyeiser → detailer

davidyeiser / detailer

Licence: other
WordPress plugin and custom Gutenberg block, companion for tutorial.

Programming Languages

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

Projects that are alternatives of or similar to detailer

benenson
A Gutenberg WordPress theme
Stars: ✭ 70 (+268.42%)
Mutual labels:  wordpress-development, gutenberg-blocks
WPKirk
A WP Bones skeleton Plugin
Stars: ✭ 28 (+47.37%)
Mutual labels:  wordpress-development
wp-tools
Command line interface to reduce boring tasks when working on WordPress plugin / theme project that will be published to wp.org
Stars: ✭ 33 (+73.68%)
Mutual labels:  wordpress-development
docker-wordmove
Docker image to run Wordmove
Stars: ✭ 16 (-15.79%)
Mutual labels:  wordpress-development
image-hashtag-feed
WordPress plugin to get Instagram hashtag feeds working again by bypassing the API.
Stars: ✭ 31 (+63.16%)
Mutual labels:  wordpress-development
gutenberg-workshop
⚒️ A Gutenberg Workshop 🅱️
Stars: ✭ 21 (+10.53%)
Mutual labels:  gutenberg-blocks
wordpress-bundle
Use Wordpress and Symfony together using a Symfony bundle
Stars: ✭ 30 (+57.89%)
Mutual labels:  wordpress-development
icon-block
A simple little WordPress block that allows you add an SVG icon or graphic to your website.
Stars: ✭ 24 (+26.32%)
Mutual labels:  gutenberg-blocks
gutenberg-forms
The Next Generation WordPress Form Builder.
Stars: ✭ 98 (+415.79%)
Mutual labels:  gutenberg-blocks
wp-custom-fields
WP Custom Fields is an options, metabox and customizer framework for WordPress aimed at speeding-up plug-in and theme development.
Stars: ✭ 53 (+178.95%)
Mutual labels:  wordpress-development
geodirectory
GeoDirectory is the leading Directory Plugin for WordPress. Compatible with Gutenberg and the most popular page builders such as Elementor, Oxygen, Beaver Builder and Divi. GeoDirectory is the only solution for WordPress that can scale to millions of listings and high traffic.
Stars: ✭ 34 (+78.95%)
Mutual labels:  wordpress-development
fluentform
The fastest and easiest WordPress Contact Form Builder for WordPress.
Stars: ✭ 23 (+21.05%)
Mutual labels:  wordpress-development
UpGulp
A Gulp Starter for your WordPress project
Stars: ✭ 29 (+52.63%)
Mutual labels:  wordpress-development
block-unit-test
Preparing WordPress themes for Gutenberg with the Block Unit Test WordPress Plugin
Stars: ✭ 60 (+215.79%)
Mutual labels:  wordpress-development
slotfill-and-filter-demos
This repo can be used as reference or can be installed as a plugin in any WordPress install to make code changes as needed. Each SlotFill or filter is explained with examples. This is meant to be a working document and will change as Gutenberg does.
Stars: ✭ 93 (+389.47%)
Mutual labels:  gutenberg-blocks
wp-router
Enables developers to easily create custom routes with matching templates accordingly.
Stars: ✭ 22 (+15.79%)
Mutual labels:  wordpress-development
nginx-virtual-host-bash-script
Nginx Virtual Host Bash Script
Stars: ✭ 35 (+84.21%)
Mutual labels:  wordpress-development
air
A hyper-minimal WordPress starter theme for developers built with Tailwind CSS.
Stars: ✭ 45 (+136.84%)
Mutual labels:  wordpress-development
wp-skeleton
Setup a new WordPress installation via Composer
Stars: ✭ 36 (+89.47%)
Mutual labels:  wordpress-development
browser-shots
A WordPress plugin for taking screenshots of websites using the block editor.
Stars: ✭ 17 (-10.53%)
Mutual labels:  gutenberg-blocks

Detailer

A plugin for WordPress that creates a custom Gutenberg block called Book Details. It’s a companion setup for a two-part tutorial on creating custom dynamic Gutenberg blocks for Wordpress.

Credit

The structure and setup of this repository is taken from @zgordon/how-to-gutenberg-plugin. All credit for its cleverness goes to Zac Gordon. Blame for any errors goes to me.

Setup

Place this project directory in wp-content/plugins and then, in the wp-content/plugins/detailer directory, run:

yarn

To build the files for development run:

yarn dev

To build the files for production run:

yarn build

The tutorial linked above goes into much more detail on how to set up the plugin and walks through writing the code for the custom Gutenberg block. If you experience any problems or have any questions please file an issue.

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