Get AI summaries of any video or article — Sign up free
Tabs in Obsidian (new in v1.0) thumbnail

Tabs in Obsidian (new in v1.0)

Nicole van der Hoeven·
6 min read

Based on Nicole van der Hoeven's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Obsidian tabs can be created via the tab plus button, Command-clicking links, or using the File Switcher with Quick Switcher enabled.

Briefing

Obsidian’s latest release adds browser-style tabs to note-taking—then goes further by letting users rearrange notes dynamically across panes, windows, and stacked “tab stacks,” with keyboard shortcuts and synchronized scrolling. The change matters because it upgrades how people navigate large vaults: instead of switching files one at a time, users can keep multiple notes open in the same workspace and move between them quickly, while still customizing layout to match different workflows (writing, reference, processing, or game prep).

Tabs can be created three main ways. Users can click the plus icon next to existing tabs to open a new tab, then open a note within it; they can open a link in a new tab by holding Command and clicking; or they can use the File Switcher (enabled via the Quick Switcher core plugin) and open the selected file in a new tab using Command + Enter (or Control + Enter on non-macOS systems). Switching between tabs uses the same pattern as web browsers: Control + Tab to move forward and Control + Shift + Tab to move back.

Layout isn’t locked to a single model. Notes can be dragged between tabs and panes, letting users convert a tab into a pane and then open different notes inside each pane. This enables side-by-side organization where each pane can host its own set of tabs and behave differently depending on how the user configures it.

For users who want more than independent views, Obsidian also supports linking tabs across panes. By right-clicking a tab and choosing “link it with this tab,” users can synchronize scrolling between two copies of the same note—useful for workflows like keeping a preview pane while editing another copy. Unlinking uses the same menu path.

The release also addresses a compatibility backlash from an earlier insider rollout: tabs initially broke the popular Andy Matuschak–inspired plugin “Andy’s Sliding Panes.” In response, Obsidian shipped a core replacement called Tab Stacks. Tab Stacks group notes into a sliding, page-like interface reminiscent of Matuschak’s notes, accessible via a downward arrow on the tab bar. Crucially, stacking can be applied per pane, so one pane can use sliding stacks while another remains normal tabs.

Beyond tabs, the update adjusts core navigation shortcuts tied to pane splitting and cross-pane link opening. Right-click split options now read “split right” and “split down,” and opening links in another pane uses Command + Option Click. File Switcher behavior also changes, with Command + Option + Enter for opening in a different pane.

Workspaces receive a major boost as well. With tabs and pop-out windows, Workspaces can orchestrate multiple panes and sidebars across separate windows—for example, one window dedicated to a rival party in a D&D session, another for note processing filtered by tags (such as a TVZ tag), and a sidebar showing an initiative tracker. The update also refreshes appearance with a new default theme called “Dragon Glass,” adds theme versioning, and warns users to review custom keyboard shortcuts for conflicts. After initial frustration from shortcut changes, the overall takeaway is that tabs and tab stacks significantly expand how people can structure and manage complex vault workflows.

Cornell Notes

Obsidian’s v1.0 release introduces browser-style tabs, letting users open multiple notes in the same window and switch quickly with Control + Tab / Control + Shift + Tab. Tabs can be created via the tab plus button, by Command-clicking links, or through the File Switcher (Quick Switcher) with Command + Enter. Users can drag notes between tabs and panes, and they can link tabs across panes so scrolling stays synchronized. A compatibility issue with the Andy’s Sliding Panes plugin led to a built-in replacement called Tab Stacks, which provides sliding “page” navigation per pane. Together with updated pane-splitting shortcuts and improved Workspaces, the update makes large, multi-step workflows easier to manage.

What are the three ways to open a note in a new tab, and what shortcuts help you move between tabs?

A new tab can be created by clicking the plus icon next to existing tabs, then opening a note inside that tab. It can also be created from within a note by holding Command and clicking a link, which opens the linked note in the same window but a different tab. The third method uses the File Switcher: enable Quick Switcher in Settings → Core plugins, then use Command + O to find a file and open it in a new tab with Command + Enter (or Control + Enter on non-macOS systems). Switching between tabs uses web-browser-style shortcuts: Control + Tab to go forward and Control + Shift + Tab to go back.

