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.zipPaste 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
- Upload the
smart-blog-importer-gutenbergfolder to/wp-content/plugins/. - Run
npm installandnpm run buildwhen installing from source. - Activate the plugin through the Plugins screen.
- 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.