Hi @all,

I am trying to adjust the plugin ToDoNow to my needs.
I have now these plugins for my wanted ToDo-List: ToDoNow + Listreveal + 
Datepicker + Checklist + ToDoNow Outlook Addon.

I don't want to use the integrated tiddler "ToDoNow" for working with my 
ToDo-List, but found another way what fits my needs better:
In the Outlook Addon I found a way to display my wanted ToDo-list with this:
\define teBigSaveButton(class:"te-third")

 

<$vars tv-config-toolbar-icons="yes"> 

@@.te-btn-big.$class$ {{$:/core/ui/Buttons/save-wiki}}@@ 

</$vars> 

\end 

\define teBigNewTaskButton(class:"te-first") 

<$wikify name="tt" text=<<telang New-ToDo-Item>>><$button tooltip=<<tt>> 
message="tm-new-tiddler" param="ToDo Item" class="te-btn-big te-create 
$class$">{{$:/core/images/new-button}}</$button></$wikify> 

\end 

<<teBigNewTaskButton>> 


 

!! <<telang "This-week">> 


 

<$set name="listfilter" value="""[all[]tag[ToDo]][all[]tag[ToDoNow]] 
+[days:todo-deadline[700]sort[todo-deadline]]"""> 


 

<ul class="te-list"> 

<$list filter=<<listfilter>> emptyMessage="<li class='todo-empty'><<telang 
'Relax-Nothing-to-do'>></li>"> 

 <<todonowShowListItem>> 

</$list> 

</ul> 


 

</$set>


But I want to see in that list the overdued ToDos marked red (with a red 
"late" or the title becomes red).



In another experiment I managed successfully to show me tasks which are 
today or on past days with a red marker „late“ with this:


<ul>

 

 <$list filter="[all[]tag[ToDo]][all[]tag[ToDoNow]] 
+[days:todo-deadline[700]sort[todo-deadline]]"> 

 <li> 

 <$link><$view field="title"/></$link> 

 <$list filter="[<currentTiddler>days:todo-deadline[+60]]"> 
@@color:red;^^late^^@@</$list> 

 </li> 

 </$list> 

</ul>


How could I integrate this „late marker“ in the first mentioned solution?



Any help very welcome :-)

Surya


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/00114558-150a-43db-a7fd-6d61a8ed578e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to