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 Dot

denmojodenmojo196 downloads

Marks unopened notes with a blue dot in the file explorer. Auto-clears the moment the note is opened.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

A small Obsidian plugin that marks newly created files with a blue dot in the file explorer and clears the dot the moment you open the file. Helps you spot notes you have not yet read without having to maintain any frontmatter or tags.

Features

  • New files (any extension) get a blue dot in the file explorer the moment they are created.
  • The dot disappears the first time you click the file in the explorer or open it in a tab.
  • State persists across restarts in .obsidian/plugins/unread-dot/data.json.
  • Renaming or moving a file preserves its unread state.
  • File-explorer only. Wikilinks, graph view, and the editor are untouched.
  • Optional ignore lists by extension or path prefix (e.g., skip attachments).
  • Right-click any file for "Mark as read" / "Mark as unread".
  • Commands: "Mark all notes as read", "Mark current note as unread".

First-run behavior

Existing files in the vault when you install the plugin are treated as already read. Only files created from that point forward get tracked. This avoids flooding the explorer with dots on day one.

Installation

From Community Plugins (once approved)

  1. Settings → Community plugins → Browse
  2. Search for "Unread Dot"
  3. Install and enable

Manual install

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Create a folder .obsidian/plugins/unread-dot/ inside your vault.
  3. Drop the three files into that folder.
  4. Restart Obsidian and enable the plugin in Settings → Community plugins.

Via BRAT (pre-release testing)

  1. Install the BRAT plugin.
  2. Add the beta plugin: denmojo/obsidian-unread-dot.
  3. Enable it in Settings → Community plugins.

Settings

  • Ignored extensions - comma-separated list of extensions (no leading dot) to skip. Example: png, jpg, pdf, opus.
  • Ignored path prefixes - one path per line. Files whose path starts with any of these will not be marked. Example: Attachments/ or Archive/.
  • Mark all read button - clears every unread mark in the vault.

Changes to ignore rules apply immediately and prune any currently marked files that match.

Commands

Command Description
Unread Dot: Mark all notes as read Clears every unread mark.
Unread Dot: Mark current note as unread Adds the active note back to the unread set.

Right-click menu

Right-click any file in the explorer to toggle its unread state. Files matching an ignore rule do not show the menu item.

Known limitations

  • Tracked state lives in the vault's .obsidian/ folder, so it syncs across devices only if you sync .obsidian/ (e.g., Obsidian Sync, Syncthing).
  • The plugin uses Obsidian's internal view.fileItems to attach the marker. This is widely used by community plugins but is not part of the public API and may need adjustment if Obsidian changes the file-explorer internals.

License

MIT - see LICENSE.

98%
HealthExcellent
ReviewPassed
About
Mark newly created files in the file explorer with a blue dot that clears the first time you open them, making unread notes easy to spot. Persist unread state across restarts, preserve it when renaming/moving files, and mark files read/unread via right-click or commands.
FilesSidebarCommands
Details
Current version
1.0.1
Last updated
3 weeks ago
Created
3 weeks ago
Updates
3 releases
Downloads
196
Compatible with
Obsidian 1.4.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
denmojodenmojo
github.com/denmojo
GitHubdenmojo
  1. Community
  2. Plugins
  3. Files
  4. Unread Dot

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.

Flexplorer

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

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.

Reveal Active File Button

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

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.

Find orphaned files and broken links

Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.

Local REST API & MCP Server

Unlock your automation needs by interacting with your notes over a secure REST API.