# The Guide Block #

[![WPCS](https://github.com/BhargavBhandari90/the-guide-block/actions/workflows/wpcs.yml/badge.svg?branch=main)](https://github.com/BhargavBhandari90/the-guide-block/actions/workflows/wpcs.yml)
[![Lint JS](https://github.com/BhargavBhandari90/the-guide-block/actions/workflows/lint-js.yml/badge.svg?branch=main)](https://github.com/BhargavBhandari90/the-guide-block/actions/workflows/lint-js.yml)

**Contributors:** [bhargavbhandari90](https://profiles.wordpress.org/bhargavbhandari90/)  
**Donate link:** https://www.paypal.me/BnB90/20  
**Tags:** block, guide, workflow, checklists, blocks  
**Requires at least:** 6.7  
**Tested up to:** 6.8  
**Stable tag:** 1.0.2  
**Requires PHP:** 7.4  
**License:** GPLv2 or later  
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html  

Build step-by-step guides in WordPress—perfect for tutorials, checklists, and workflows.

## Description ##

A WordPress block that lets you create step-by-step guides, tutorials, or workflows directly in the editor. Perfect for how-tos, onboarding, and process documentation—structured, intuitive, and easy to follow.

## Installation ##

1. Upload the plugin folder to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Add/Edit post and search for "The Guide" block

## Demo
https://github.com/user-attachments/assets/dea9f16b-622c-4660-8f50-f70fc3b161da



## Prerequisites
- [Node/NPM](https://nodejs.org/en/download/)
- [NVM](https://github.com/nvm-sh/nvm)

## Development Setup
1. Go to plugin's root
2. Run `npm install`
5. To watch for changes, run `npm start`

## Development

To create a publish ready plugin, run:

	npm run build

To format code, run:

	npm run format


## Found a Bug? ##

If you find a bug, report here 
[https://github.com/BhargavBhandari90/the-guide-block/issues](https://github.com/BhargavBhandari90/the-guide-block/issues)

## Changelog ##

### 1.0.0 ###
* Initial Release.
