Skip to content

Releases: mattmaiorana/sidecar

1.2.3

27 Jun 03:26

Choose a tag to compare

Community plugin directory compliance — no feature changes.

Changed

  • Cleared the last two flagged document references: the sidebar launcher now
    uses activeDocument, and popout detection compares windows instead of the
    global document.

1.2.2

27 Jun 03:13

Choose a tag to compare

More community plugin directory compliance — no feature changes.

Changed

  • Removed the default Cmd/Ctrl+Shift+S hotkey (Obsidian discourages bundling
    default hotkeys). The "Open default note" command still exists — assign your
    own key in Settings → Hotkeys if you want one.
  • Replaced revealLeaf with setActiveLeaf (avoids an API newer than the
    declared minAppVersion).
  • Dropped !important from the button-visibility CSS, and the main-window
    body-class toggles now use activeDocument.

1.2.1

26 Jun 23:35

Choose a tag to compare

Community plugin directory compliance — no feature changes.

Changed

  • Main-window styling moved into a styles.css file (Obsidian loads it); button
    visibility now toggles body classes. The popout chrome is still styled
    per-popout. Copy styles.css alongside main.js + manifest.json.
  • The always-on-top pin no longer injects a <script> — it resolves the popout's
    own window directly.
  • Command IDs/names simplified to "Open current note" and "Open default
    note"
    . The default Cmd/Ctrl+Shift+S for the default note still works; if you
    had bound your own hotkey to these commands, re-bind it.
  • minAppVersion raised to 1.5.11; plugin description no longer says
    "Obsidian".
  • Releases are now built and published with build-provenance attestations via
    GitHub Actions.

1.2.0

26 Jun 22:27

Choose a tag to compare

Sidecar is a simplified Obsidian popout window for navigating and editing project notes while the main window stays untouched. Perfect for parking next to your web browser.

Window creation uses Obsidian's own popout API (the same mechanism behind "Open in new window"). Sidecar gives that window a clean, narrow, minimal look and a sensible default size and position. The note opens as a real Obsidian MarkdownView, so you keep live preview, your theme, and your other plugins — full editing, not a stripped-down view.

A nice way to use it: keep a hand-maintained index note full of [[links]] to your projects, set it as the default note, and open it in a Sidecar with one keystroke. The Sidecar becomes a self-curated project browser you can use alongside other apps more easily than the main Obsidian interface.

What you get

  • Open the current note or a configured default note in a tall, narrow popout — via command, hotkey (Cmd/Ctrl+Shift+S opens the default note), the ribbon, a file-tree right-click, the editor toolbar, or a left-sidebar button.
  • Open as many independent Sidecars as you like.
  • A minimal in-window bar: back/forward, a home button (→ default note), pop-in (→ return the note to the main window), and an always-on-top pin.
  • Configurable width and height; the window opens offset from your main window's corner. Desktop only.

What's new in 1.2.0

  • Left-sidebar launcher button — opens the default note from the left sidebar's tab bar, for those who keep the ribbon hidden.
  • Re-style popouts on reload (opt-in) — re-applies Sidecar styling to popout windows Obsidian restores after a reload.
  • Close leftover popouts on reload (opt-in) — closes the dead duplicate popout windows Obsidian leaves behind after "Reload app without saving."
  • Back/forward and home buttons now show by default.
  • Refreshed icons (open: arrow-up-right, pop-in: arrow-down-left).

Install

Download main.js and manifest.json below into <your vault>/.obsidian/plugins/sidecar/, then turn off Restricted mode and enable Sidecar under Community plugins. (Desktop only.)