Right, I've got it working in my live (offline) TW5 implementation now, and I can see the problem with it that you were talking about, Jed. It's not just the direction of the angle brackets, is it? The entire structure is listed in the wrong direction. With a hierarchy of *foo* as the topmost level, then *bar* under it, and *baz* as a sub-level under *bar*, it should be....
foo <http://www.example.com> < bar <http://www.example.com> < baz <http://www.example.com> ...but what we have at the moment is... baz <http://www.example.com> < bar <http://www.example.com> < foo <http://www.example.com> ...which puts the top-most parent at the far right, instead of the far left end. Any ideas how to fix this? Hegart. On Wednesday, 30 December 2015 20:41:10 UTC+13, Jed Carty wrote: > > Sorry, I messed up with the copy-paste in that last post, the code should > be: > > \define breadcrumbs() > <$list filter='[is[current]tags[]]-[[$:/tags/SideBar]]' emptyMessage= > '<br>'> > < <$link to=<<currentTiddler>>><$view field='title'/></$link> > <<breadcrumbs>> > </$list> > \end > > <<breadcrumbs>> > > > -- 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/76870520-a98b-471c-b64d-0d9920b2fe73%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

