WP Manifestindependent plugin directory
manifest / utilities / archiwood

Wood House Designer self-updates

Wood House Designer

by ArchiWood Team · github.com/cosemurciano/archiwood

1stars
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/cosemurciano/archiwood/archive/refs/heads/main.zip

Ships 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

  1. Copy the wood-house-designer directory into your WordPress installation under wp-content/plugins/.
  2. Activate Wood House Designer from the WordPress Plugins page.
  3. Open Wood House Designer from the WordPress admin menu to configure the default grid, canvas size and available cottages.
  4. 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.

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.

Read the full README on GitHub →