devonthesofa3k downloadsOrganize notes with customizable statuses. Track progress through an intuitive status pane, dropdown selector, and file explorer integration.
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.

Change current note status.obsidian-note-status). Map templates/statuses to extra YAML keys and optionally also write to the default..obsidian/plugins/obsidian-note-status/non-markdown-statuses.json, kept in sync on rename/delete.status: [draft]) or string (status: draft) for compatibility.Nav bar with current status


Status assignment:

File explorer with status icons and hover overview:

Multiple settings:

Custom templates editor:


Frontmatter tags mapping

Grouped status view:

Status dashboard:



You can contribute your own status templates to the plugin!
templates/ folder (e.g., templates/my-awesome-workflow.json).{
"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" }
]
}
Once accepted and merged, your template will be automatically included in the next build and available in the marketplace for all users.
main.js, manifest.json, and styles.css to .obsidian/plugins/note-status/.Personal knowledge
💡 idea → 📝 draft → ✏️ editing → ✅ completed → 📦 archived
Project delivery
📋 backlog → 🚦 ready → 👨💻 inDevelopment → 🧪 testing → 🚀 live
Academic
🔍 research → 📑 outline → ✏️ draft → 🔬 review → 📚 final
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.
License: MIT · Author: Aleix Soler