README file from
GithubUnread Badge
An Obsidian plugin that shows a small dot badge next to notes and folders in the file explorer that haven't been opened since they were last modified.
How it works
- A note is unread if you've never opened it, or if it was modified after you last opened it.
- A folder shows the badge if any note inside it (recursively) is unread.
- Opening a note marks it as read.
Context menu
Right-click any note or folder in the file explorer:
- Mark as unread — brings back the badge on a read note
- Mark as read — clears the badge without opening the note
- Mark folder as read / unread — applies to all notes inside recursively
Commands
- Mark all notes as read — clears all badges
- Mark all notes as unread — resets everything
Installation
Available in the Obsidian Community Plugins directory. Search for "Unread Badge" in Settings > Community Plugins.
Manual installation
- Download
main.js,manifest.json, andstyles.cssfrom the latest release. - Create a folder called
unread-badgein your vault's.obsidian/plugins/directory. - Copy the downloaded files into that folder.
- Reload Obsidian and enable the plugin in Settings > Community Plugins.