Blockwriter
A powerful block plugins for WordPressers.
by wpblockwriter · github.com/rajan-lama/blockwriter · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/rajan-lama/blockwriter/archive/refs/heads/main.zipReadme
Blockwriter
Blockwriter is a Gutenberg-focused WordPress plugin that adds a collection of reusable blocks for building modern, responsive layouts with minimal effort. It is designed for content creators and developers who want to create polished pages directly in the block editor.
Features
- Custom Gutenberg blocks for sections, columns, buttons, icons, carousel content, and advanced headers
- Responsive layout and styling controls
- Lightweight and modular architecture
- Built with the WordPress block editor APIs and React
- Easy to extend for additional block-based experiences
Included blocks
- Section
- Columns
- Column
- Buttons
- Carousel
- Advance Header
- Icon
Installation
- Upload the
blockwriterplugin folder to your WordPress installation underwp-content/plugins/. - Activate the plugin from the Plugins screen in the WordPress admin.
- Open the block editor and search for "Blockwriter" blocks to start building.
Development
This plugin includes source files in src/ and generated build assets in blocks/.
Requirements
- Node.js and npm
- WordPress environment for testing
Common commands
npm installnpm run start– watch mode for admin, public, and block assetsnpm run build– build all assetsnpm run build:blocks– build block assets onlynpm run lint:js– lint JavaScript filesnpm run lint:php– run PHP CodeSniffer
Notes
- After changing block source files, rebuild assets so the generated files in
blocks/stay in sync. - Follow WordPress coding standards and existing plugin conventions when contributing.
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.