Ezra-Y9 downloadsCreate a new vault by cloning another vault's theme and configuration.
An Obsidian plugin that creates a new vault by cloning the configuration of an existing one.
Pick a source vault, choose what to inherit (theme, hotkeys, plugins, etc.), name your new vault, and you're done.
.obsidian files.The plugin creates the target folder, copies the selected .obsidian settings, registers the new vault with Obsidian, and opens it.
.obsidian folder.Search for Vault Clone in Settings → Community Plugins → Browse.
main.js and manifest.json from the latest release..obsidian/plugins/vault-clone/ in any vault.npm install
npm run build
Copy manifest.json and main.js into .obsidian/plugins/vault-clone/ for local testing.
MIT