|
|
Subscribe / Log in / New account

Outlining with Concord

By Nathan Willis
October 9, 2013

Organizing one's thoughts can be the most difficult part of writing, whether one is writing a blog post, a conference talk, or a technical document. Although everyone has a favorite tool, there is a dedicated community of people who are fans of the outliner: a plain-text editor that allows the user to create document structure with tab-indentation or similar minimalist markup.

Despite the lightweight markup and the simplicity of the editing interface, however, outliners can be used to generate and rearrange complex, multi-level documents or even small databases. Emacs Org mode, for example, is a much-loved outliner that supports a variety of uses: creating spreadsheets, calendar management with to-do lists, and much more. But it has been a while since there was a full-featured free software outliner for use on the web, so the recent release of Fargo, and the Concord component that powers it, has attracted considerable attention.

Dave Winer announced Concord on September 16, a few months after releasing Fargo as a free web outliner application that uses Dropbox as its storage back-end. Concord is written in JavaScript as a jQuery plugin that can be easily incorporated into other applications. In the initial announcement, Winer cited a number of popular web applications in which it could be useful, such as Evernote, WordPress, and GitHub. The license is GPLv3, a fact that prompted some griping in the comments on the announcement,from web developers who claim they would like to incorporate the module into products with a non-copyleft license.

For a while, Winer's company Small Picture ran a web content-management system (CMS) service called Trex running on top of Fargo, as a demonstration of Concord's integration capabilities, although the plug was pulled on October 7. Nevertheless, there are outliner fans who have written about the potential benefits of Concord integration for other projects; for example, Matt Jadud announced his plan to use the component in a web-based IDE.

[The Concord editor in Fargo]

Testing Concord or Fargo out for a few minutes might leave one wondering what all the fuss is about—after all, one can write text and indent it at will using the Tab key, and there are a few text mark-up options (bold, italics, and strikethrough), but little else. The real benefits of the tool, however, only reveal themselves when working on a real-world project. Behind the simplistic user interface, Concord saves documents as Outline Processor Markup Language (OPML), an XML format that is specifically designed to support collapsing and expanding sections, nested outline structure, and rearrangement of file contents. Many people may be familiar with OPML solely as the format used to save RSS feed subscriptions, but it does much more, and like most XML, can be transformed into other formats.

Where an outliner interface proves its mettle is in bringing structure to a document that is formed and re-formed as it is being written. A heavyweight editor (in which, say, every element needs to be explicitly assigned a position and hierarchy level at the outset) gets in the way, whereas tab-based markup lets the author shift items around essentially at full-typing speed.

As a web editor, Concord offers several niceties above and beyond the simple tab-based outline. Each level of an outline has a "wedge" (the familiar triangle icon) that expands or collapses sub-levels, and there is a "structure mode" that allows the user to move and rearrange existing outline levels (including promoting and demoting items to different levels) with the keyboard arrow keys.

Each item in the Concord outline also has hidden metadata attributes—such as creator and last-modification time—that can be shown and edited. By default, the editor renders outline contents as HTML (that is, actually displaying bold-tagged text in bold), but it can be switched into markup mode with a keystroke, allowing one to edit the tags directly. The editor also supports inserting JavaScript snippets and commenting out portions of the outline.

Winer, of course, is arguably the biggest fan of outliners one is likely to encounter on the web today. Fargo is reminiscent in many ways of his earlier web outliner project, the now-dormant Frontier. Whether Concord makes a more lasting impression than Frontier remains to be seen. The grumbling over the GPLv3 license suggests that there are a least a few potential users for the tool (squabbling over the merits of copyleft aside).

The biggest beneficiaries of a tool like Concord might be all of the web applications that currently implement their own editor component specifically for a specialized markup language. Consider Wikipedia, for example: Wiki markup is complex and covers hundreds of scenarios that the average article does not require. That makes it more difficult to work with when making a small change or insertion to an article. But tabs and arrow keys? Those are difficult to misunderstand and forget.


to post comments

Outliners and mindmappers

Posted Oct 10, 2013 10:13 UTC (Thu) by skorf (guest, #92710) [Link]

It seems like outliners and mindmappers are trying to address a very similar need (editing multi-level structured documents), but with rather different styles of UI. Makes me wonder why the same software could not be able to show the same structured document in both styles.

For my part, I've been using FreeMind (free software java-based mindmapper) for years and it's a huge help in getting any project organized, and keeping it that way.

Outlining with Concord

Posted Oct 14, 2013 3:56 UTC (Mon) by tnoo (subscriber, #20427) [Link]

Wondering how this tool compares to Emacs Org-mode or the Leo editor. From the description, both Org-mode and Leo do mostly the same (indented outlines, hidden tags), and much more. Org-mode, as part of Emacs, makes it easy to link to everything else within or outside of Emacs (text file positions, dates, email, URLs, other Org-mode files), and provides a system to interpret specific tags as TODO items which are presented on daily TODO pages.


Copyright © 2013, Eklektix, Inc.
This article may be redistributed under the terms of the Creative Commons CC BY-SA 4.0 license
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds