Outliner
271597
225988531
2008-07-16T10:03:51Z
58.146.157.11
/* External links */
{{Unreferenced|date=November 2007}}
An '''outliner''' is a special [[text editor]] that allows text to be [[tree data structure|structured]] as an [[outline]]. Outliners are typically used for [[computer programming]], collecting or organizing [[idea]]s, [[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{{Fact|date=March 2008}}.
== 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).
** Hoisting an item hides all parent and sibling items; thereby focusing, or zooming in, on a particular branch. De-hoisting again reveals the full outline.
* 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 ==
* [[HTML]]/[[XHTML]] - outlines relatively trivial thanks to nested markup
* [[OPML]] - simple XML-based format, also used for syndication feedlists
* [[OML]] - alternative to OPML
* [[XOXO]] - dedicated [[HTML]]-based [[microformat]] for outlines
* [[RDF]] - (various formats) has web-oriented node & arc graph model, can be used for outline subset
==See also==
* [[Code folding]]
* [[Folding editor]]
* [[Personal information manager]]
* [[List of personal information managers]]
* [[Mind map]]
* [[Desktop Wiki]]
* [[:Category:Notetaking_software|Notetaking software]]
* [[:Category:Outliners]]
==External links==
{{Wiktionarypar|outliner}}
* [http://www.outliners.com/ Outliners.com]
* [http://www.hi.baidu.com/infomation21/ ADM: The Knowledge Management Desktop - version 4.0]
* [http://www.expandingbrain.com/wiki/doku.php Expanding Brain Outliner Wiki]
* [http://psychinnovations.com/psych/node/37 Outliners and Mind Map Software: A Really Thorough, Annotated List]
* [http://www.atpm.com/Back/atpo.shtml "About this particular outliner"]
* [http://john.redmood.com/organizers.html Overview of Windows Outlining Programs] (at least 4 years old)
* [http://www.actionoutline.com/outline-software.php ActionOutline: Outline software with Explorer-like interface]
* [http://frontier.userland.com/tutorial/writingInOutlines Writing in Outlines]
* [http://www.troubleshooters.com/tpromag/199911/199911.htm Outlines: The Do Everything Tool]
* [http://www.coulthard.com/blogs/keepingnotes.html Selecting a Note-Taking Program], written by Glen J. Coulthard
*[http://applications.linux.com/applications/05/06/01/2026215.shtml?tid=13 Tuxcards and KnowIt: Open source outlining] (dead link?)
* [http://www.outlinersoftware.com/ OutlinerSoftware.com], Discussion of Outliners
* [http://www.tranglos.com/free/keynote.html Keynote] Open Source Win32 multi-feature tabbed notebook outliner
* [http://www.treepad.com/ Treepad] Outliner and Personal Information Manager, by Freebyte
* [http://theguide.sourceforge.net/ The Guide] Open Source Win32 outliner
* [http://jreepad.sourceforge.net/ Jreepad] Java based Treepad Lite clone multi-platform
* [http://seonote.info/ SEONOTE] Freeware powerful outliner and information manager for MicrosoftTM WindowsTM XP, 2000, NT, 98 and 95 systems.
* [http://www.dynamiclist.com/ Dynamic List] A web-based outliner for MS Internet Explorer.
* [http://www.evernote.com/ EVERNOTE] Powerful outliner "A Single Place for All Your Notes" to easily capture, store and quickly access typed and handwritten memos, webpage excerpts, emails, phone messages, addresses, passwords, brainstorms, sketches, documents etc.
* [http://www.antp.be/software/misc/ 2DO] 2DO Notes management application with notes organized in a tree-view
* [http://webpages.charter.net/edreamleo/ Leo], an outline editor that supports literate programming (open-source, free, platform-independent, written in python)
*[http://notecase.sourceforge.net/ NoteCase] Open Source Outliner (Microsoft Windows, Linux, Mac OS X, Sharp Zaurus, FreeBSD, Nokia N770/N800/N810) (free/open source)
*[http://www.virtual-sky.com/ NoteCase Pro] Advanced version of Notecase outliner (Microsoft Windows, Linux, Mac OS X, Sharp Zaurus, Nokia N770/N800/N810) (proprietary software)
*[http://www.springnote.net/ Springnote] An online notebook web application with collaborative features, tree-view organization, and auto-saving. (open-source, free, written in [[Ruby on Rails]])
*[http://www.sqlnotes.net/ SQLNotes] Advanced Outliner/grid, sort of a cross between KeyNote/UltraRecall and [[Ecco Pro]]. The only outliner which is both intrinsic AND extrinsic (proprietary software -- free while in beta)
*[http://www.2brightsparks.com/infohesive/index.html InfoHesive] A powerful program to organize your data files and share information (Microsoft Windows) (proprietary software)
[[Category:Text editor features]]
[[Category:Project management software]]
[[Category:Outliners]]
[[de:Gliederungseditor]]
[[it:Outliner]]
[[ja:アウトラインプロセッサ]]