Fozi5 downloadsCopy or move notes, folders, attachments, and reviewed direct note dependencies between local desktop vaults.
Trans Vault is an Obsidian desktop plugin for copying and moving files, multiple files, and folders from the active vault into other local Obsidian vaults.

links to and direct links from relationships in an Obsidian-style tree.skip, auto-rename, and overwrite.Copy active file to vault...Move active file to vault...Each destination configuration contains:
Rules:
.obsidian/app.json in the destination vault and resolves attachmentFolderPath against the destination vault root.
Include linked files is enabled, direct non-markdown dependencies of selected markdown notes are included automatically.
The review dialog behavior is controlled by Review dialog:
Always shows the dialog whenever explicitly selected markdown files are part of the transfer.Only when notes are linked shows the dialog only when at least one explicitly selected markdown file has a direct markdown link or direct markdown backlink.Never skips the dialog entirely.The dialog shows one root node per explicitly selected markdown file and optional group nodes below it:
links to with a right arrow iconlinks from with a left arrow iconThe active conflict handling setting is shown prominently at the top of the review dialog so the applied strategy is visible before confirmation.
Behavior:
Trans Vault supports three conflict strategies:
skip: existing targets are skipped.auto-rename: creates Name 1.ext, Name 2.ext, and so on.overwrite: replaces existing destination files.If skipped conflicts occur, the plugin shows a persistent Obsidian notice with:
... and N more skipped elements. line when neededWithout skipped conflicts, the summary notice is temporary.
Global tag settings:
Tags for copied notesAlso tag copied source notesTags for moved notesTag rules:
#.MIT