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
  • Join the community
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Journal Review

kageetaikageetai17k downloads

Review your daily notes on their anniversaries, like "what happened today last year".

Add to Obsidian
  • Overview
  • Scorecard
  • Updates32

This is a plugin helping you "review" your daily notes on their anniversaries.

It pulls from all your daily notes (also using setting from the Periodic Notes plugin if present) and present notes from the same day in previous time spans in a view, that can be activated via ribbon button or command palette.

Installation

  1. Find the under "Journal Review" in the community plugins list in Obsidian
  2. Click "Install" and "Enable"
  3. Configure "Options" to your liking

Usage

Open the "On this day" view via the ribbon icon or the command palette, and it will display excerpts from previous daily notes. The view will refresh when a new daily note is created or around midnight to reflect the changes.

Release

  1. npm run version to update necessary manifest files
  2. Push a new tag to GitHub with the corresponding version number
  3. This automatically triggers a GitHub action that builds the plugin, creates a release and uploads the artifacts to the release

Options

Time Spans

Time spans to review, can be defined via three values: number, unit and recurring, meaning how many times of the given unit to look back to, either once or recurring.

Default (as configured via UI elements):

[
    { number: 1, unit: Unit.month, recurring: false },
    { number: 6, unit: Unit.month, recurring: false },
    { number: 1, unit: Unit.year, recurring: true },
];

Show Note Title with previews

Render the note title above the preview text, when showing note previews.

Humanize Time Spans

Use the 'humanization' feature from moment.js, when rendering the time spans titles.

Use Obsidian callouts for note previews

Use callouts to render note previews, using their styles based on current theme.

Use quote element for note previews

Format note previews using the HTML quote element

Lookup Margin

The number of days to include before and after the date being checked

Default: 0

Preview Length

Length of the preview text to show for each note

Default: 200

Open in new pane

Open the notes in a new pane/tab by default

Use notifications

Use notifications (inside Obsidian) to let you know, when there are new journal entries to review. This will happen when Obsidian is focused and it's a new day.

Show Random Daily Note

Enable/disable the random daily note feature.

Random Note Position

Choose whether to show the random daily note on top or bottom.

78%
HealthExcellent
ReviewSatisfactory
About
Review past daily notes on their anniversaries by pulling excerpts from the same date across previous months and years into an "On this day" view. Open the view from the ribbon or command palette to browse time spans, preview note excerpts with titles or callout styling, and auto-refresh as notes change.
DatesCalendarReview
Details
Current version
3.0.2
Last updated
2 months ago
Created
3 years ago
Updates
32 releases
Downloads
17k
Compatible with
Obsidian 0.15.0+
License
MIT
Report bugRequest featureReport plugin
Sponsor
Ko-fi
Author
kageetaikageetai
kageetai.net
GitHubkageetai
  1. Community
  2. Plugins
  3. Dates
  4. Journal Review

Related plugins

Day Planner

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

Periodic Notes

Manage your daily, weekly, and monthly notes.

Calendarium

Craft mind-bending fantasy and sci-fi calendars.

Journals

Manage your journals.

Chronology

A calendar and a timeline of the note's creation and modification.

Calendar

Explore your daily notes.

Contribution Graph

Generate an interactive heatmap to visualize and track your productivity.

ICS

Add events from calendar ics on the web to daily notes on demand. Includes vdir support. Daily Planner, Templater and Dataview friendly.

Daily Notes Editor

Edit daily notes in one page (inline), which works similar to Roam Research's default daily note view.

Jump-to-Date

Popup calendar for quickly navigating dates.