*SA Gutenberg Addons is a WordPress plugin that enhances the default Gutenberg editor by adding custom blocks and formats. This plugin provides additional functionalities to make your content creation more versatile and powerful.
- Custom Container Block: Enhance your content with custom blocks.
- Inline Tooltip Format: Add tooltips to your text with ease.
- Responsive Design: All blocks are responsive and adapt to various screen sizes.
- Easy to Use: Simple and intuitive interface for adding custom blocks and formats.
- WordPress 5.0 or higher
- PHP 7.0 or higher
- Node.js and npm (for development)
-
Clone the Repository
git clone https://github.com/akinsteph/sa-gutenberg-addons.git
-
Navigate to the Plugin Directory
cd sa-gutenberg-addons
-
Install Composer Dependencies
composer install
-
Dump Autoload Files
composer dump-autoload
-
Install Node Dependencies
npm install
-
Build Assets
npm run build
-
Activate the Plugin
- Upload the plugin folder to the
/wp-content/plugins/
directory. - Activate the plugin through the 'Plugins' screen in WordPress.
- Upload the plugin folder to the
- In the Gutenberg editor, select the text where you want to add a tooltip.
- Click on the tooltip icon in the toolbar.
- Enter the tooltip text in the input field.
- The tooltip will be added to the selected text.
- Use the custom blocks provided by the plugin to enhance your content.
- Customize the blocks using the block settings in the editor sidebar.
To automatically build assets while developing, run:
npm start
To build the assets for production, run:
npm run build
We welcome contributions to enhance the functionality of this plugin. Please fork the repository and submit a pull request with your changes.
This plugin is licensed under the GPL-2.0-or-later license. See the LICENSE file for details.
This plugin is developed and maintained by Stephen Akinola.
For any questions or issues, please open a GitHub issue or contact us at stephthedeveloper[at]gmail.com.
- Composer Installation: This section includes steps to run
composer install
andcomposer dump-autoload
before activating the plugin. - Development Instructions: Details on how to install dependencies, build assets, and watch for changes during development.
- Usage Instructions: Information on how to use the custom blocks and formats provided by the plugin.