From 2d3031b7f37643f0782ce2aea48955efd8e6bb09 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 22 Jul 2026 21:09:21 +0000 Subject: [PATCH] Add changelog post for split view Split view (outline/outline#13044, #13073) lets users open two documents side by side in the desktop app. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01QLqSk8haWQ2qwnmHH2xfsP --- posts/split-view.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 posts/split-view.md diff --git a/posts/split-view.md b/posts/split-view.md new file mode 100644 index 00000000..a16d7d10 --- /dev/null +++ b/posts/split-view.md @@ -0,0 +1,13 @@ +--- +title: Split view +date: 2026-07-22T00:00:00Z +slug: split-view +--- + +You can now open two documents side by side with the new split view, making it easy to reference one document while working in another. + +- **Open a second pane** – choose "Open in split view" from a document or collection's menu, or from the command bar +- **Quick shortcuts** – modifier-click any link in the sidebar or editor (in the desktop app), or press `Cmd+Enter`/`Ctrl+Enter` from the command menu, to open it in the split pane instead of navigating away +- **Resizable panes** – drag the divider between panes to adjust their widths, or double-click it to reset to an even split + +Each pane keeps its own navigation history, so links you click inside a pane open within that pane rather than replacing what you're viewing elsewhere. Comments and history panels also work independently per pane.