From c7d7845a9b4fc13ddb708b7bf28c16f364edb43a Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 26 Aug 2026 21:11:51 +0000 Subject: [PATCH] Add changelog posts for heading numbering and sidebar section reordering Both shipped in outline/outline this week (#13522, #13505) and are substantial enough to call out individually. --- posts/heading-numbering.md | 11 +++++++++++ posts/sidebar-sections.md | 9 +++++++++ 2 files changed, 20 insertions(+) create mode 100644 posts/heading-numbering.md create mode 100644 posts/sidebar-sections.md diff --git a/posts/heading-numbering.md b/posts/heading-numbering.md new file mode 100644 index 00000000..cb0f7392 --- /dev/null +++ b/posts/heading-numbering.md @@ -0,0 +1,11 @@ +--- +title: Heading numbering +date: 2026-08-22T00:00:00Z +slug: heading-numbering +--- + +Long, structured documents — specs, policies, reports — are often easier to navigate and reference when headings are numbered. You can now turn this on for any document from the display options in the document menu. + +Choose from three numbering styles: decimal (1.1.1), alphanumeric (1.a.i), or Harvard (I.A.1). Outline numbers every heading automatically and keeps the table of contents in sync as you add, remove, or reorder sections. Click a number to jump your cursor straight to that heading, and rest easy knowing headings inside tables are left out of the count. + +Copying text keeps the numbers intact, so referencing a section elsewhere is accurate, while pasting back into the editor strips them out to avoid duplicates. diff --git a/posts/sidebar-sections.md b/posts/sidebar-sections.md new file mode 100644 index 00000000..00d8f479 --- /dev/null +++ b/posts/sidebar-sections.md @@ -0,0 +1,9 @@ +--- +title: Reorder sidebar sections +date: 2026-08-22T00:00:00Z +slug: sidebar-sections +--- + +The sidebar is organized into sections — Starred, Shared with me, and Collections — and now you can drag them into whatever order works best for you, not just the items within them. + +Grab a section header and drop it where you'd like; your preferred order is saved to your account and stays consistent across every device you sign in from. Empty sections tuck themselves out of the way automatically, so your sidebar only ever shows what's relevant to you.