How can users convert between tabs and panes, and why does that matter for organizing a workspace?

Users can click and drag a tab to reposition it as a pane. Dragging a tab to the right creates separate panes, and each pane can host its own tabs. This matters because it enables different organization strategies simultaneously—for instance, one pane can hold a reference note set while another pane holds different content, with the ability to open and manage notes independently in each area.

What does it mean to “link” tabs, and when is synchronized scrolling useful?

Linking tabs ties two copies of notes together so they scroll in sync even if they live in separate panes. The workflow is: right-click the tab you want to link, choose “link it with this tab,” and select the target tab. After linking, scrolling one note automatically scrolls the other. This is useful for scenarios like editing a note while keeping a preview view aligned, so the user can compare content without manually matching scroll positions.

How did Tab Stacks come about, and what makes it different from the earlier Andy’s Sliding Panes plugin?

Tabs initially disrupted the Andy’s Sliding Panes plugin, which many users liked because it replicated an interface associated with Andy Matuschak’s notes. Obsidian responded quickly with a built-in core feature called Tab Stacks. Tab Stacks provides the sliding, page-like navigation experience, but unlike the plugin, it can be enabled per pane—so one pane can use stacked sliding tabs while another pane remains normal tabs.

What changes to pane splitting and cross-pane link opening shortcuts came with the tabs release?

Right-click split options were renamed from “split vertically/horizontally” to “split right” and “split down.” Opening a link in another pane now uses Command + Option Click. Through the File Switcher, opening in a different pane uses Command + Option and Enter. These updates can confuse users with older shortcut muscle memory, so checking custom shortcuts is recommended.

How do Workspaces benefit from tabs and pop-out windows in practical workflows?

Workspaces can now orchestrate multiple panes and windows more effectively. One example uses a D&D5E workspace where a pop-out window is dedicated to a rival adventuring party, while the main window organizes PCs, NPCs, places, and a world page, plus a sidebar like an initiative tracker. Another workspace uses a TVZ tag–based workflow for processing unprocessed notes, opening a separate pop-out window (e.g., ExcaliBrain) and filtering out templates and notes from a specific TTRPGs folder. The result is a more structured, multi-window workflow that matches the task at hand.

Review Questions

  1. How would you open the same note in two tabs across two panes and then keep them scrolling together?
  2. Which settings change is required to use the File Switcher for opening files in new tabs, and what keyboard shortcut performs that action?
  3. What is the key difference between Tab Stacks and the earlier Andy’s Sliding Panes plugin in terms of where the sliding behavior applies?

Key Points

  1. 1

    Obsidian tabs can be created via the tab plus button, Command-clicking links, or using the File Switcher with Quick Switcher enabled.

  2. 2

    Tab navigation uses browser-like shortcuts: Control + Tab and Control + Shift + Tab.

  3. 3

    Users can drag tabs to convert them into panes, enabling different layouts and independent tab sets per pane.

  4. 4

    Tabs can be linked across panes so scrolling stays synchronized, supporting edit/preview workflows.

  5. 5

    Tab Stacks replaces the broken Andy’s Sliding Panes experience with built-in sliding navigation, and it can be configured per pane.

  6. 6

    Pane splitting and cross-pane link opening shortcuts changed, including split right/split down and Command + Option Click.

  7. 7

    Workspaces become more powerful with tabs and pop-out windows, supporting multi-window, task-specific layouts like game running and note processing.

Highlights

Tabs bring web-browser-style navigation to Obsidian, including Control + Tab / Control + Shift + Tab for switching.
Linked tabs can synchronize scrolling across panes, enabling true edit-and-preview workflows.
Tab Stacks delivers sliding “page” navigation inside Obsidian core and can be applied per pane.
Workspaces can now drive complex multi-window setups, such as dedicating a pop-out window to a rival party in a D&D workflow.

Topics