leastfixedpoint

TiddlyWiki - a reusable non-linear personal web notebook

This page is a mirrored copy of an article originally posted on the LShift blog; see the archive index here.

TiddlyWiki is a wiki that runs entirely within a single page, on the client side of the browser. Javascript and CSS are used to control the visibility and layout of the various subpages. Normal WikiLinks provide linkage between subpages. It’s a very elegant piece of work - and since the entire site is contained in a single document (editable directly in your browser) it seems almost ideal for version-controlled project documentation. (Merging and conflict resolution might be a little more manual than is usual for code.)

mikeb and I have been toying with the idea of some kind of hybrid between (Mac OS) Stickies and Wiki ideas — TiddlyWiki might provide a good start for something of the sort.

Comments

On 19 July, 2005 at 2:47 pm, mikeb wrote:

There’s some clean and minimal code for browser-y stickies at http://www.clagnut.com/blog/1405/. It’s not very generic, but can be made so.