Jump to content

Outliner

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 91.124.215.186 (talk) at 23:02, 7 October 2007 (External links). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

An outliner is a special text editor that allows text to be structured as an outline. Outliners are typically used for computer programming, collecting or organizing ideas, Getting Things Done, or project management. It is generally acknowledged that Doug Engelbart was the first to see the advantages of the expandable-outline user interface paradigm in software.

Hierarchy - principal attribute

The principal attribute of outline editors is that they support or enforce the use of a hierarchy in most of their functions (below), not just in the display of information. For example:

  • Editing: Sound parent-child relationships are enforced when the user modifies the document structure. For example:
    • Promoting, demoting, copying, or deleting a parent has the same effect on the children.
    • Every item entry must be within one level of its predecessor, such that each item must be a sibling or child of the preceding item (thus, no item can be a great-grandchild of the preceding item).
  • Viewing: The tool enables the user to affect the display by level. For example:
    • Applying styles by outline level (e.g., bold all 1st level items)
    • Displaying selected levels (e.g., show all 1st and 2nd level items, but none deeper).
  • Search: The tool retrieves all items that contain the query terms plus the ancestors (parent, grandparent...) that give them context.
  • File import / export: Both the content and structure of outlines are conveyed when files are imported or exported (e.g., from and to tab-indented files).

Intrinsic vs. extrinsic outliners

It is possible to distinguish between intrinsic and extrinsic outlines. An intrinsic (or classic) outline is one in which the text itself is organized in an outline format. Content elements are structural elements. An extrinsic outliner is a product that presents labels, titles, or headings hierarchically in one pane and related text in another pane. Content elements and structural elements are separated in this model. The principal benefits of intrinsic outliners are that editing is simple and thus quick because the user need not manage two panes, and that the user has great flexibility to mix concise headings and verbose text as needed. The principal benefit of extrinisic outliners is that they enforce concise structures (heading labels of few words) that simplify and thus accelerate navigation of the structure.

File formats

See also