You can now do this with just wikitext and a display template.

Make a tiddler, tag it with "$:/tags/ViewTemplate"

put this in the text field (you will probably want different styling, but 
this should do the rest):

<$list filter='[is[current]tags[]]' variable=CurrentTag>
<$tiddler tiddler=<<CurrentTag>>><<tag>></$tiddler> - 
<$button>Previous<$list variable=PreviousTiddler filter='[tag<CurrentTag>
before<currentTiddler>]'><$action-navigate 
$to=<<PreviousTiddler>>/></$list></$button><$button>Next<$list 
variable=NextTiddler 
filter='[tag<CurrentTag>after<currentTiddler>]'><$action-navigate 
$to=<<NextTiddler>>/></$list></$button>
</$list>


then you should get a list of tags at the bottom of each tiddler with 
previous and next buttons that will bring you to the previous or next 
tiddler with that tag. You may want to add some sort of sorting to the 
filters if you have your tiddlers ordered in some way.

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b97c2b9d-be93-4dbc-89d9-c11d48e234e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to