Skip to content

1.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 18:30
· 10 commits to main since this release

Initial release.

Real Pin prevents accidental closure of pinned tabs. Triggering the Close current tab command on a pinned tab (via Cmd/Ctrl+W, any custom hotkey bound to it, or the command palette) either asks for confirmation (default) or is blocked entirely, depending on the plugin setting.

Highlights

  • Intercepts the close command itself, so it works regardless of which hotkey is bound.
  • Confirmation modal on pinned-tab close by default; flip the setting to hard-block instead.
  • Mouse close paths (middle-click, right-click → Close) are intentionally left untouched.

Manual install
Copy main.js and manifest.json into <vault>/.obsidian/plugins/real-pin/, then enable Real Pin under Community plugins.