denmojo196 downloadsMarks unopened notes with a blue dot in the file explorer. Auto-clears the moment the note is opened.
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.
.obsidian/plugins/unread-dot/data.json.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.
main.js, manifest.json, and styles.css from the latest release..obsidian/plugins/unread-dot/ inside your vault.denmojo/obsidian-unread-dot.png, jpg, pdf, opus.Attachments/ or Archive/.Changes to ignore rules apply immediately and prune any currently marked files that match.
| 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 any file in the explorer to toggle its unread state. Files matching an ignore rule do not show the menu item.
.obsidian/ folder, so it syncs across devices only if you sync .obsidian/ (e.g., Obsidian Sync, Syncthing).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.MIT - see LICENSE.