Tiddlywiki is both good and bad.

If you haven’t heard of it, Tiddlywiki is a single file, off-line, single user “wiki” that you can use to store notes and information in an easy-to-retrieve format. I found it and decided I loved it…for about 6 hours. Now I’m looking at the source code and trying to understand it so I can rip out all the stuff I don’t like and replace it.

Tiddlywiki doesn’t allow any sort of XHTML and requires all code to be done in textile. This is great once in a while or for places where XHTML would be a bad idea, but for people like me who have been writing HTML since the <blink> tag was the “in” thing, this is just irritating and I was finding that I was having to go back over my “tiddles” frequently to coax the content into displaying what I want.

Continue reading. »

Habari needs better developer documentation.

The Habari Project just released version 0.2. I have been watching it for a while now, but even though it has some features that I really like, it still hasn’t reached a point that I would consider switching this website from WordPress (mostly because I would have to rewrite far too many need-to-have plugins).

However, recently I started thinking about re-writing some of my plugins for it–especially what will eventually become INAP 3.0, but when I try to find reasonable plugin documentation, it just doesn’t exist–not even simple tutorials. There is a wiki for the project, but it is very well hidden and nearly empty. Now I don’t mind reading through the code to figure out what functions do, but even I don’t have the time to read through an entire project just to get started.

So for now I sit back an wait for some docs that at least give me a brief overview of how things work under the hood.

Continue reading. »