On Sunday, January 5, 2014 7:54:56 AM UTC-8, Stephan Hradek wrote:
>
> But what I *thought *"next" and "previous" would do is: They select for 
> the current tiddler the one which follows in the current set of tiddlers.
>

For a bit of TWC historical perspective:
   http://www.tiddlytools.com/#StoryViewerPlugin
   http://www.tiddlytools.com/#StoryViewerPluginInfo
can generate FPNL (first/previous/next/last) "story links" for the current 
tiddler.

The plugin has three ways to determine the tiddlers for the current story:

* define a "story tiddler" containing the tiddler list.   This is the same 
effect as current TW5 "[next[TiddlerName]" usage.  (note: TWC uses a 
space-separated list, stored in the main tiddler text field, while TW5 uses 
a separate "list" field)

* indicate a tag value to match (or boolean tag expression if 
MatchTagsPlugin is also installed).  This is the same effect as your 
proposed TW5 usage, "[tag[tagValue]next[]]" (note: TWC always returns 
tagged tiddlers in alpha sort order, while TW5 returns alpha sort by 
default, but can use a "list" field in the $:/tags/tagValue tiddler to 
apply custom ordering)

* when neither of the above are specified, the StoryViewerPlugin 
automatically looks in all tiddlers tagged with "story" to try and find the 
current tiddler title.  If a match is found, then the containing story list 
is used to determine the FPNL links.  This feature allows tiddlers to be 
part of a story without having to hard-code the name of the story tiddler 
or add an extra tag to each tiddler in the story.

enjoy,
-e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to