Skip to content

shizhaojingszj/concord

 
 

Repository files navigation

Outliners everywhere!

I've long felt that every operating system and web browser should have a great outliner baked-in.

If you were going to try to do that today, you'd release it under the GPL written in JavaScript.

That's exactly what Concord is.

Dave Winer, 9/16/13.

Concord is an outliner

An outliner is a text editor that organizes information in a hierarchy, allowing users to control the level of detail and to reorganize according to structure. Your notes can have full detail, yet be organized so a casual reader can get a quick overview. Outlining is a great way for teams to organize work.

Written in JavaScript

It's a jQuery plug-in that implements a full-featured outliner that you can drop into other applications with a minimum of work.

It's the core of Fargo

Fargo is our browser-based outliner that hooks into Dropbox.

Concord is the outlining engine in Fargo.

GPL-licensed

Concord is licensed under the GPL because outliners are an incredibly useful way to edit structured information. We want Concord to be able to fill every conceivable need for outlining technology.

Ideas include file systems, mailboxes, chatrooms, databases, documents, presentations, product plans, code, libraries, laws, systems of laws, contracts, rules, guidelines, principles, docs, manifestos, journals, blogs, etc.

Here's an important 11-minute podcast about Concord and the GPL.

Example 0: The bare minimum

This example has the bare minimum to add an outliner to an existing app.

This saves developers the trouble of having to factor it out of Example 1, below.

You can try it out here.

Example 1: Hello Outliner

This example is a functional outliner, with most of the capabilities of the Little Outliner app and the same basic approach. You edit a single outline, saved in local storage, so it's there when you come back to it, but only on that machine.

It has a simple menubar, with menus containing Outliner commands, links to OPML documents you can view and edit, and links to docs.

You can try it out here.

Example 2: Small Picture Reader

We've released the source for Small Picture Reader under the GPL as part of the Concord release.

This app provides a way to read any OPML file even if you aren't using an outliner.

There's a command in Fargo that creates a link between the document you're editing and a reader version.

If you want to run the app, click here.

Inaugural blog post

Here's the post I ran on Scripting News when Concord was publicly announced. It includes a link to a podcast.

Worknotes

I keep a log of work I do on Concord, in an outline of course.

There's a markdown rendering of the worknotes file.

Community

We have a Google Group mail list for technical support.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.7%
  • HTML 22.0%
  • CSS 3.3%