1.0.0
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.