Hi, 

Love the Task Management tiddler built into TW5 which allows you to view 
all tasks, and tick them as done when you click the checkbox.

Two questions about this concept and the below associated code from the 
Task Management Tiddler...

*CODE*

<$list 
filter="[!has[draft.of]tag[task]tag[urgent]!tag[done]sort[!created]]">

<$checkbox tag="done"> <$link to={{!!title}}><$view 
field="title"/></$link></$checkbox>

</$list>


*Questions*
   
   1. Is it possible to remove the strikethrough which is created when you 
   check the checkbox, thus tagging the task as "Done"?
   
   2. Using the above code if you complete a task, and tick its checkbox, 
   the task will be tagged with the tag "Done" and moved to the Completed 
   Tasks section. Is there a way to remove tags when the checkbox is clicked 
   in the same way that tags can be added? For example I tag most of my tasks 
   with just the tag task, however sometimes I use something like "urgent". I 
   would want to remove the tag "urgent" when the task is checked.
   
   3. Can you create a field which displays time in days or hours, I want 
   to subtract the task created date from it's modified date, giving me total 
   time spent on task.
   

-- 
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/groups/opt_out.

Reply via email to