I've not tested it but I think the .normal css is supposed to let you do
something like this to make br tags work normally:

{{cols2{
{{col{
!!! Overdue Reminders
<<showReminders leadtime:-365...-1 tag:"action !done" format:"DATE:
@@color:red;TITLE@@ [ TIDDLER ]">>
!!! Reminders for the next week (next 7 days)
{{normal{
<<showReminders leadtime:0...7 tag:"!done" format:"DIFF:
@@color:red;TITLE@@ [ TIDDLER ]">>
}}}
}}}
{{col{
!!!Future Reminders
{{normal{
<<showReminders leadtime:8...7000 tag:"!done" format:"DIFF:
@@color:red;TITLE@@ [ TIDDLER ]">>
}}}
}}}
}}}

On Tue, Apr 14, 2009 at 11:35 AM, rob_bb <[email protected]> wrote:

>
> Hi
>
> I am using monkeyGTD, having briefly tried d3 and have some reminder
> macros like so:
>
> <<reminder day:20 month:4 year:2009 title:"Holidays" >>
>
> and in a dashboard I have this:
>
> {{cols2{
> {{col{
> !!! Overdue Reminders
> <<showReminders leadtime:-365...-1 tag:"action !done" format:"DATE:
> @@color:red;TITLE@@ [ TIDDLER ]">>
> !!! Reminders for the next week (next 7 days)
> <<showReminders leadtime:0...7 tag:"!done" format:"DIFF:
> @@color:red;TITLE@@ [ TIDDLER ]">>
> }}}
> {{col{
> !!!Future Reminders
> <<showReminders leadtime:8...7000 tag:"!done" format:"DIFF:
> @@color:red;TITLE@@ [ TIDDLER ]">>
> }}}
> }}}
>
>
> The problem is when i n the coluns the reminders are all displayed as
> a single line, not a as a list.  Thats is I get output like:
>
> 35 days: Some stuff [ Big Day ]271 days: More Stuff [ Stuff to do]
>
>
> Instead of this:
> 35 days: Some stuff [ Big Day ]
>
> 271 days: More Stuff [ Stuff to do]
>
>
> But outside of the {{col{  }}}  formating it works as expected.
>
> Is there a way to set this correctly, or can I get a similar
> functionality from the ticklers and using a mgtd list?  At present I
> can get a list of ticklers, but not with the useful xx days message.
>
>
> thanks,
>
> >
>


-- 
[email protected]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "GTD 
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/GTD-TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to