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.
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.
npm run version
to update necessary manifest filesTime 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 },
];
Render the note title above the preview text, when showing note previews.
Use the 'humanization' feature from moment.js, when rendering the time spans titles.
Use callouts to render note previews, using their styles based on current theme.
Format note previews using the HTML quote element
The number of days to include before and after the date being checked
Default: 0
Length of the preview text to show for each note
Default: 200
Open the notes in a new pane/tab by default
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.