Skip to content

yonkov/custom-welcome-guide

Repository files navigation

Custom Welcome Guide is a WordPress plugin, inspired by the Guide Gutenberg component that pops up when the user opens the WordPress editor for the first time. The plugin lets you create onboarding user introduction tours to guide content creators throughout the admin area of the website.

Installation

Clone or download this repository, unzip it and paste it inside the wp-content => plugins folder in your WordPress installation. Activate the plugin from the WordPress admin.

If you are a developer and you want to contribute to this project or fork it, then read on. Go to the plugin's root folder and run:

npm i
npm start

This step is required if you want to enable support for ES6+ and JSX. After you finish your work, run npm run build to generate the code for production.

Technical Information

This plugin is bootstrapped by running npx @wordpress/create-block custom-welcome-guide. See the Block Api WordPress documentation for more information.

Useful Links

  1. WordPress Block Api Documentation

  2. Gutenberg Core Component: Guide

  3. Setting Up your First Gutenberg Project

  4. WordPress Gutenberg PluginDocumentSettingPanel not working with controls?

  5. Add Custom Welcome Guide Inside the WordPress Block Editor

  6. Building a required modal in the WordPress Block Editor Part 1

  7. Add Entry Points to the WordPress Create Block Script

  8. Create a Settings Page using WordPress Block Editor (Gutenberg) Components

Next Steps

Check issues in Github.

License

About

Customize the Welcome Guide message that pops up when the user opens up the Block editor for the first time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors