I like your new TiddlyTaskAttacker http://www.giffmex.org/experiments/TTA.html.
It has a friendlier look than MonkeyGTD and
However, I found and fixed a few bugs (for IE7 and Firefox on Win XP):
#1)
[[ByTaskType]] does not list "Phone calls" or "Data entry". To fix,
bet rid of the [[Square Brackets]]:
FIX:
''Phone calls''<br><<forEachTiddler where 'tiddler.tags.contains
("Phone calls")'>>
instead of
''Phone calls''<br><<forEachTiddler where 'tiddler.tags.contains
("[[Phone calls]]")'>>
and
''Data entry''<br><<forEachTiddler where 'tiddler.tags.contains("Data
entry")'>>
instead of
''Data entry''<br><<forEachTiddler where 'tiddler.tags.contains
("[[Data entry]]")'>>
#2) "This week's tasks console" tab on [[Work Console]] does not work
-- looks like Urgency tiddlers were renamed.
FIX:
Edit [[BasicTaskConsole]] to make case sensitive -- contains("XXXX")
and contains("xxxx") are not the same.
[[edit this|BasicTaskConsole]]|!|!Urgent|!Ongoing||!AM / High energy|
vertical-align: top;padding-right: 20px;<<forEachTiddler where
'tiddler.tags.contains("Urgent") && tiddler.tags.contains("High
Energy")' write '"[[" + tiddler.title+"]]\n"'>>|vertical-align:
top;padding-right: 20px;<<forEachTiddler where 'tiddler.tags.contains
("Ongoing") && tiddler.tags.contains("High Energy")' write '"[[" +
tiddler.title+"]]\n"'>>| |!Neutral|vertical-align: top;padding-right:
20px;<<forEachTiddler where 'tiddler.tags.contains("Urgent") &&
tiddler.tags.contains("Whatever")' write '"[[" + tiddler.title+"]]
\n"'>>|vertical-align: top;padding-right: 20px;<<forEachTiddler where
'tiddler.tags.contains("Ongoing") && tiddler.tags.contains
("Whatever")' write '"[[" + tiddler.title+"]]\n"'>>| |!PM / Low energy|
vertical-align: top;padding-right: 20px;<<forEachTiddler where
'tiddler.tags.contains("Urgent") && tiddler.tags.contains("Low
energy")' write '"[[" + tiddler.title+"]]\n"'>>|vertical-align:
top;padding-right: 20px;<<forEachTiddler where 'tiddler.tags.contains
("Ongoing") && tiddler.tags.contains("Low energy")' write '"[[" +
tiddler.title+"]]\n"'>>| |!|!Possibilities|!Waiting||!|vertical-align:
top;padding-right: 20px;<<forEachTiddler where 'tiddler.tags.contains
("Possibilities")' write '"[[" + tiddler.title+"]]\n"'>>|vertical-
align: top;padding-right: 20px;<<forEachTiddler where
'tiddler.tags.contains("Waiting")' write '"[[" + tiddler.title+"]]
\n"'>>|
#3) No Urgency of type "Waiting"
FIX:
Create new tiddler: Waiting
Tags: urgency excludeLists
#4) Test by creating a tiddler with all tasktypes, energylevels, and
urgencies clicked.
New tiddler: "Subproject Test"
Tags: TabFamilyHome work1 TabWork Whatever Urgent Clean/repair [[Data
entry]] E-mails Investigate/order [[Phone calls]] Read Shop/out Visit/
meet Write [[High Energy]] [[Low energy]] Plan/organize Done Ongoing
Possibilities Reporting Waiting
Should show up on all rows and columns of [[BasicTaskConsole]]
#5) Reporting not working
FIX:
Edit [[ReportingTab]] and change "reporting" to "Reporting"
[[Edit this|ReportingTab]]
This tab shows all the tasks you tagged as 'Reporting'.
!Stuff I did this quarter:
<<forEachTiddler
where 'tiddler.tags.contains("Reporting")'
>>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---