Stale notes
obsidian_stale_notesIdentify notes not edited in a specified number of days, sorted by staleness, to surface outdated information and decide which notes to update.
Instructions
List notes not edited in N days (forgetting-aware staleness), oldest first. Use to surface facts that may be outdated before relying on them, or to pick notes to refresh. Cheap mtime-only scan; returns path / title / mtime / age_days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stale_days | No | Age threshold in days (default 365) | |
| folder | No | Restrict to a subfolder | |
| limit | No | Max results (default 50) |