[tw] Re: Looping through a set of tiddler with prev and next buttons

2013-04-29 Thread Måns
Yet another road to investigate: Using a fET code http://tiddlywiki.abego-software.de/#ForEachTiddlerPlugin Example: http://dansk.tiddlyspace.com/#fET Create a tiddler called fET (without the quotes) write (copied from the source of http://dansk.tiddlyspace.com/#fET ): tiddler fET##show with:

[tw] Re: Looping through a set of tiddler with prev and next buttons

2013-04-28 Thread Arc Acorn
I figure this might be worth noting if you wanted a more whole site approach: I like using single page mode: http://www.tiddlytools.com/#SinglePageModePlugin and than just making a simple widget in plan wiki syntax: {{pnSet{ {{Pnav{ [[« Prev|Tiddler1]]}}} -- {{Nnav{[[Next »]]}}} }}} Than all

[tw] Re: Looping through a set of tiddler with prev and next buttons

2013-04-28 Thread FrD
Hello Dani, http://tiddlywiki.squize.org/#NavigationMacro It's quite old but you could give a try. FrD Le dimanche 28 avril 2013 02:14:57 UTC+2, danizobin a écrit : I would like to be able to loop through an ordered set of tiddler by seeing one tiddler at a time, and having prev and next

Re: [tw] Re: Looping through a set of tiddler with prev and next buttons

2013-04-28 Thread Dani Zobin
Thank you very much everybody, want to toss in one more detail: the set of tiddlers will be taken from search results (of the YourSearch plugin). Will this work with the each of the solutions that you offered here? On Sun, Apr 28, 2013 at 11:03 AM, FrD sokus...@gmail.com wrote: Hello Dani,

Re: [tw] Re: Looping through a set of tiddler with prev and next buttons

2013-04-28 Thread FrD
Hi, It seems, according to the documentation, that the NavigationMacro cycles through tiddlers with a specific tag. It's not intended to work with a list of tiddlers as input, or a tiddler containing a list of tiddlers ... FrD Le dimanche 28 avril 2013 11:35:09 UTC+2, danizobin a écrit :

[tw] Re: Looping through a set of tiddler with prev and next buttons

2013-04-28 Thread PMario
At my simplicity space [a], I use a modified version of the NavigationMacro [1] that allows named parameters tag and sortField. It needed some adjustments to work well with TiddlySpace. eg: navigation tag:myStory sortField:sort.order if it is part of the ViewTemplate it looks like this. div

[tw] Re: Looping through a set of tiddler with prev and next buttons

2013-04-28 Thread FrD
Hi Mario, Thanks for the news about your improvement of Lewcid' navigation macro. It's interesting for me as I use this macro and would prefer to filter the tiddlers with at least two tags instead of one. Along the same lines, I think it would be useful to have a macro that could generalize

[tw] Re: Looping through a set of tiddler with prev and next buttons

2013-04-28 Thread Tobias Beer
Although going down quite a different road — a deliberately manual one — than the other solutions proposed yet, maybe PagrPlugin gives you what you want. Mentioned here at the bottom... http://tobibeer.tiddlyspace.com/#ShowDown ...the actual plugin being used here...

[tw] Re: Looping through a set of tiddler with prev and next buttons

2013-04-27 Thread Eric Shulman
On Apr 27, 5:14 pm, Dani Zobin danizo...@gmail.com wrote: I would like to be able to loop through an ordered set of tiddler by seeing one tiddler at a time, and having prev and next buttons to navigate. Does anything like this exist? http://www.TiddlyTools.com/#FAQViewerPlugin enjoy, -e Eric