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

Note Status

devonthesofadevonthesofa4k downloads

Organize notes with customizable statuses. Track progress through an intuitive status pane, dropdown selector, and file explorer integration.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates8

Track the lifecycle of every file in your vault using statuses you fully control. Note Status brings visual clarity and structured workflows to Obsidian—whether you're managing research notes, writing projects, tasks, or long-term archives.

It works on both Markdown and non-Markdown files, integrates into multiple UI surfaces, and provides configurable dashboards, commands, and fast actions to keep information flowing.

Contents

  • Feature Guide: what the plugin can do across commands, UI surfaces, and workflows.
  • Settings Reference: every option, grouped like the in-app settings.

Big picture 1 Big picture 1

Quick start

  1. Open Settings → Note Status.
  2. Expand Templates & Statuses and keep a built-in template or add your own/custom-only set.
  3. Pick where to see/change status: Status Bar or Editor Toolbar.
  4. Set a status from the badge or run Change current note status.
  5. Watch file explorer icons update; hover for the overview popup or click to change again.
  6. If enabled, open the Status Dashboard or Grouped Status View from the ribbon/commands.

Key features

  • Status picker everywhere: status bar badge, editor toolbar, explorer context menus, commands.
  • Multi-status or single-status workflows; quick-status commands for hotkeys.
  • File explorer icons with configurable placement, frames, and visual treatments (row tint, underline, dot, border).
  • Status bar badges with accent/filled/dot styles and icon/text options; template names can auto-show on conflicts.
  • Dashboards and grouped views (gated by experimental toggles and vault size limit) for vault-wide visibility and quick actions.
  • Built-in templates (Colorful, Minimal, Academic, Project) plus full custom templates and standalone custom statuses.
  • Works with YAML frontmatter and non-Markdown via a synced JSON store; frontmatter mappings let you write to multiple keys.

Data model

  • Markdown: statuses live under the tag prefix (default obsidian-note-status). Map templates/statuses to extra YAML keys and optionally also write to the default.
  • Non-Markdown: stored in .obsidian/plugins/obsidian-note-status/non-markdown-statuses.json, kept in sync on rename/delete.
  • Single vs multi: multiple statuses by default; single-status mode can store as list (status: [draft]) or string (status: draft) for compatibility.

Screenshots

  • Nav bar with current status

    • navbar-unnasigned
    • navbar-multiple
  • Status assignment:

    • change-not-status-modal
  • File explorer with status icons and hover overview:

    • file-explorer-and-popup
  • Multiple settings:

    • settings-collapsed
  • Custom templates editor:

    • settings-collapsed
    • settings-collapsed
  • Frontmatter tags mapping

    • frontmatter-mappings
  • Grouped status view:

    • status-groups-full-picture-2
  • Status dashboard:

    • status-dashboard-1
    • status-dashboard-2
    • status-dashboard-3

Template Marketplace

You can contribute your own status templates to the plugin!

How to contribute (The Easy Way)

  1. Create a custom template in the plugin settings.
  2. Click the Share (📤) icon on your custom template.
  3. Follow the instructions in the modal to copy the JSON and submit a Pull Request to the official repository.
  4. Maintainers will review your submission and accept it if it passes the revision!

How to contribute (Manual)

  1. Fork the repository. ...
  2. Create a new JSON file in the templates/ folder (e.g., templates/my-awesome-workflow.json).
  3. Follow this format:
    {
      "id": "my-awesome-workflow",
      "name": "My Awesome Workflow",
      "description": "A workflow for doing awesome things",
      "authorGithub": "your-username",
      "statuses": [
        { "name": "todo", "icon": "📝", "color": "#ff0000", "templateId": "my-awesome-workflow" },
        { "name": "done", "icon": "✅", "color": "#00ff00", "templateId": "my-awesome-workflow" }
      ]
    }
    
  4. Submit a Pull Request with your JSON file!

Once accepted and merged, your template will be automatically included in the next build and available in the marketplace for all users.

Installation

Community Plugin Store (recommended)

  1. Obsidian → Settings → Community plugins.
  2. Disable Safe mode → Browse → search “Note Status”.
  3. Install and enable.

Manual

  1. Download the latest release from GitHub Releases.
  2. Extract main.js, manifest.json, and styles.css to .obsidian/plugins/note-status/.
  3. Enable in Community plugins settings.

Example workflows

Personal knowledge

💡 idea → 📝 draft → ✏️ editing → ✅ completed → 📦 archived

Project delivery

📋 backlog → 🚦 ready → 👨‍💻 inDevelopment → 🧪 testing → 🚀 live

Academic

🔍 research → 📑 outline → ✏️ draft → 🔬 review → 📚 final

Data format

Statuses in YAML(as string or array, it depends of your settings):

---
obsidian-note-status:
    - active
    - inProgress
---

Works with Dataview, Templater, QuickAdd, and search. Non-Markdown uses the JSON store noted above.

Support the project


License: MIT · Author: Aleix Soler

HealthExcellent
ReviewCaution
About
Track the lifecycle of files in your vault with customizable statuses that work on both Markdown and non‑Markdown files. Show and change statuses from the status bar, editor toolbar, explorer, and commands; use templates, multi‑status workflows, explorer icons, and dashboards for vault‑wide visibility and quick actions.
PropertiesStatus barTemplating
Details
Current version
3.1.2
Last updated
2 months ago
Created
Last year
Updates
8 releases
Downloads
4k
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
PayPal
Buy Me a Coffee
Author
devonthesofadevonthesofa
aleixsoler.com
GitHubdevonthesofa
  1. Community
  2. Plugins
  3. Properties
  4. Note Status

Related plugins

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Advanced Canvas

Supercharge your canvas experience. Create presentations, flowcharts and more.

Templater

Create and use dynamic templates.

QuickAdd

Quickly add new notes or content to your vault.

Folder notes

Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.

Update modified date

Automatically update a frontmatter modified date field when the file is modified.

MetaEdit

Manage your metadata.

LifeOS

Life management system.

Featured Image

Automatically set a featured image property in your notes based on the first image.

Fantasy Statblocks

Create, manage and view a Fantasy Bestiary with Dungeons and Dragons style statblocks.