Hi Stephan

Could it be that this is what you need?
>
> \define timeline(whos)
> <$visjstimeline filter="[tag[$whos$]]" startDateField="start" format=
> "YYYY-MM-DD" endDateField="end"  format="YYYY-MM-DD"/>
> \end
>
> <$macrocall $name="timeline" whos={{!!title}}/>
>

Exactly :-D

Thank you for saving my week !!

I made a similar one for tasks:


\define timeline(what)
<$visjstimeline filter="[title[$what$]]" startDateField="start" 
format="YYYY-MM-DD" endDateField="end"  format="YYYY-MM-DD"/>
\end

<$list filter="[is[current]tag[task]]">

<$macrocall $name="timeline" what={{!!title}}/>


 Seems to work fine :-)

Now all I need Emkay to update his timeline plugin so it will work with an 
uptodate TW5... 

Cheers Måns Mårtensson

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to