Skip to main content

Documentation Index

Fetch the complete documentation index at: https://urzeye.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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.

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, press Alt+L (Mac: Option+L) to snap the outline panel back to highlight your current position.

Filter modes

Three filter buttons appear above the outline list. They let you reduce noise and focus on what matters.
ButtonWhat it shows
All (default)Everything — your questions and all AI headings
Questions onlyHides AI headings; shows only your messages — useful for reviewing the conversation flow
Bookmarks onlyShows only entries you have starred
You can also switch filters with keyboard shortcuts:
ShortcutAction
Alt+Q (Mac: Option+Q)Toggle questions-only filter
Alt+Shift+Q (Mac: Option+Shift+Q)Show all (clear filter)
Alt+C (Mac: Option+C)Toggle bookmarks filter

Bookmarks

Hover over any outline entry to reveal a 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 outline toolbox and use the cleanup option 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 Alt+Shift+1 through Alt+Shift+6 (Mac: Option+Shift+1 through Option+Shift+6) to expand to heading levels 1–6 directly.
Press Alt+E (Mac: Option+E) 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

User question entries show a copy icon on hover. Click it to copy the original question text to your clipboard — handy for re-asking in a new conversation or saving to notes.

Shortcuts

Mac users: Alt = Option.
ShortcutAction
Alt+RRefresh outline
Alt+EExpand / collapse all
Alt+QToggle questions-only filter
Alt+Shift+QShow all (clear filter)
Alt+CToggle bookmarks filter
Alt+LLocate current position in outline
Alt+FSearch within outline
Alt+UpJump to previous heading
Alt+DownJump to next heading
Alt+Shift+1..6Expand 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