Daily Review
pendingby shenda
Review your notes with a focused, random daily review session.
Daily Review
Daily Review is a focused review plugin for Obsidian. It creates a deterministic review session each day so repeated openings on the same day show the same note set and can resume from the last viewed note.
Features
- Deterministic daily session (same day, same note set)
- Resume from last viewed note when reopening
- Folder filtering with Include / Exclude rules
- Recent-days prioritization with fallback fill
- Configurable review count per session
- In-modal markdown rendering with Previous / Edit / Next navigation
- Mobile-friendly behavior for iPhone and desktop
Installation
Manual Installation
- Create the plugin folder in your vault:
.obsidian/plugins/daily-review/ - Copy
manifest.json,main.js, andstyles.cssinto that folder. - Reload Obsidian.
- Open
Settings -> Community pluginsand enableDaily Review.
Settings
Review Count: Number of notes to review each session (default10)Recent Days: Prioritize notes from the last N days (default7)Include Folders: Only include notes under these folders (empty = include all)Exclude Folders: Always exclude notes under these folders
Privacy
This plugin does not collect analytics and does not send note content to external services.
Development
npm install
npm run build
License
MIT
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.