mangecoeur / document-outline

Atom plugin for showing interactive document outlines
GNU General Public License v3.0
37 stars 20 forks source link

IMPORTANT: Development of the Atom editor is coming to an end, therefore this plugin will no longer be updated.

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!