rosemary1812226 downloadsA sidecar note workflow with split view, synced quotes, and companion note files.
English | 中文
Read on the left. Capture on the right.
Sidecar Notes is an Obsidian desktop plugin for excerpt-based reading notes. It gives you a dedicated workbench on the right side, so you can keep reading in the source note while collecting quotes, comments, and side notes without turning the workflow into a rigid template.
Sidecar Notes is built for a simple loop:


Sidecar Notes: Toggle excerpt workbench or click the ribbon icon.Excerpt mode: On in the right-side workbench.Sync when you want to update the exported Markdown note immediately.highlight, bold, italic, or none.Left excerpt format
Controls how selected source text is marked after capture.Summary font size
Adjusts the preview text size in the right-side workbench.Auto-open sidecar
Automatically opens the workbench when you open a Markdown note.Auto-save summary file
Keeps the exported Markdown note updated while you edit excerpts and notes.Add bidirectional links
Adds a link from the source note to the exported note and a source link in the exported note.Export excerpt format
Chooses whether excerpts are written as quote blocks or callouts.Export callout style
Chooses the Obsidian callout type when callout export is enabled.Summary folder
Sets the folder where exported Markdown notes are created. Use / for nested folders, such as Sidecar Exports/Books.When auto-save is enabled, Sidecar Notes creates or updates a note like this:
Sidecar Exports/{source note name} Notes.md
Workbench state is also stored in plugin data, so excerpts and notes can be restored when you reopen the same source note.
Sidecar Notes works best if you want to:
It is not trying to be:
Copy these files into:
<vault>/.obsidian/plugins/sidecar-notes/
Required files:
main.jsmanifest.jsonstyles.cssversions.jsonReload Obsidian and enable Sidecar Notes.
npm install
npm run build
For watch mode:
npm run dev
Upload these files for each GitHub release:
main.jsmanifest.jsonstyles.cssversions.json