Note Decay

by NEWO-J
5
4
3
2
1
New Plugin

Description

Color-codes notes by how overdue they are for review, using SM-2 spaced repetition. - This plugin has not been manually reviewed by Obsidian staff.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Note Decay

An Obsidian plugin for spaced-repetition visualization of your notes.

Grade a note with Again/Hard/Good/Easy (SM-2 Algorithm), and the plugin schedules the next review and color-codes the whole vault by how overdue each note is.

Features

Vault example

  • File explorer notes are colored green/yellow/orange/red by how overdue they are.
  • Folders are tinted by the share of their notes that are still fresh (green).
  • Graph view nodes can be colored too, via a review_status property and color groups.
  • Existing notes are seeded from their file date so the vault isn't blank on day one.

Grade notes

  • Grade notes from a bar at the top of each note. Each button shows the interval it will schedule.
  • Grading cooldown to avoid accidentally spamming a note's interval.

Install

  • Open Obsidian
  • Enable community plugins - Go to Settings → Community plugins → Turn on community plugins
  • Install Note Decay - Click "Browse" → Search for "Note Decay" → Install

Frontmatter

Grading a note writes:

last_reviewed: 2026-06-26
sr_due: 2026-07-02
sr_interval: 6
sr_ease: 2.5
sr_reps: 2
sr_lapses: 0

Graph colors

Add color groups in Graph view settings matching ["review_status":"green"] etc., or let the plugin write the property and set them up once.

Copy main.js, manifest.json, and styles.css into <vault>/.obsidian/plugins/note-decay/.

License

MIT