Helps you reread and refine your notes on a recurring schedule. Last review date lives in each note's frontmatter.
✓ 2025-11-04, ⚠ due · 2025-09-10, or ⚠ not reviewed.For unreleased builds from master, install CitrusRenegade/review-simple-obsidian through BRAT.
Review Simple uses folder settings for batch rules and frontmatter for per-note overrides.
Precedence:
review_interval in the note's frontmatter.never excludes that note, even if folder or global rules would include it.Example per-note frontmatter:
---
reviewed: 2025-10-15
review_interval: 14
---
[!TIP] Bind Open random note for review to
Ctrl+Shift+Rfor a fast random review workflow.A review can include editing, cleanup, and moving the note to a better folder with Obsidian's built-in Move current file to another folder command.
When the note is done, mark it reviewed.
Open random note for review — opens a random note that's currently due.Mark current note as reviewed — writes today's date to frontmatter.Settings → Review Simple:
folder/path,days rule per line.reviewed, review_interval). A per-note review_interval overrides folder filters.There are several Obsidian plugins and workflows for revisiting notes with their own trade-offs.
prncc/obsidian-repeat-plugin - A close alternative for reviewing notes with frontmatter-driven schedules. Requires the Dataview plugin. Every note to be reviewed must have a repeat property. Bulk setup for existing notes is done through a separate obsidian-scripts workflow rather than through the plugin settings.
zachmueller/spaced-everything - Implements a more opinionated workflow around spaced repetition for writing and incremental note development. Its "Onboard All Notes" feature performs a bulk frontmatter update, which may be less beginner-friendly in existing vaults. This is a broader onboarding model rather than a lightweight rule-based review workflow.
dartungar/obsidian-simple-note-review - The closest conceptual alternative: it focuses on reviewing, resurfacing, and repeating ordinary notes. Requires the Dataview plugin. It uses note sets based on tags, folders, creation date, or DataviewJS queries, and keeps a persistent queue for each note set. Maintenance status: no recent release; latest GitHub release was on Apr 5, 2024.
Obsidian Spaced Repetition - A mature spaced repetition plugin with a strong flashcards-first workflow. Whole-note review is supported, but the main workflow and documentation are centered around creating and reviewing flashcards.
ryanjamurphy/review-obsidian - Not a revisit notes workflow, just quick adds the current note to a future daily note by one, using the Natural Language Dates plugin to resolve the target date. Maintenance status: no recent release; latest GitHub release was on Dec 10, 2024.
Powerful plugins + home-grown templates - A similar workflow can be built with Dataview queries, custom query logic, and Templater commands for quickly marking notes as reviewed. This can be very flexible, but it also means maintaining a custom system instead of using a focused review workflow.
Inspired by the "Reviewed by ... on ..." field on WebMD and other.