> Take a look at:http://www.tiddlytools.com/#StoryViewerPlugin

Usage:
   <<storyViewer journal links>>
displays FPNL (first/previous/next/last) links for the set of tiddlers
tagged with 'journal' (sorted by tiddler title).   You can embed this
macro anywhere in your tiddler content, or you can add this macro to a
custom template so the FPNL links will automatically appear in *all*
journal tiddlers...

First, install
   http://www.TiddlyTools.com/#StoryViewerPlugin
and
   http://www.TiddlyTools.com/#TaggedTemplateTweak

Then, make a copy of [[ViewTemplate]] named [[JournalViewTemplate]],
and replace this line:
        <div class='viewer' macro='view text wikified'>
with:
        <div class='viewer'>
                <div macro='view text wikified'></div>
                <div macro='storyViewer journal links'></div>
        </div>

That's it... anything tagged with 'journal' will now be rendered using
the customized [[JournalViewTemplate]], which automatically includes
the FPNL links.  QED.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to