Rajat Nai36 downloadsExport Obsidian canvas files with all connected notes, assets, and structure into a zip.
Canvas Bundle exports an Obsidian canvas and its connected files into a portable zip archive. Useful for case when you want to share or back up a canvas without manually collecting every linked note, attachment, and canvas asset.
.canvas file..zip file in your vault root.The zip contains:
<canvas-name>.canvasnotes/attachments/Install dependencies:
npm install
Start the development build:
npm run dev
Create a production build:
npm run build
Run lint checks:
npm run lint
Copy main.js and manifest.json into:
<Vault>/.obsidian/plugins/canvas-bundle/
Then reload Obsidian and enable Canvas Bundle in Settings -> Community plugins.