mindbase_export
Export a MindBase project as a portable artifact: choose a markdown-bundle to copy the full project tree, or zip-archive to bundle and compress it for sharing or backup.
Instructions
Export a project to a portable artifact. markdown-bundle: copies project tree to artifacts/exports/-/. zip-archive: same plus zips (uses zip if available).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | markdown-bundle | zip-archive | |
| projectId | No | Project id; defaults to the current project (config.json) |