Wood House Designer self-updates
Wood House Designer
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/cosemurciano/archiwood/archive/refs/heads/main.zipShips its own WordPress updater (built-in updater), so new versions show up under Dashboard → Updates.
Readme
Wood House Designer
WordPress plugin that powers an interactive Konva.js canvas to design custom wooden houses. It includes a configurable grid, base geometric primitives, export tooling and a ready-to-use page template.
Plugin Setup
- Copy the
wood-house-designerdirectory into your WordPress installation underwp-content/plugins/. - Activate Wood House Designer from the WordPress Plugins page.
- Open Wood House Designer from the WordPress admin menu to configure the default grid, canvas size and available cottages.
- Create a page and either:
- Insert the
[wood_house_designer]shortcode in the content, or - Assign the Wood House Designer App page template to render the full application layout.
- Insert the
GitHub Updates
The plugin can check GitHub releases for automatic updates. If you maintain a fork, filter the repository coordinates via wood_house_designer_github_updater_config to point the updater to your fork.
Features
- Konva.js powered design surface with snap grid and real scale guides.
- Toolbox populated with cottage footprints defined in the plugin settings.
- Export button that generates a PNG snapshot at 150 DPI.
- Accessible layout with dedicated header, tools panel, canvas and status bar regions.
Development
Assets live under wood-house-designer/assets/css and wood-house-designer/assets/js. The plugin bootstrap file is wood-house-designer/wood-house-designer.php.