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 Doctor

MrDanRaveMrDanRave1k downloads

Auto-tags new notes as #INCOMPLETE, and provides Complete/Mark-Incomplete commands and a triage stack for reviewing incomplete notes.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates10

An Obsidian plugin that keeps your notes healthy — auto-tag new notes, review and manage notes by tag. Recording 2026-06-20 192224

This software was vibe coded


Features

🩺 The Doctor — Patient Queue

Opens a stacked card interface showing every note that carries the plaster tag. Cards slide in and out with animations as you move through the queue.

Keyboard shortcuts (while the queue is open):

Key Action
U Mark the note as healed (removes the plaster tag)
I Ignore — skip and move to the next note
O or Enter Open the note for a full review
Escape Close the queue

The ← Previous and Next → buttons let you navigate in both directions. Progress is shown as current / total (e.g. 5 / 40).

💉 The Nurse

Automatically applies a configurable plaster tag (default: #INCOMPLETE) to every new note the moment it is created. Two commands let you manage the tag manually from any note:

Command Action
The Nurse — Apply plaster tag Adds the plaster tag to the active note
The Nurse — Remove plaster tag Removes the plaster tag from the active note

Assign hotkeys to these commands in Settings → Hotkeys by searching for "Nurse".


Installation

Manual (current)

  1. Run npm install then npm run build inside the plugin folder to produce main.js.
  2. Copy main.js and manifest.json into your vault at:
    .obsidian/plugins/note-doctor/
    
  3. Restart Obsidian, then enable Note Doctor under Settings → Community Plugins.

Community Plugin Browser (pending review)

Once approved, Note Doctor will be installable directly from Settings → Community Plugins → Browse.


Settings

Setting Description
Plaster Tag Tag used to mark notes for the Doctor's review. Enter without #. Default: INCOMPLETE
The Nurse Auto-tags new notes and enables the apply/remove hotkey commands
Patient Queue Enables the Doctor's triage card view

Development

cd note-doctor
npm install
npm run dev      # watch mode — rebuilds on save
npm run build    # production build

Requires Node 18+ and TypeScript 5+.


License

see LICENSE.

HealthExcellent
ReviewSatisfactory
About
Tag new notes with a plaster tag and present them in a stacked, swipeable patient queue for quick triage. Mark notes healed to remove the tag, skip, or open for full review using a clean, keyboard-driven interface.
AnnotationEditingUtilities
Details
Current version
1.1.4
Last updated
3 months ago
Created
3 months ago
Updates
10 releases
Downloads
1k
Compatible with
Obsidian 1.6.0+
Platforms
Desktop, Mobile
License
OTHER
Report bugRequest featureReport plugin
Author
MrDanRaveMrDanRavemrdanrave
GitHubmrdanrave
  1. Community
  2. Plugins
  3. Annotation
  4. Note Doctor

Related plugins

Chessboard Viewer

Render chess positions diagrams in note preview.

LanguageTool Integration

Advanced grammar and spell checking, powered by LanguageTool.

Meta Bind

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

Advanced Tables

Improved table navigation, formatting, and manipulation.

Thino

Quickly capture memos and display them in the sidebar with a heatmap. (Closed source)

Lazy Loader

Load plugins with a delay on startup, so that you can get your app startup down into the sub-second loading time.

Admonition

Admonition block-styled content.

Editing Toolbar

The Editing Toolbar is modified from cMenu, which provides more powerful customization settings and has many built-in editing commands to be a MS Word-like toolbar editing experience.

Outliner

Work with your lists like in Workflowy or Roam Research.

Hover Editor

Transform the Page Preview hover popover into a fully working editor instance.