Hi Tobias > any limit parameter for the macrocall of the timeline macro gets ignored
The limit parameter isn't ignored. It's used to choose the tiddlers whose dates become headings in the timeline. Then all the tiddlers for each of those days are listed. It's done that way for performance; the speed of the recent tab has a big impact on the page refresh cycle time. To fix the timeline macro to work in the expected way we'll need a bit more flexibility in the way that lists are handled. In particular, the setvariable widget needs to be extended to allow the results of a filter to be assigned to a variable. Then we need a couple of new filter operators for working with variables containing lists: one to select all of the entries in the list and one to filter the current list according to whether each item is listed. I've made a ticket: https://github.com/Jermolene/TiddlyWiki5/issues/1124 Best wishes Jeremy. On Thu, Nov 20, 2014 at 12:06 PM, Tobias Beer <[email protected]> wrote: > Hi Evolena, > > >> That's because the limit parameter applies to the outer list (ie the >> dates), and not to the number of results of the inner list (the tiddlers >> modified at that date). >> > > While that's one way to implement it, it's really not the kind of behavior > I would expect or actually hope for. > What I really want is to manage the size of the overally list. > > So, this raises an interesting question / use-case: > How to limit the overall results of nested lists? > > Best wishes, Tobias. > > -- > 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/d/optout. > -- Jeremy Ruston mailto:[email protected] -- 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/d/optout.

