Orion is a lightweight, proactive vault management plugin for Obsidian. It helps you identify and surface “silent issues” in your vault, starting with stale note detection.
Orion scans your vault and identifies notes that haven’t been modified within a configurable time window (default: 7 days).
Orion is designed to evolve into a full vault health system, including:
git clone https://github.com/Thive-N/Orion
cd orion
npm install
npm run build
Orion currently supports:
7Manually scans the vault and opens a modal listing all stale notes.
npm run dev
This plugin modifies no content in your vault. It is strictly read-only in its current version.
Orion treats your vault like a living system — not a static folder of notes. The goal is to surface entropy before it becomes clutter.