While it isn't perfect this does the first part (the order is reversed 
compared to what you have, I am not sure how to fix that)

Make a tiddler called whatever you want, tag that tiddler with 
$:/tags/ViewTemplate and put this in the text field:

\define breadcrumbs()
<$list filter='[is[current]tags[]]-[[$:/tags/SideBar]]' emptyMessage='<br>'>
 < <$link to=<<currentTiddler>>><$view field='title'/></$link>
<<recursiveFilter>>
</$list>
\end

<<breadcrumbs>>

make a field called list-before and put $:/core/ui/ViewTemplate/title in 
that field. Save the tiddler and then every tiddler should have the every 
path up the tags tree from that tiddler listed.

Unfortuantely it is in the form 
< tiddler 3 < tiddler 2 < tiddler 1 < home

To make it truncate the results may take a bit more thought. I will look at 
it.

-- 
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/4ba43b04-b197-4534-bcd0-23c00b8b612e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to