From d977ea5fa7c685a3f93fb0b1ce5c160104c19a0c Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 6 Sep 2026 22:59:08 +0200 Subject: [PATCH] docs(toc): describe the active heading in the outline tab The Interaction section documented click-based navigation only. Active-heading highlighting has in fact been shipped and undocumented since 77ad6950e8, which added it for PDFs and AI chat notes, so the bullet goes in the shared section alongside the existing ones rather than being written as a text-note feature. Also covers the collapsed case: since the child row is hidden, the collapsed heading is highlighted in its place, which would otherwise read as a bug. Edited by hand rather than through edit-docs, so both representations are updated together and neither file carries the tool's usual reflow churn. Co-Authored-By: Claude Opus 5 (1M context) --- .../UI Elements/Right Sidebar/Outline tab.html | 3 +++ .../UI Elements/Right Sidebar/Outline tab.md | 1 + 2 files changed, 4 insertions(+) diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/UI Elements/Right Sidebar/Outline tab.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/UI Elements/Right Sidebar/Outline tab.html index ea3bb9159a..9725568102 100644 --- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/UI Elements/Right Sidebar/Outline tab.html +++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/UI Elements/Right Sidebar/Outline tab.html @@ -22,6 +22,9 @@ diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Right Sidebar/Outline tab.md b/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Right Sidebar/Outline tab.md index 5d2f2956a5..f6d9d797a0 100644 --- a/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Right Sidebar/Outline tab.md +++ b/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Right Sidebar/Outline tab.md @@ -18,6 +18,7 @@ The following note types are supported: ### Interaction * Clicking on a heading will scroll the document to the position of the heading. +* As the document is scrolled, the heading being read is highlighted and the list scrolls to keep it in view. If that heading is hidden inside a collapsed section, the collapsed heading is highlighted instead. * Pressing the close button will dismiss the table of contents but it can be shown again from the Floating buttons section. ### Configuration