tkoutline - http://tkoutline.sourceforge.net/ is an outline editor. It is distributed as a [starkit], a win32 [starpack], and as a standard tar distributed source tree. Version 0.93 released on 08-Apr-04 Tkoutline uses a modified wikit as its website. The date at the bottom of each page is a link to the same page with the its most recent changes highlighted. Also, the ''Contents'' link at the bottom of each page provides the functionality I posted at [Wiki hierarchical table of contents]. 2006-05-22 An 'outline' is presumably what is described here: http://en.wikipedia.org/wiki/Outline 2004-03-29, [SB] The 'beta' version 0.93 available from the author is really a gem. He has added support for magic buttons and this give a possibility to have a repository of tcl snippets that can be edited and run from the repository. Here is a simple example: [%canvas magic button%] toplevel .t wm title .t {Testing Canvas} canvas .t.c button .t.b -text Close -command {destroy .t} pack .t.c .t.b .t.c create text 100 100 -text "Hello World" 2004-04-08, [Brian Theado] - that 'beta' version has now been officially released. 2004-11-19, [MDD] - How about adding the ability to export to Open Office Impress slide format, so that you can use tkoutline in lieu of Impress' outline view to draft the text for a set of slides, then use Imposter [http://imposter.sourceforge.net/] to view them? (idea inspired by a post by Barry Kauler to the [Puppy Linux] forum) 2004-11-21, [Brian Theado] - I've heard that Open Office uses XML format. If the Impress XML format is simple enough, then this would be pretty easy to do. Tkoutline already has export to OPML (XML based) and HTML and another XML format shouldn't be very difficult. ---- * For other Outline Editors (Outliners) see: [Outline Editors (Outliners) in Tcl-Tk] * For a complete list of applications in Tcl-Tk classified by category, see: [Applications in Tcl and Tcl/Tk -#Index-] ---- [Category Application]