dive into mark

You are here: dive into markArchivesApril 2002Outlines vs. outliners

Tuesday, April 16, 2002

Outlines vs. outliners

I got some feedback from yesterday’s piece, Investigating OPML, to the effect that “you just don’t get outlining”. On the contrary, I love outlines, and I love outlining. Virtually everything I write is an outline. I just don’t like outliners.

However, I don’t edit any of these in an outliner. I like to edit Python code in an IDE (or in Emacs in python-mode), which autoindents for me and allows me to “fold” code blocks (collapse an outline node) that I’m not currently using. I prefer to write my book in Emacs, in Docbook mode with many custom macros. I generally just edit wikis and my weblog in a browser.

Why? Because everything in life should be plain text. Sure, Python code is an outline, and my IDE takes advantage of that. But I don’t always have my IDE (it’s Windows-specific), and not all installations of Emacs have python-mode. Sometimes all I have is Notepad. But Python code is plain text, so I can edit it in anything. All I have to do is keep track of spaces myself; the rest is just text. Simple.

This is why I dislike outliners in general, and the OPML format in particular: they presume that my work is primarily an outline, secondarily text. OPML clearly expresses the hierarchical structure of the outline, but obfuscates (entity-encodes) all my actual content. This is exactly backwards. The fact that some documents can be thought of as outlines is useful knowledge when building an editor (ActivePython and Vim 6 take advantage of this), but it’s not important enough to make the document substantially more difficult to edit outside that editor. No amount of convenience is worth giving up the simplicity of plain text editing.

Filed under , , ,

Respond privately

I am no longer accepting public comments on this post, but you can use this form to contact me privately. (Your message will not be published.)



Recent Stuff For You, Special Price Stay Here
  • Greasemonkey Hacks
Good Stuff Buy The Cow Go Away
Dive Into Python
Powered by Google Drink The Milk Don't Steal

 

posts / comments
© 2001-8 Mark Pilgrim