The TiddlyWiki Report, Part I: Jonny LeRoy

By | August 18, 2005

This week’s WSJ.com/AWSJ column is about the TiddlyWiki (here, when it appears Friday), which I reckon is a wonderful tool and a quiet but major leap forward for interfaces, outliners and general coolness. I had a chance to chat with some of the folk most closely involved in TiddlyWikis, but sadly couldn’t use much of their material directly, so here is some of the stuff that didn’t fit.

First off, an edited chat with Jonny LeRoy, a British tech consultant who offered his view on TiddlyWikis over IM:

Loose Wire: ok, thanks… i’m doing a little piece on tiddlywikis, and was intrigued to hear how you got into them, how you use them, where you think they might be of use, how they might develop etc…
Jonny LeRoy: sure. I first came across them when a colleague sent round a link. The thing that hooked me was the “install software” page which just said – “you’ve already got it”. I’ve been doing web stuff (mainly Java server side development) for quite a while and seeing the immediacy of the tiddlywiki was great. I’ve tried all sorts of tools for managing thoughts and tasks and generally end up going back to pen and paper after a while. tiddlywiki is fast and easy enough for me to keep using it. The micro-content idea is pretty interesting but I’m also pretty interested in how they slot into general progressions in the “Web 2.0”. more and more functionality can now be pushed client side – especially with Ajax and related async javascript technologies. TiddlyWiki takes this to the extreme by pushing *everything* client-side …
That does raise the problem of sharing and syncing the data, but it’s not really in essence a collaborative tool. though there’s no reason why that can’t be added on top of what’s there. Does that make some sense?
Loose Wire: it does. very well put…
Jonny LeRoy: cheers 😉
Loose Wire: 🙂 i particularly like the tagging idea, which you seem to have introduced…

Jonny LeRoy: Yup – for me when I started using tiddlywiki the main thing missing was any kind of classification. I’ve had a fair amount of experience with pretty complicated taxonomies and ontologies – particularly for managing / aggregating / syndicating content on a travel start-up I was involved in. but the simplicity of sites like delicious and flickr started to make me realise that some simple keyword tags gets you nearly everything you need. and also removes half of the issues related to category hierarchies and maintenance. particularly when your dataset isn’t massive. even when the dataset and tag list grows there are ways of “discovering” structure rather than imposing it … see flickr’s new tag clusters for a good example of this. In the good open source fashion I had a quick hack at the TW code and put some basic tagging functionality in place. A few other people were creating tag implementations at the same time, but they were more based around using tiddlers as tags ….. I was fairly keen just to keep the tags as metadata. I’m still yet to see a good online wiki that has tagging built in. for me that’s been an issue with most wikis I’ve used

Loose Wire: i get the impression that tagging is still considered a social thing, rather than tagging for oneself, as a way to commit to hierarchies, a la outliners etc?
Jonny LeRoy: that’s one of the beauties of it – though not so much in TW. the free-association you get by browsing other people’s tags is amazing. comparing what you can find through something like delicious compared to open directory projects – dmoz etc is quite interesting
Loose Wire: it is great, but i feel there’s huge potential in using tags for oneself, too?
Jonny LeRoy: yup – when you’re using them for yourself you can set your own little rules that get round some of the hierarchy problems. overloaded tags – with more than one meaning can get confusing in a social context, but personally it’s much easier to manage how you refer to things. also the ability to add tags together – so you can search on multiple tags creates an ad hoc structure.
Loose Wire: yes. i’d love to see TWs let you choose a selection of tags and then display the matches… oops, think we’re talking the same thing there…
Jonny LeRoy: yeah – I’d been meaning to put that in place, but haven’t had a moment 🙂
Loose Wire: is that going to happen? all the various TWs are now under one roof, is that right?
Jonny LeRoy: Yeah – Jeremy Ruston – who started it all off seems to be managing things reasonably well. and pulling together different versions. there was a bit of a branch with the GTDWiki which got a lot of publicity.
Loose Wire: is that a good way to go, do you think?
Jonny LeRoy: it’s a weird one, because it’s not like a traditional open source project with code checked into CVS. so versioning can be quite hard. but it’s also one of the beauties of it – anyone with a browser and a text editor can have a go.

Loose Wire: i noticed the file sizes get quite big quite quickly?
Jonny LeRoy: a lot of that is the javascript – if you’re just using it locally then you can extract that out into another file. that makes saving and reloading a bit quicker. the file will grow though with the amount of data you put in.
Loose Wire: is that tricky to do?
Jonny LeRoy: no – you just need to cut all the javascript – put it into a new file and put in an HTML tag referencing it
Loose Wire: how much stuff could one store without it getting unwieldy?
Jonny LeRoy: That really depends on your PC / browser combo – how quickly it can parse stuff.  if you were going to want to store really large amounts of data then you might want to look at ways of having “modules” that load separately.

Loose Wire: is it relatively easy to turn a TW into a website/page?
Jonny LeRoy: yeah – couldn’t be simpler – upload the file to a webserver … and er … that’s it. it does rely on people having javascript enabled – but 99% do. one issue is that since all the internal links are javascript search engines like google won’t follow them. but google will read the whole text of the page if it indexes you

Loose Wire: where do you think this TW thing could go? do you see a future for it? or is it going to be overtaken by something else?
Jonny LeRoy: Definitely – the company I’m working at right now (ThoughtWorks) have used it for a major UK company . they used it for a simple handbook for new people
Loose Wire: oh really? excellent!
Jonny LeRoy: really simple to use and quick to navigate – it got pretty good feedback. I see more people being likely to use it personally on their own pcs though. I use it to keep track of things I’ve got to do or have done. the dated history bit is really useful to work out what was going on a couple of weeks ago.
Loose Wire: the timeline thing?
Jonny LeRoy: yup
Jonny LeRoy: I can also see new TW like products coming out for managing tasks better – an equivalent of tadalist on the client side. beyond that it’s a good thought experiment in how datadriven sites can work. the server can push the data in some structured format to the browser and then the browser uses TW like technology to work out how to render it.
Loose Wire: yes. … [however] i feel a lot of people like to keep their stuff on their own pc (or other device, USB drive, whatever). not all of us are always online….
Jonny LeRoy: exactly – the wiki-on-a-stick idea is great. you can stick firefox and your wiki on the usb key and off you go
Loose Wire: yes, very cool…
Jonny LeRoy: The next step is then to have the option to do some background syncing to a server when you end up online
Loose Wire: do you think more complex formatting, layout and other tasks could be done? and could these things be synced with portable devices?
Jonny LeRoy: the portable devices question is interesting – it really depends on how much javascript they’ve got on their browsers. there’s no reason why it’s not possible, but there are more vagaries of how the functionality is handled
Loose Wire: javascript is the key to all this, i guess….
Jonny LeRoy: it’s a bit like the web in the mid 90s where you didn’t have a clue what people’s browsers would support. it’s actually having a bit of a comeback. many people just see it as a little glue language to stick things together or move things around ….. but it’s actually really powerful – I discovered more of it’s dynamic possibilities while playing with TW. the best thing about it for me is that anyone who’s got a modern browser can run javascript – there’s no extra install.

Loose Wire: yes, making the browser an editor is a wonderful thing… what sort of things do you think we might see with it?
Jonny LeRoy: I’m not sure what new thing we’ll see, but we’ll definitely see the things we use the browser for already getting much better and smoother. the user interaction is starting to become more like working on a locally installed application.

Thanks, Jonny.

One thought on “The TiddlyWiki Report, Part I: Jonny LeRoy

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.