Skip to main content
The Smart Outline reads your conversation after every AI reply and builds a navigable tree in the side panel. Each of your messages becomes a top-level entry, and any Markdown headings inside the AI’s response become nested entries beneath it. The longer the conversation, the more value the outline adds. Smart Outline — live conversation table of contents

How the outline is built

Every time the AI finishes a reply, Ophel scans the page and produces a tree from two sources:
  • Your questions — each user message becomes a first-level entry
  • AI response headings — Markdown headings (#, ##, ###, etc.) inside AI replies appear as nested children under the question that triggered them
You: Explain React core concepts
  ├── # React Introduction
  │   ├── ## What is React
  │   └── ## Why use React
  ├── # Core Concepts
  │   ├── ## Components
  │   ├── ## Props and State
  │   └── ## Lifecycle
  └── # Summary
Click any entry in the outline to jump directly to that part of the conversation.

Scroll following and locate mode

As you scroll the conversation, the outline highlights the entry that matches your current reading position in real time — a position indicator that keeps you oriented inside long threads. If you scroll the outline panel itself and lose track of where you are, click the Locate current position button or press to snap the outline panel back to highlight your current position.

Filter and toolbar controls

The outline toolbar gives you quick controls for filtering, expansion, copying, locating, and scrolling.
ButtonWhat it shows
Questions toggleShows or hides your messages as outline entries — useful for reviewing the conversation flow
Bookmarks onlyShows only entries you have starred
/ Expand / collapse allExpands or collapses the visible outline tree
Copy outlineCopies a Markdown outline for the current source
Locate current positionScrolls the outline panel back to the item matching your current reading position
/ Scroll top / bottomJumps within the outline list without moving the conversation page
You can also switch filters with keyboard shortcuts:
ShortcutAction
Toggle user questions on/off
Show only user questions (collapse to level 0)
Toggle bookmarks filter

Bookmarks

Hover over any outline entry to reveal the star icon. Click it to bookmark that heading. Bookmarks persist across page reloads.
If a bookmarked heading disappears from the conversation — for example, when the AI regenerates a response — it becomes a ghost bookmark. Open the Toolbox and select Clear Invalid Bookmarks to remove stale ghost bookmarks.

Expand by level

You can expand the tree to a specific heading depth without manually clicking every node.
1

Right-click any outline node

A context menu appears with expand-to-level options.
2

Choose a depth, or use a keyboard shortcut

Press through to expand to heading levels 1–6 directly.
Press to toggle all nodes expanded or collapsed at once.

Word count on hover

Hover over any outline entry to see a small tooltip showing the approximate character count of that section. This gives you a quick sense of how long an AI response or section is before you navigate to it.

Copy node text

Outline entries show a copy icon on hover. Click it to copy that node’s text to your clipboard — handy for re-asking a question in a new conversation or saving a heading to notes.

Copy full outline

Click the Copy outline button in the Outline toolbar to copy a structured Markdown outline for the current source. For conversations, the copy follows the current user-question toggle and heading level. For document outlines, it follows the visible outline tree. For virtualized long conversations, Ophel loads the full history first, then restores the page position when it finishes.

Document outline sources

On platforms that expose a separate document panel — such as Claude’s right-side document panel or Gemini’s Deep Research report — the outline header shows a Chat / Document source switch. When you select Document, the outline tree reflects the document’s heading structure instead of the conversation’s, letting you navigate the report independently from the chat thread.

Shortcuts

ShortcutAction
Refresh outline
Expand / collapse all
Toggle user questions on/off
Show only user questions (collapse to level 0)
Toggle bookmarks filter
Locate current position in outline
Search within outline
Jump to previous heading
Jump to next heading
- Expand outline to heading level 1–6
All shortcuts are customizable in Settings → Shortcuts.

Settings

Go to Settings → Features → Outline to configure the outline’s behavior.
SettingDescription
Auto updateWhether the outline refreshes automatically after each AI reply
Update intervalHow often Ophel checks for changes (seconds)
Follow modeWhether the outline tracks your scroll position: current, latest, or manual
Inline bookmark iconWhen to show the bookmark star inside the conversation text itself
Panel bookmark iconWhen to show the bookmark star in the outline panel entries
Show word countShow character count tooltip on hover
Prevent auto-scrollStop the outline panel from scrolling itself when you navigate
Last modified on June 18, 2026