As I’ve written before, I’m still in the market for a personal wiki solution to satisfy my note-taking and research needs. None of the solutions I’ve tried since losing OneNote after I left Windows match up feature-wise – a tolerable sacrifice in my case since OneNote is even less cross-platform compatible than the rest of Office, which at least has some format compatability.
Tomboy, while a stellar solution for many tasks, has proven insufficient for my needs simply because it doesn’t offer a couple of key features such as tagging. It’s still a terrific little application, mind you, and I have the utmost respect for its creator Alex Graveley, but it’s just not what I need at the moment.
From there, I’ve turned my attention to wikis. While I’ve considered TiddlyWiki, I held off on really giving it a fair shake simply because I had reservations about the fact that it’s entirely self-contained. All of my notes, in other words, are contained within a single HTML file. So instead I fooled around with a couple of database wiki alternatives, included a TiddlyWiki based PHP alternative called PHPTiddlyWiki.
But after a recommendation from didier, I decided to take another look at the wiki with the funny name. In doing so, I found myself very impressed. TiddlyWiki, which can be easily downloaded and run by anyone with no install whatsoever, can be obtained here.
Basically, it’s a wiki built purely using client-side code which is contained within a single HTML file. The interface is gorgeous and highly responsive (better than Ajax, b/c there’s no calls to make, asynchronous or otherwise), and it includes features like tagging that I’ve been craving for a while. Unlike some tools, you’re not forced to adapt yourself to the tool; TiddlyWiki allows you to customize the entire interface (see my left hand nav) to suit your own purposes. It doesn’t require me to setup a webserver or a database, nor install anything in particular. It’s extensible, light-weight, and themeable and has a good community behind it. In the couple of days I’ve been using it, I find it fits nicely with my current note taking behaviors; it doesn’t try and force me to shift context away from the browser to take notes.
Perhaps its most compelling feature, however, is the way it addresses one of my initial reservations: auto-save. One of my frustrations with simple text editors for notes is that you have to constantly save to ensure that in the event of a crash, power loss or other catastrophic failure you don’t lose all of your notes. This is one of the more compelling features to Tomboy, in fact; as soon as you start writing a note, it’s saved automatically. There’s no save button in the application – that operation is done in real time. TiddlyWiki is pretty much the same. You double click on an entry to edit, click done and that’s it. You can set up both constant save as well as regular backups so that you don’t lose any work (see the dialogue box in the upper right hand corner).
If all of this makes it sound like TiddlyWiki is the perfect personal wiki notetaking tool, I can’t really argue the point – it’s tremendous, with virtually no barrier to entry (for developers as well as users, the license it’s released under is BSD). My one major concern is scalability over the long term. I take a lot of notes in this job, and all of them will be embedded within the same HTML file. Over time, I’m not sure how well that will scale – from either the TiddlyWiki/application or Firefox/application shell perspectives. I’d be very interested to hear from long term TiddlyWiki users with high content volumes on that point.
The other major limitation for some users will be the fact that it’s local. Your notes and content will generally be available on only one machine; it’s easy enough to ship to other machines via FTP or email, but there’s no mechanism for reconciling edits made in different places. For my use, however, this is not a concern.
But for the time being, I’m going to settle on TiddlyWiki, because in a worst case scenario my notes can be easily extracted as text – just as they could from Tomboy. Will keep you posted on my further experiences with the tool. Luis, I’m sure you’re aware of this, but just in case you haven’t seen it in a while I’d give it a look. And thanks for recommending I take another look at it, didier.