<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Excursus &#187; Outliner</title>
	<atom:link href="http://markelikalderon.com/category/outliner/feed/" rel="self" type="application/rss+xml" />
	<link>http://markelikalderon.com</link>
	<description>Philosophy and Text</description>
	<lastBuildDate>Tue, 27 Dec 2011 23:01:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Ted Goranson Returns</title>
		<link>http://markelikalderon.com/2008/02/10/ted-goranson-returns/</link>
		<comments>http://markelikalderon.com/2008/02/10/ted-goranson-returns/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 22:46:07 +0000</pubDate>
		<dc:creator>Mark Eli Kalderon</dc:creator>
				<category><![CDATA[Outliner]]></category>

		<guid isPermaLink="false">http://markelikalderon.com/blog/2008/02/10/ted-goranson-returns/</guid>
		<description><![CDATA[At least for this month. About This Particular Outliner last appeared in November 2006. The promised review of writing applications on OS X has not surfaced, but something perhaps even more exciting has: It’s time for a major advance, and guess what? After daydreaming, designing, and proposing, I am now actually building something. It’s risky, [...]]]></description>
			<content:encoded><![CDATA[<p>At least for this <a href="http://www.atpm.com/14.02/atpo.shtml">month</a>. <em>About This Particular Outliner</em> last appeared in November 2006. The <a href="http://markelikalderon.com/blog/2006/11/02/atpm-on-activity-monitor/">promised</a> review of writing applications on OS X has not surfaced, but something perhaps even more exciting has:</p>

<blockquote>
  <p>It’s time for a major advance, and guess what? After daydreaming, designing, and proposing, I am now actually building something. It’s risky, it’s ambitious, and there will be parts we’ll have to adjust as we go. But I do think it’s a huge leap in the power of conceptual tools for personal and collaborative use.</p>
  
  <p>I can’t say much at this point, but it is a media outliner, meaning you should be able to outline within media. It’s Web-based. It does some things you’ve never seen before. We hope to make it free. Stay tuned. You will hear it first in ATPO.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://markelikalderon.com/2008/02/10/ted-goranson-returns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Folding Text</title>
		<link>http://markelikalderon.com/2007/08/07/folding-text/</link>
		<comments>http://markelikalderon.com/2007/08/07/folding-text/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 19:26:24 +0000</pubDate>
		<dc:creator>Mark Eli Kalderon</dc:creator>
				<category><![CDATA[BBEdit]]></category>
		<category><![CDATA[Outliner]]></category>
		<category><![CDATA[Text Editor]]></category>
		<category><![CDATA[TextMate]]></category>

		<guid isPermaLink="false">http://markelikalderon.com/blog/2007/08/07/folding-text/</guid>
		<description><![CDATA[Code folding is a feature of some text editors that allows the selective hiding and displaying of the text being edited. This is particularly useful if you are working on a small subsection of a large, complicated text. Code folding allows you to display and work on the relevant portion of the text while hiding [...]]]></description>
			<content:encoded><![CDATA[<p>Code folding is a feature of some text editors that allows the selective hiding and displaying of the text being edited. This is particularly useful if you are working on a small subsection of a large, complicated text. Code folding allows you to display and work on the relevant portion of the text while hiding the rest. It also allows you to view the structure of the text by hiding irrelevant details. While primarily a feature of programmer&#8217;s editors and IDEs, it is easy to see how this feature can be useful to writers as well.</p>

<p>There are a variety of ways to implement code folding. Sometimes special delimiters are used to mark where in the text the fold is to occur; other times the folding is syntax-based. If the implementation of code folding is syntax-based, then this feature will only be useful for writing if you are using some form of structural markup such as LaTeX or DocBook.</p>

<p>Developed in the 70s in the Lisp community, code folding editors are the ancestor of outliners, such as <a href="http://www.omnigroup.com/applications/omnioutliner/pro/">OmniOutliner</a> and <a href="http://artec-software.com/products/neo/en_index.html">TAO</a>. (For some of the hitory of outliners see <a href="http://www.outliners.com/">Outliners.com</a>, Dave Winer&#8217;s history of <a href="http://davewiner.userland.com/outlinersProgramming">More</a> and Ted Goranson&#8217;s column <a href="http://www.atpm.com/Back/atpo.shtml">About This Particular Outliner</a>.) The expanding and collapsing file system viewer that first appeared in MacIntosh System 7 was an abstraction of the code folding UI, an abstraction that informs the UI of a variety of programs today.</p>

<p>As I posted earlier, <a href="http://www.barebones.com/" title="Welcome to Bare Bones Software">BBEdit</a> 8.7 features improved code folding. Following on the heals of this, <a href="http://macromates.com/" title="TextMate — The Missing Editor for Mac OS X">TextMate</a> revision 1413 offers a small refinement to its folding GUI:</p>

<blockquote>
  <p>[CHANGED] The right-pointing folding arrow is another color to make it visually distinct from the up/down arrows. Thanks to Paul Howson.</p>
</blockquote>

<p>The visual distinction is a nice detail. Not everyone, however, was thrilled with the implementation:</p>

<p><img src='http://markelikalderon.com/wp-content/uploads/2007/08/orange.jpg' alt='right arrow' /></p>

<p>It&#8217;s not just that the orange is garish (it is), but it is sufficiently loud to drown out the gray down arrow. Thomas Aylott of <a href="http://subtlegradient.com/" title="subtleGradient">subtleGradient</a>, benevolent soul that he is, has answered the howls of protest on the mailing list with a customized nib and png files that provided a more muted contrasting gray for the right arrow. The results can be viewed <a href="http://trippledoubleyou.subtlegradient.com/stuff/subtleGradient%20Leopard%20TextMate%20Theme%20Dark%202.png">here</a> and the files can be downloaded <a href="http://trippledoubleyou.subtlegradient.com/stuff/subtleGradient%20Leopard%20TextMate%20Theme%20Dark%202.dmg">here</a>. Thanks, Thomas, for teh awesomeness!</p>
]]></content:encoded>
			<wfw:commentRss>http://markelikalderon.com/2007/08/07/folding-text/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ATPM on Activity Monitor</title>
		<link>http://markelikalderon.com/2006/11/02/atpm-on-activity-monitor/</link>
		<comments>http://markelikalderon.com/2006/11/02/atpm-on-activity-monitor/#comments</comments>
		<pubDate>Thu, 02 Nov 2006 02:34:03 +0000</pubDate>
		<dc:creator>Mark Eli Kalderon</dc:creator>
				<category><![CDATA[Activity Monitor]]></category>
		<category><![CDATA[FileMerge]]></category>
		<category><![CDATA[Hybrid Application]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Outliner]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://markelikalderon.com/blog/2006/11/02/atpm-on-activity-monitor/</guid>
		<description><![CDATA[As I mentioned in my initial post, learning about the UNIX underpinnings of OS X was a revelation. While I would never like to work exclusively in a text based terminal, a lot of UNIX utilities can be exploited by writers as well as coders. While visual editing familiar from word processors tends to obscure [...]]]></description>
			<content:encoded><![CDATA[<p>As I mentioned in my initial <a href="http://markelikalderon.com/blog/2006/09/27/the-word/">post</a>, learning about the UNIX underpinnings of OS X was a revelation. While I would never like to work <em>exclusively</em> in a text based terminal, a lot of UNIX utilities can be exploited by writers as well as coders. While visual editing familiar from word processors tends to obscure the semantic structure of complex documents, the GUI has its place even in the manipulation of text. There is an interesting class of applications that I like to think of as hybrid apps. The least interesting of these are merely GUI wrappers of command line utilities. Others, however, add value to these utilities by allowing the user to interact with them in novel and useful ways. One example that deserves special mention is Apple&#8217;s FileMerge that allows for the visual comparison of text files. I will be blogging more about FileMerge, but for now, here is a screenshot:</p>

<p><a class="imagelink" href="http://markelikalderon.com/wp-content/uploads/2006/11/Picture 1.png" title="FileMerge"><img id="image89" src="http://markelikalderon.com/wp-content/uploads/2006/11/Picture 1.thumbnail.png" alt="FileMerge" /></a></p>

<p>Another hybrid application from Apple is Activity Monitor:</p>

<p><a class="imagelink" href="http://markelikalderon.com/wp-content/uploads/2006/11/Picture 2.png" title="Activity Monitor"><img id="image90" src="http://markelikalderon.com/wp-content/uploads/2006/11/Picture 2.thumbnail.png" alt="Activity Monitor" /></a></p>

<p>Of course a lot of the information displayed by Activity Monitor can be accessed by top in the terminal, but there&#8217;s more besides. In a <em>How To</em> article in <a href="http://www.atpm.com/">About This Particular MacIntosh</a> Sylester Roque begins the first part of a <a href="http://www.atpm.com/12.11/activity.shtml">review</a> of the Activity Monitor. Check it out to get a sense of the potential of this underappreciated utility.</p>

<p>While on the topic of <a href="http://www.atpm.com/">ATPM</a>, Ted Goranson in his <a href="http://www.atpm.com/12.11/atpo.shtml">column</a> about outliners (text editors that allow multiple views of a document based on its logical structure), will be writing about writing environments next month. If you are not yet familiar with this fascinating column, the <a href="http://www.atpm.com/Back/atpo.shtml">archives</a> are a rewarding read.</p>
]]></content:encoded>
			<wfw:commentRss>http://markelikalderon.com/2006/11/02/atpm-on-activity-monitor/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

