I noticed that with the Pagewise script there's a variable in it: window.fetStartIndex
that seems to refer to a value that gets maintained (i.e. which tiddlers in the list you've been viewing) even when you close the tiddler and come back to it... Does anyone know a way to set that at a certain value in a link to that tiddler (from within a different tiddler), e.g. have a series of pretty links or buttons, say one with a value at the mid point, another at 2/3 the way through? Thanks, Dave On Mar 6, 9:51 am, Dave Parker <[email protected]> wrote: > Wow, Ken - you're a mind reader! That's exactly what I need > > Thank you so much for taking the time to let me know about that (that > was going to be my next step - to ask how to make some sort of buttons > to go up and down within the list) > > have a great day, > -Dave > > On Mar 5, 10:24 pm, Ken Girard <[email protected]> wrote: > > > You might also want to look > > at:http://tiddlywiki.abego-software.de/#[[%27Pagewise%27%20list%20all%20Tiddlers%20%2810%20Tiddlers%20per%20page%2C%20with%20page%20up%2Fdown%20buttons%29]] > > > 'Pagewise' list all Tiddlers (10 Tiddlers per page, with page up/down > > buttons) > > > Ken Girard > > > On Mar 5, 7:04 pm, Dave Parker <[email protected]> wrote: > > > > thank you, cmari, > > > > that works great! > > > -Dave > > > > On Mar 5, 4:15 pm, cmari <[email protected]> wrote: > > > > > Hi Dave, > > > > I'm sure there are more elegant ways to do it, but it should be > > > > possible to use: > > > > <<forEachTiddler > > > > where > > > > 'tiddler.tags.contains("basic")' > > > > write > > > > '(index > 4 && index < 18) ? "* [["+tiddler.title+"]]\n" : ""' > > > > > cmari > > > > > On Mar 5, 12:25 pm, Dave Parker <[email protected]> wrote: > > > > > > Hello, > > > > > > another FET question here. This example: > > > > > > <<forEachTiddler > > > > > where > > > > > 'tiddler.tags.contains("basic")' > > > > > write > > > > > '(index < 10) ? "* [["+tiddler.title+"]]\n" : ""' > > > > > > from Udo's site lists the first 9 tiddlers described, but not the ones > > > > > after that. Is there a way to put it so that the output would be, say > > > > > the 5th through the 17th, but not before or after? > > > > > > Thanks, > > > > > Dave Parker > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "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/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

