rheor108419 downloadsSchedule spaced reviews for notes, track what is due or overdue, and get reminders while using Obsidian.
Schedule spaced reviews for each note, see what is due today or overdue, and track your learning progress without adding properties to the top of your notes.
The Ebbinghaus forgetting curve describes a general tendency of memory: without review, recall drops quickly soon after learning, then the rate of forgetting gradually slows. Reviewing material before it is forgotten strengthens retention and makes it possible to wait longer before the next review.
This plugin applies that idea through spaced repetition. Reviews begin close together and become progressively farther apart as the note advances through its schedule.
Conceptual illustration. Actual retention and effective review intervals vary by learner and material; the timeline is not to scale.
The default intervals are a practical spaced-repetition preset. They do not claim to reproduce Ebbinghaus's experimental results exactly for every learner. You can customize the intervals in settings.
1, 3, 7, 14, 30, 60, 120 day review schedule for any note.Note Review Reminder in the command palette, regardless of the selected interface language.Open the command palette with Cmd+P on macOS or Ctrl+P on Windows/Linux, then type Note Review Reminder. Obsidian groups the localized commands under the plugin name so they remain searchable when you change the plugin interface language.

See every note due today and complete, postpone, or open each review from one place.



The plugin uses Obsidian's official getLanguage() API and bundles translations for every locale marked as complete for the app in the official Obsidian translations repository. No network connection is needed for translation. English is used as a safe fallback for newly added or unknown locales.
Translations are machine-assisted. Korean has completed a manual editorial review; every other localized dictionary has full structural QA and targeted terminology corrections but still needs native-speaker review before it can be considered native-certified. See the translation quality and review status.
Note Review Reminder, and run Note Review Reminder: Start or restart the review schedule for the current note.Requires Obsidian 1.8.7 or later.
npm install
npm run check
Run npm run audit:i18n to validate all 4,840 localized messages independently.
Copy main.js, manifest.json, and styles.css into a test vault's .obsidian/plugins/ebbinghaus-review/ directory, then enable Note Review Reminder under Settings → Community plugins.
Note Review Reminder is available under the MIT License.