I downloaded tbGTDv1.2 the other day and have found it amazingly useful. I have used a Tiddlywiki for a while, but am only just starting to implement GTD more rigorously.
My main niggle with tbGTD has been the tagChooser macro, provided by the DeliciousTagging (DT) plugin, which is a bit of a pain. I had two problems: every time I made a new tiddler it seemed to get listed as a new tag, and it also appears in the drop-down lists as a sub-sub-tag. On the basis that everything should be as simple as possible (but no simpler) this is double overkill, since I very rarely need to tag things with tags other than the usual @context, $project, #action etc. On the occasion that I do, I can always look this up on a case-by-case basis. I've seen discussion of these points before but no resolution, so I thought I'd throw out my fixes partly so that others know how to modify the behaviour and partly so that if there's a problem I haven't thought of someone may spot it! To fix the first issue, note that tbGTDv1.2 has DTv0.5: upgrade to DTv0.6 (code available at tbgtd.tiddlyspot.com). I haven't got tiddler import working so can't migrate cleanly from tbGTDv1.2 to v2.0 (which has DTv0.6 built in), but it's easy to copy in the new DT plugin code (take a backup!) and use the hint about adding a line to zzConfig, and then it works fine. To fix the second problem, I have commented out the lines, in the clickCat function block, which read: tgt=store.getTaggedTiddlers(ti); for(t=0;t<tgt.length;t++)tgs.pushUnique(tgt[t].title); I'm not much of a TW expert, and even less of a Javascript expert! Should this solve it without breaking anything else? Thanks, Phil Walker -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

