Skip to content
Feather Logo

Feather Documentation

Native markdown editor for Windows

Back to Support

Outline Panel

The outline panel displays a table of contents generated from the headings in your document. It provides a quick way to see the structure of your document and jump to any section.

Opening the Outline Panel

Toggle the outline panel from the toolbar button (the list/outline icon on the right side of the toolbar). The panel opens on the right side of the window at 260px wide.

The panel visibility is an app-wide setting that persists across sessions.

How It Works

The outline is generated directly from your markdown headings:

  • ATX headings (# H1 through ###### H6) are detected
  • Setext headings (underlined with === or ---) are also detected
  • Headings inside fenced code blocks and YAML frontmatter are ignored
  • Inline formatting (bold, italic, code, links) is stripped from heading text

The outline updates in real time as you type.

Navigation

Click any heading in the outline to scroll both the editor and preview to that heading's position. This works in all view modes (Edit, Split, and Preview).

Active Heading Tracking

As you move your cursor through the document, the outline highlights the heading closest to your current position with your accent color. This gives you a persistent sense of where you are in the document's structure.

Indentation

Headings are indented in the outline based on their level. An H1 appears at the left edge, H2 is indented one level, H3 two levels, and so on. This visual hierarchy makes it easy to scan the document structure at a glance.