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

Unread+

LucyLucy136 downloads

Marks new files with a dot. Propagates unread counts up the folder tree.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates6

Track unread files in Obsidian. New files get a colored dot — folder badges propagate counts up the entire tree so you always know where to look, even in a collapsed vault.

File explorer with dots and folder badge


Features

Colored dots — Unread (blue) and Later (orange) by default. Fully customizable — add any status with any color, and optionally a custom icon/emoji instead of the default dot.

Folder badges — each parent folder shows a per-status count (1● 1●) at every depth, even collapsed. Hover a segment to see which status it is.

Status bar — total unread count visible at the bottom of Obsidian at all times.

Dot aging — fresh dots start at full opacity and fade slightly each day. Files you've been sitting on for a week look the part.

Snooze — right-click → Snooze 1 day / 3 days / 1 week. The dot disappears and comes back automatically when the time is up. All currently snoozed files are also listed in Settings, with remaining time and a one-click unsnooze.

Offline detection — files created by scripts or sync tools while Obsidian was closed are picked up automatically on the next launch, with a configurable grace period so files you create and edit yourself very quickly aren't mistakenly flagged.

Open Next/Previous Unread — Ctrl+Shift+U steps through unread files one by one, showing progress ("3 of 12"). Step back with the Previous in review command if you went too far.

Colored context menu — each status shows its own colored circle. No guessing.

Right-click context menu

Unread overview codeblock — embed a live, filterable overview of your unread/later files directly in any note (e.g. a daily-note template):

```unread-overview
status: unread, later
folder: Projects
limit: 5
sort: created
```

Unread overview codeblock


Installation

  1. Download main.js, manifest.json, styles.css from the latest release
  2. Copy to .obsidian/plugins/unread-plus/ in your vault
  3. Settings → Community Plugins → enable Unread+

On first install, a short welcome modal explains dots, folder badges, and right-click statuses.

Onboarding modal

# From source
git clone https://github.com/kashicards/unread-plus.git
cd unread-plus && npm install && npm run build

Usage

Action How
Set status Right-click file → pick status
Set selected files unread Select files → right-click → Mark selected as Unread
Clear selected files Select files → right-click → Mark selected as read
Clear status Right-click → Mark as read
Snooze Right-click → Snooze 1 day / 3 days / 1 week
Open next unread Ctrl+Shift+U
Open previous unread Command palette → Previous in review
Mark all as read Command palette → Mark all as read

Settings

Settings

  • Auto-read delay — auto-clear status after N seconds of the file being open
  • New file grace period — how long a newly created file is watched for becoming active before it's marked unread (protects fast create → paste → switch-away workflows)
  • Show label in badge — display Unread ● instead of just ●
  • Ignored paths / extensions — never track certain folders or file types. Folder paths are typed with autocomplete suggestions from your vault; json is excluded by default.
  • Statuses — add, rename, recolor, give each an optional icon/emoji, and reorder them by drag-and-drop. "Count in folder badges & queue" controls folder badges and queue inclusion. Deleting a status asks for confirmation and shows how many files are affected.

Status list

  • Snoozed files — overview of every currently snoozed file with remaining time and a one-click unsnooze button.

Snoozed files list

  • Queue — order and auto-mark behavior for Ctrl+Shift+U
  • Reset to defaults — resets all settings and statuses back to their defaults, behind a confirmation dialog
HealthExcellent
ReviewSatisfactory
About
Track unread files with colored status dots and per-status folder badges that propagate counts through the entire folder tree, even when collapsed. Show a total unread count in the status bar, age dots over time, snooze items, detect files added while Obsidian was closed, open unread files sequentially, and create custom statuses and colors.
FilesStatus barSidebar
Details
Current version
1.1.1
Last updated
14 hours ago
Created
2 months ago
Updates
6 releases
Downloads
136
Compatible with
Obsidian 1.4.10+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
LucyLucykashicards
GitHubkashicards
  1. Community
  2. Plugins
  3. Files
  4. Unread+

Related plugins

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Recent Files

Display a list of recently opened files.

Reveal Active File Button

Add a button to the top of the File Explorer, to reveal the active file.

Custom File Explorer sorting

Manual or automatic config-driven reordering and sorting of files and folders in File Explorer.

Novel word count

Display a word count, page count, creation date, or other statistics for each file, folder and vault in the File Explorer pane.

Flexplorer

Enhance the file explorer with custom sorting, pinning, and hiding.

Better Word Count

Count the words of selected text in the editor.

File Explorer Note Count

See the number of notes in each folder within the file explorer.

File Tree Alternative

An alternative file tree view with separate folder and file panes.

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.