Note Doctor

by MrDanRave
5
4
3
2
1
Score: 35/100
New Plugin

Description

Auto-tags new notes as #INCOMPLETE, and provides Complete/Mark-Incomplete commands and a triage stack for reviewing incomplete notes. - This plugin has not been manually reviewed by Obsidian staff.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Note Doctor

An Obsidian plugin that keeps your notes healthy — auto-tag new notes, review and manage notes by tag.

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.