MrDanRave675 downloadsAuto-tags new notes as #INCOMPLETE, and provides Complete/Mark-Incomplete commands and a triage stack for reviewing incomplete notes.
An Obsidian plugin that keeps your notes healthy — auto-tag new notes, review and manage notes by tag.
This software was vibe coded
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).
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".
npm install then npm run build inside the plugin folder to produce main.js.main.js and manifest.json into your vault at:.obsidian/plugins/note-doctor/
Once approved, Note Doctor will be installable directly from Settings → Community Plugins → Browse.
| 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 |
cd note-doctor
npm install
npm run dev # watch mode — rebuilds on save
npm run build # production build
Requires Node 18+ and TypeScript 5+.
see LICENSE.