Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Smart Review

JayceJayce52 downloads

Smart review system based on Obsidian Properties / YAML frontmatter with Review Center, spaced review feedback, history, and AI payload export.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates2

中文说明 | Plugin source

Smart Review is a review center for Obsidian notes that uses Properties / YAML frontmatter. It builds review queues from next_review, lets you complete reviews inside Obsidian, writes spaced-review metadata back to notes, records review history, and exports AI review-card prompt payloads.

The Obsidian plugin works on its own and does not require any external companion app.

Features

  • Read Obsidian Properties / YAML frontmatter directly.
  • Build review queues from next_review.
  • Show overdue, today, next 7 days, future, and invalid-date notes in Review Center.
  • Display today and overdue counts in the Obsidian status bar.
  • Support again, hard, good, and easy review feedback.
  • Write review metadata back to note frontmatter.
  • Append review events to review-history.jsonl.
  • Generate a native Markdown daily review page.
  • Generate review-ai-cards.json as a prompt payload without calling external AI APIs.

Repository Structure

  • apps/smart-review-plugin: Obsidian plugin source and build output.
  • packages/shared: Shared types, date parsing, and review-state logic.
  • manifest.json and versions.json: Root copies for Obsidian community submission.

Local Development

pnpm install
pnpm build

Build output for manual Obsidian installation:

apps/smart-review-plugin/main.js
apps/smart-review-plugin/manifest.json
apps/smart-review-plugin/styles.css

Install into a local vault:

./scripts/install-smart-review-plugin.sh "/path/to/your/vault"

The script copies the plugin files to:

<Vault>/.obsidian/plugins/smart-review/

Obsidian Commands

  • Open Review Center
  • Generate Review Index
  • Refresh Review Data
  • Mark Current Note Reviewed
  • Generate Daily Review Markdown
  • Generate AI Review Cards Payload

Generated Files

  • review-index.json: Current review index snapshot, overwritten on each generation.
  • review-history.jsonl: Review event history, appended per review action.
  • review-ai-cards.json: Current AI review-card prompt payload, overwritten on each generation.
  • 00-总览/今日复习.md: Native Markdown review page, overwritten on each generation.

GitHub Release Assets

For an Obsidian community release, create a GitHub release whose tag exactly matches the version in manifest.json, for example 0.1.0.

Upload these files as release assets:

  • main.js
  • manifest.json
  • styles.css

The release tag should not use a v prefix.

HealthExcellent
ReviewSatisfactory
About
Build review queues from YAML frontmatter (next_review) and run spaced-review sessions directly inside Obsidian. Record feedback (again, hard, good, easy), write review metadata back to note frontmatter, append events to review-history.jsonl, and export AI review-card payloads or generate daily review Markdown.
ReviewPropertiesAI
Details
Current version
0.1.1
Last updated
3 weeks ago
Created
3 weeks ago
Updates
2 releases
Downloads
52
Compatible with
Obsidian 1.5.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
JayceJaycejaycelu
GitHubjaycelu
  1. Community
  2. Plugins
  3. Review
  4. Smart Review

Related plugins

LearnKit

A native study system for your Obsidian vault. LearnKit turns notes into durable knowledge with flashcards, spaced repetition, tests, and more.

Advanced Canvas

Supercharge your canvas experience. Create presentations, flowcharts and more.

Smart Connections

Find related notes and excerpts while writing. Your link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Claudian

Embeds Claude Code/Codex as an AI collaborator in your vault. Your vault becomes agent's working directory, giving it full agentic capabilities: file read/write, search, bash commands, and multi-step workflows.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Copilot

Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Multi Properties

Add properties to multiple notes at once. Either right-click a folder or select multiple notes and right-click the selection.

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.

Update modified date

Automatically update a frontmatter modified date field when the file is modified.