document-outline

Show a hierarchical outline of a text document

mangecoeur

43,817

90

2.1.2

GPL-3.0

GitHub

This package provides the following services:

Document Outline

Displays a hierarchical, interactive outline tree view for document markup.

screenshot of document-outline

Also registers as an outline provider for Atom-IDE for the supported document types.

screenshot of document-outline using atom-ide UI

Support types

Currently supports:

Usage

Trigger using document-outline:toggle or enable show by default setting. Single click to jump to heading in document, double click to collapse sub-headings.

Alternatively, enable the outline view of Atom-IDE (and disable the show by default setting).

Note: for simplicity, only 'modern' UI themes are supported (i.e. not the atom-light or atom-dark themes). Should work for popular UI themes including One-light/dark and Atom-material.

Why?

It's easy to get lost working on long documents - an outline view is a huge help. With document-outline, jump to headings in your document, and see the currently edited section highlighted in the outline.

See also

Some handy packages for working on long form markdown documents:

Contributions welcome!