File Mover

pending

by Grae

Archive files to a mirror path or relocate files based on frontmatter recommendations.

Updated 1mo agoMITDiscovered via Obsidian Unofficial Plugins
View on GitHub

File Mover

Obsidian plugin. Two right-click actions for files:

  • Archive: Moves file to a mirror path under 90_Archive/ (e.g., 03_Areas/Note.md becomes 90_Archive/03_Areas/Note.md). Hidden for files already in the archive folder.
  • Relocate: Moves file to a path stored in a frontmatter property (default: recommended_path). Strips the property after moving. Validates the path (rejects .. and absolute paths).

Confirmation dialog before each move (can be disabled in settings).

Settings

  • Archive folder name (default: 90_Archive)
  • Frontmatter property name for relocate (default: recommended_path)
  • Confirm before move toggle (default: on)

Build

npm install
npm run build

Outputs to the vault plugin folder defined in esbuild.config.mjs.

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.