How do I exclude tiddlers from the ordering? <$list variable=NextTiddler filter='[tag<CurrentTag>sort[order] -priority[-1] +after<currentTiddler>]'> doesn't work.
On Saturday, February 18, 2017 at 2:39:42 PM UTC-5, Jed Carty wrote: > > 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/81a51319-7d43-419b-89ea-f293f1f7087c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

