# Open in New Tab ![Status Page](https://img.shields.io/badge/status-all%20systems%20probably%20fine-fff?style=flat&logo=statuspage&logoColor=FFFFFF&label=status&labelColor=5B595C&color=AB9DF2) ![All Your Base](https://img.shields.io/badge/all%20your%20base-are%20belong%20to%20us-fff?style=flat&logo=retroarch&label=all%20your%20base&labelColor=5B595C&color=5C7CFA) ![GIF Quality](https://img.shields.io/badge/gif%20quality-potato%20certified-fff?style=flat&logo=giphy&logoColor=FFFFFF&label=gif%20quality&labelColor=5B595C&color=FFD866) ![Frog Mode](https://img.shields.io/badge/frog%20mode-ribbit-fff?style=flat&logo=duolingo&logoColor=FFFFFF&label=frog%20mode&labelColor=5B595C&color=5C7CFA) ![VHS Tracking](https://img.shields.io/badge/vhs%20tracking-adjusting-fff?style=flat&logo=youtube&logoColor=FFFFFF&label=VHS%20tracking&labelColor=5B595C&color=78DCE8) ![Debugging](https://img.shields.io/badge/debugging-print%20statements-fff?style=flat&logo=gnometerminal&logoColor=FFFFFF&label=debugging&labelColor=5B595C&color=78DCE8) ![Jira](https://img.shields.io/badge/jira-947%20open%20tickets-fff?style=flat&logo=jira&logoColor=FFFFFF&label=jira&labelColor=5B595C&color=5C7CFA) ![Days Since Incident](https://img.shields.io/badge/days%20since%20incident-0-fff?style=flat&logo=fireship&logoColor=FFFFFF&label=days%20since%20incident&labelColor=5B595C&color=A9DC76) ![Typing](https://img.shields.io/badge/typing-three%20dots%20forever-fff?style=flat&logo=whatsapp&logoColor=FFFFFF&label=typing&labelColor=5B595C&color=5C7CFA)

Split preview mode > Enable split preview - Command palette: "Open in New Tab: Toggle split preview mode" - Note Toolbar helpers button (if obsidian-note-toolbar is installed) ## Installation ### Obsidian Community Plugin This plugin is available in the official Obsidian community plugin directory. Install it from **Settings > Community plugins > Browse** and search for "Open in New Tab" or "Open in New Tab by saltyfireball". Community plugin page: ## More Plugins by saltyfireball Browse all of my published Obsidian plugins on my profile: ## Settings - **Enable open in new tab**: Toggle the new-tab behavior on/off - **Focus existing tab**: Focus an already-open tab instead of opening a duplicate - **Enable split preview**: Auto-create a synced edit + reading view split - **Split direction**: Right (vertical) or down (horizontal) - **Edit pane mode**: Source mode or live preview for the edit pane ## Cross-Plugin API Exposes `window.openInNewTabAPI` for other plugins: - `isSplitPreviewActive()`: Returns whether split preview mode is on - `toggleSplitPreview()`: Toggles split preview mode on/off ## License MIT