kadima-tech23 downloadsSync your vault with your Kadima account across devices, and browse it from Draggen and Talebuddy.
Kadima Sync connects an Obsidian vault to Kadima and keeps notes and files in sync across devices through Kadima's hosted sync service. Once a vault is synced, it is also readable from the Kadima apps — Draggen and Talebuddy — without exporting or copying anything by hand.
A synced vault lives in your Kadima account, and the other Kadima apps read from that same copy:
.canvas) files, so worldbuilding notes
you already wrote in Obsidian can sit beside the board you are building.Both apps read the vault; they never write back into it. Obsidian stays the place your notes are edited, and this plugin stays the only thing that changes them.
Vault sync is part of a paid Kadima subscription and covers the same account across Draggen and Talebuddy.
Once the plugin is approved, install Kadima Sync from Settings -> Community plugins.
<vault>/.obsidian/plugins/kadima-sync/.manifest.json, main.js, and styles.css into that folder.Settings -> Community plugins and enable Kadima Sync.Settings -> Kadima Sync.Connect Kadima.Sync now.Conflicted local changes are preserved in .kadima-conflicts by default.
FileManager.trashFile, so they follow the
vault's own "Deleted files" preference rather than bypassing it.npm install
npm run build
For local development:
OBSIDIAN_VAULT_PATH="/absolute/path/to/YourVault" npm run dev