4Cjyxbq25Cb406 downloadsHighlights currently open notes in the graph view — custom color, enlarged size, and dimming of other nodes. Includes an in-graph control panel.
An Obsidian plugin that visually highlights currently open notes in the graph view.

main.js and manifest.json from the latest releaseopen-notes-graph-highlight inside your vault's .obsidian/plugins/ directoryA small control panel appears in the bottom-right corner of the graph view for quick adjustments.
| Setting | Description | Default |
|---|---|---|
| Scope | Which notes count as open: all panels, the active panel only, or a saved workspace | All panels |
| Workspace | Which saved workspace to read (only shown in workspace scope) | active workspace |
| Highlight color | Color used to highlight open notes | #e06c75 (red) |
| Node size | Fixed visual size of open notes (normal nodes: ~2–3) | 8 |
| Dim opacity | Opacity of non-open nodes (0 = invisible, 1 = normal) | 0.15 |
All settings are also accessible directly in the graph view via the control panel.
With Scope → Saved workspace, the plugin reads the layout of a workspace saved by Obsidian's Workspaces core plugin and highlights the notes stored in it. The workspace is not loaded — your current layout, and the graph you are looking at, stay exactly as they are. Notes pinned inside that workspace keep the pinned color, just as they do in the live scopes.
This scope needs the Workspaces core plugin to be enabled (Settings → Core plugins). If it is off, or no workspace has been saved yet, the picker says so and no notes are highlighted.
MIT