Hi,
I want to use the new fantastic timeline plugin the fommoing way
I have range widgets for setting 2 fields
I have developped a small (javascript based) macro that returns a filter definition that is expected to be used by the time-line pluging
This works one time (when I edit or lauch the tiddler)
But when I change the range value my javascript macro (TLfilter) is not called
As if the timeline macro was not called.
When my TLfilter macro is invoked outside the time-line macro it is well refreshed eachtime I change the range value ...
I need a TW5 expert here ... totally lost !!
Thanks a lot
Regards
Define the period of interest: <$range field='period' min=0 max=2000 increment=100/> {{!!period}}
Define the window of interest: <$range field='window' min=0 max=2000 increment=100/> {{!!window}}
<<timeline-vertical class:primary date:"date" filter:<<TLfilter window:{{!!window}} type:{{!!period}} filter:"[tag[test-1]sort[date]]">>>>