Sunday, November 15, 2009

GTD Tools

I have tried quite a few GTD systems. The once which I like are -

1. MonkeyGTD for the ease of use, although Accessibility will be issue.
2. "Remember the Milk". Besides the weird name it is quite a good system, and the system is quite user friendly, providing many access points. There is no inherent concept of "Projects" although there are workarounds.

My customizations to MonkeyGTD


First, add another section to "Next & Waiting (Single Col)", for Waiting organized by people

<
group:Contact
gView:bold
newButtonTags:'Action [(Waiting For)]'
where:tiddler.hasActiveProject()
>>

Second one is to stop the flashing Ticklers

- Click More/TW/Tags/systemConfig
- Click the triangle down arrow and select MgtdList
- Click 'edit' to edit
- Find this line:

var blinker = createTiddlyElement(place,'blink');

- Change it to this:

var blinker = createTiddlyElement(place,'span');

- Click 'done'

No comments:

Post a Comment