WP Manifestindependent plugin directory
manifest / content / smart-blog-importer

Smart Blog Importer for Gutenberg

Converts pasted Urdu and English articles into editable Gutenberg core blocks.

by Smart Blog Importer · github.com/nuzwa269/smart-blog-importer

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/nuzwa269/smart-blog-importer/archive/refs/heads/main.zip

Paste Urdu or English articles and convert them into editable Gutenberg core blocks.

Description

Smart Blog Importer for Gutenberg is a standalone editor companion. Phase 1 provides the editor sidebar foundation; article analysis and conversion arrive in subsequent phases.

The plugin never sends article content to an external service and does not publish or save posts automatically.

Installation

  1. Upload the smart-blog-importer-gutenberg folder to /wp-content/plugins/.
  2. Run npm install and npm run build when installing from source.
  3. Activate the plugin through the Plugins screen.
  4. Open the block editor and select Smart Blog Importer from the editor menu.

Changelog

1.0.0

  • Added the initial plugin bootstrap and empty Gutenberg PluginSidebar.