
Jeremy Ruston's absolutely fabulous TiddlyWiki triggered quite a few interventions recently. Here is a list of wikis I stumbled upon that adapt/extend/enhance/build upon it:

ZiddlyWiki by Tim Morgan
[ZiddlyWiki] provides server-side storage of the wiki (tiddler) content by combining the power of TiddlyWiki with Zope.
ZiddlyWiki is unique from other TW adaptations (I think) since it doesn't modify any of the TiddlyWiki code; it just overrides specific JavaScript functions to achieve the desired result. All the overridden code is provided in a separate JavaScript file, and the original TiddlyWiki empty.html file is uploaded into Zope unmodified. This makes tracking TW enhancements and bug fixes easier, because ZiddlyWiki is less like a project fork and more like a pluggable backend. Kinda.
Zope is an open source content management framework based on Python, so an average dummy webhost might not support it (mine doesn't), but if yours does: ZiddlyWiki has a some more cool features:
OnDemandLoading - Tiddlers are only fetched on demand rather than all-at-once
TiddlerRevisions - the last 15 revisions of the tiddler can be restored
ImportExport - ZiddlyWiki can be exported to and imported from a TiddlyWiki file (hybrid online/offline setup)

TiddlyWikiRemote by Dan Phiffer
this one adds:
ServerSide saving of Tiddlers (via RSS)
SaveHistory - previous revisions of the tiddlers can be restored

Qwiki Web by AlanHecht
The purpose of this adaptation is to improve the look and feel of TiddlyWiki when used as the basis for a public web site.
this one adds:
LanguageOverlay - for setting your own text and language for all buttons and messages
ColorThemes - which make customizing the look QwikiWeb very easy
UserMode - to set the level of difficulty for the display interface
EditMode - e.g. to hide the 'edit' button from the Wiki
ExcludeFromSearch - allows you to block specific tiddlers from showing up in the search results
HidingTiddlers - to hide special tiddlers

TagglyWiki and GTDTagglyWiki by Jody
The modification adds non-hierarchical organisation of Tiddlers through tags.
(tags have been integrated in TiddlyWiki now though)

TiddlyTagWiki by Jonny LeRoy
The main functional change from the original TiddlyWiki is the introduction of TiddlyTags - allowing you to categorise your Tiddlers in an ad hoc manner.
I've also updated the LookAndFeel and layout to suit my Flickr obsessed taste.
Other small changes include the automatic saving of the current layout to the OptionsCookie rather than using the DefaultTiddlers. Though they are still used if no layout is set in the OptionsCookie.
You can now also select to view the TimeLine filtered to just show Tiddlers that you've modified. This has been commented out for now since it isn't configurable and if you haven't edited anything then nothing will appear in the timeline. If you UseTheSource then you can put this filter back in ;-)
I've also changed the backup logic so it saves to a sub-directory called "backup" - this just keeps the main directory cleaner and makes it simpler to zip up your backups to reduce space.

MyWiki by Henrik Aasted Sorensen
This extension contains a server-side component, which allows for easy saving and deletion of entries.
The Wiki is stored in plain text on the server, so no database is reqired.

PHPTiddlyWiki by Patrick Curry
PhpTiddlyWiki is a brand new kind of Wiki. It combines the awesome front-end of TiddlyWiki with a new PhP/MySql backend.

DirtyWaterWiki by Roberto DeFeo
Now you can add check boxes to your tiddlers to allow support for a TodoList. Items can be checked and unchecked directly or by editing the tiddler and making the appropriate changes.

YATWA by Steve Rumsby
this one adds Folding (collapse the body of a tiddler but still display the title) and a JavaScript calendar

GTDTiddlyWiki by Nathan Bowers
this one adds a GTD structure.
Mini-TiddlyWiki-hacks:
GTDTWcal creates code fragments for calendars to add to your tiddlers.
Blue Mist Style or Zeldman Orange Style - StyleSheet tiddlers for TiddlyWiki 1.2.22
UPDATE: 9/18/2005

ServerSideWiki by Josh Goebel
The ServerSideWiki is a hosted TiddlyWiki service running on Ruby on Rails, so you don't have to worry about saving your tiddlers anymore. There are various pricing plans available, the free one gives you 10 pages or tiddlers, maybe enough to get you hooked.
It also has nicely animated ToDo tiddlers, so it's a great way to start playing around with TiddlyWikis, especially if you don't have any webspace of your own.

TiddlyWiki-SE (Student Edition) by Clint Checketts
this one adds easy note-taking capabilities for students (there is a tab for classes, and a special tagspace for notes associated with each class.)
Clint has some more good hacks exploring and pushing the limits of the TiddlyWiki, like adding Adsense, or giving them a blog-like look and feel. Check out his HomeTiddly.
[microcontent] [webapps] [wiki] - trackback
posted by saurierduval | 7/09/2005 11:16:00 PM