Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Vault Router

saikensaiken42 downloads

Move new notes out of Inbox with fast local routing rules.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

Put every note where it belongs with simple local rules — no AI, no cloud, no manual drag-and-drop.

Vault Router keeps your vault tidy by doing one job completely: decide where a note belongs, then move it there fast. It does three things:

  • Route — move the current note to its rule-matched home.
  • Preview — see exactly where a note will land before it moves.
  • Sweep — route every matching note in your Inbox in one pass.

Rules match on title, path, tags, and frontmatter — all evaluated locally. Free is useful on day one. Pro lifts every limit and files new notes for you — a $12 one-time, offline-verified unlock: Unlock Vault Router Pro (or see the Free vs Pro table below).

Route

Send the current note to the right folder.

  • Local rule matching (Free) — match on title starts with, path includes, required tag, and a frontmatter property (either just exists, or equals a value). All filled conditions must match.
  • First matching rule wins (Free) — order your rules; the first one that matches decides the destination. Reorder any time.
  • Destination templates (Free) — build folders from the note itself with {{frontmatter:key}}, {{basename}}, {{filename}}, and {{ext}} — e.g. Meetings/{{frontmatter:project}}.
  • Up to 5 active rules (Free) — Pro is unlimited. Disabled rules never count against the free limit.

Preview

Know where a note goes before it moves.

  • Preview route (Free) — run Preview route for current note to see the destination and which rule matched — a dry run that moves nothing.

Sweep

Route your Inbox backlog in one pass.

  • Manual Inbox sweep (Free) — run Sweep inbox to route every matching note in your Inbox folder. Free moves up to 25 notes per run; Pro is unlimited.

Auto-route (Pro)

New notes file themselves.

  • Auto-route new notes (Pro) — new notes file themselves, so you stop dragging notes out of your Inbox. Routing waits until a note's metadata (frontmatter and tags) has been indexed, so property-aware rules land it in the right place.
  • Inbox-only by default (Pro) — auto-routing is scoped to your Inbox out of the box, so notes you create elsewhere stay put while you work.

Free vs Pro

Pro ($12 one-time) turns manual, capped routing into hands-off, unlimited automation. Basic routing stays free forever.

Area Free Pro
Route the current note Yes Yes
Preview a route (dry run) Yes Yes
Rule matching by title, path, tag, property Yes Yes
Destination templates ({{frontmatter:project}}, …) Yes Yes
Manual Inbox sweep Up to 25 moves/run Unlimited
Active rules Up to 5 Unlimited
Auto-route newly created notes No Yes

Purchase: Buy Me a Coffee — Vault Router Pro. License keys are verified offline (Ed25519) — no account, server, or subscription.

Destination examples

Combine literal folders with placeholders ({{frontmatter:key}}, {{basename}}, {{filename}}, {{ext}}) to build the target path:

  • Meetings/{{frontmatter:project}}
  • Areas/School/{{frontmatter:course}}
  • Projects/{{frontmatter:project}}/Notes

Commands

  • Vault Router: Route current note
  • Vault Router: Preview route for current note
  • Vault Router: Sweep inbox

Suggested starter rules

  1. Daily note — title starts with Daily - → Journal/Daily
  2. Meeting notes — tag meeting → Meetings/{{frontmatter:project}}
  3. Project notes — property project equals alpha → Projects/Alpha

Privacy & data

Vault Router is local-first and never phones home.

  • No network calls, no cloud sync, no account.
  • Pro validation is fully offline.
  • All state lives in the plugin's local data.json (your rules and settings). Add .obsidian/plugins/vault-router/data.json to .gitignore if you commit your .obsidian folder.

Install

Manual: copy main.js, manifest.json, and styles.css into .obsidian/plugins/vault-router/, then enable Vault Router in Settings → Community plugins.

Community directory: search Vault Router in Settings → Community plugins.

Activate Pro

  1. Unlock Vault Router Pro.
  2. Your license key is emailed to you automatically, within seconds — delivery is fully automated, no waiting.
  3. Obsidian → Settings → Vault Router → paste the key. Pro unlocks immediately (offline verification).

Development

npm install
npm run build
npm test        # typecheck + lint + full test suite

Listed as Optional payments in the Obsidian Community directory (free core + paid Pro unlock). Issues and feature requests welcome on GitHub.

HealthExcellent
ReviewSatisfactory
About
Route notes to their proper folders using local rules that match title, path, tags, and frontmatter, then move them quickly on demand or automatically. Preview destinations before moving and sweep inboxes to bulk-file notes; upgrade for unlimited rules, unlimited sweeps, and hands-off auto-routing.
FoldersFilesAutomation
Details
Current version
0.2.1
Last updated
2 weeks ago
Created
4 weeks ago
Updates
3 releases
Downloads
42
Compatible with
Obsidian 1.4.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
Buy Me a Coffee
Author
saikensaikensaiken
GitHubisraerusan
  1. Community
  2. Plugins
  3. Folders
  4. Vault Router

Related plugins

Advanced URI

Control everything with URI.

QuickAdd

Quickly add new notes or content to your vault.

Waypoint

Easily generate dynamic MOCs in your folder notes using waypoints. Enables folders to show up in the graph view and removes the need for messy tags!

Custom File Explorer sorting

Manual or automatic config-driven reordering and sorting of files and folders in File Explorer.

Quick Explorer

Perform file explorer operations (and see your current file path) from the title bar, using the mouse or keyboard.

Multi Properties

Add properties to multiple notes at once. Either right-click a folder or select multiple notes and right-click the selection.

Flexplorer

Enhance the file explorer with custom sorting, pinning, and hiding.

Vault Changelog

Maintain a changelog of recently edited notes.

File Explorer Note Count

See the number of notes in each folder within the file explorer.

Create Note in Folder

Add commands to create a note in a specific folder.