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

Review Builder

Mark LevisonMark Levison430 downloads

Simplify quarterly and weekly reviews by combining many Daily and Weekly notes

Add to Obsidian
  • Overview
  • Scorecard
  • Updates7

Review Builder simplifies quarterly and weekly reviews by consolidating your Daily and Weekly notes into single files for easier reflection and analysis.

Overview

This plugin was created to streamline the review process. Instead of manually flipping through 13 weekly notes during a quarterly review, Review Builder generates two consolidated files: quarterly_days.md and quarterly_weeks.md. These combined files make it easier to:

  • Get a complete overview of your notes in one place
  • Identify patterns and important items you might have missed

Core Philosphy - this plugin has been built with one key rule. It may only modify files it created in a temp directory. Disclosure - most of the code in this plugin was created with generative AI using Claude Code using the skills from: https://github.com/PaulDuvall/claude-code/tree/main

Commands

  • Build Quarterly Review: Select a quarter, and the plugin compiles all Daily and Weekly notes from that period into separate consolidated files
  • Build Weekly Review: Select a week, and the plugin compiles all Daily notes from that week (with the previous week's review file included at the top)

Settings

Configure the plugin behavior in Settings → Review Builder:

  • Temp Folder: Choose where temporary review files are saved
  • Empty Section Handling: Control whether empty sections are removed or kept
    • Remove empty sections (default): Automatically removes headings with no content, cleaning up templates that were never filled in
  • Filter Template Lines: Option to remove lines that exist in the template and are unmodified in the output.

Installation

From Obsidian Community Plugins

  1. Open Settings in Obsidian
  2. Navigate to Community plugins and disable Safe mode
  3. Click Browse and search for "Review Builder"
  4. Click Install, then Enable

Manual Installation

  1. Download the latest release from the GitHub releases page
  2. Extract the files to your vault's plugins folder: <VaultFolder>/.obsidian/plugins/review-builder/
  3. Reload Obsidian
  4. Enable the plugin in Settings → Community plugins

Usage

Building a Quarterly Review

  1. Open the command palette (Cmd/Ctrl + P)
  2. Search for "Build Quarterly Review"
  3. Select the quarter you want to review
  4. The plugin creates consolidated files in your configured temp folder

Building a Weekly Review

  1. Open the command palette (Cmd/Ctrl + P)
  2. Search for "Build Weekly Review"
  3. Select the week you want to review
  4. The plugin creates a consolidated file with the previous week's review included

Development

This plugin uses TypeScript and the Obsidian API.

Building from Source

npm install
npm run dev    # Development build with watch mode
npm run build  # Production build
npm run test   # Run tests

Project Structure

src/
├── main.ts              # Plugin entry point
├── settings.ts          # Settings interface and defaults
├── commands/
│   ├── index.ts         # Command registration
│   ├── quarterly-review.ts
│   └── weekly-review.ts
├── utils/
│   ├── periodic-notes-util.ts
│   ├── quarter-utils.ts
│   ├── week-utils.ts
│   ├── markdown-utils.ts
│   └── template-filter.ts
└── ui/
    └── settings-tab.ts  # Settings UI

Contributing

Contributions are welcome! Please:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Test thoroughly
  5. Submit a pull request

License

This plugin is licensed under the MIT License. See LICENSE for details.

Support

If you encounter issues or have feature requests, please create an issue on GitHub.

99%
HealthExcellent
ReviewPassed
About
Consolidate daily and weekly notes into single review files (quarterly_days.md and quarterly_weeks.md) to view a complete period overview and spot patterns. Build weekly or quarterly reviews that compile relevant notes (weekly includes the prior week's review) and only modify files the plugin creates in a temp folder.
ReviewDatesAutomation
Details
Current version
1.0.5
Last updated
Last week
Created
8 months ago
Updates
7 releases
Downloads
430
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
0BSD
Report bugRequest featureReport plugin
Author
Mark LevisonMark Levisonmlevison
agilepainrelief.com
GitHubmlevison
  1. Community
  2. Plugins
  3. Review
  4. Review Builder

Related plugins

Rollover Daily Todos

Rollover any unchecked checkboxes from your last daily note into today's note.

Vault Changelog

Maintain a changelog of recently edited notes.

Note Linker

Automatically find and create new links between notes.

Update modified date

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

Day and Night

Automatically toggle themes between day theme and night theme on a set time schedule.

QuickAdd

Quickly add new notes or content to your vault.

Templater

Create and use dynamic templates.

Homepage

Open a note, base, or workspace on startup, or set it for quick access later.

Day Planner

Day planning from a task list in a Markdown note with enhanced time block functionality.

BRAT

Easily install a beta version of a plugin for testing.