Guys, thanks for your replies. Great with the videolink also @Mario, thanks for digging it out!
@Jeremy Regarding the tree problem, forgive my naiveté but: As the tree is traversed, the entry (e.g "$:/core") could be stored in memory. Note that a tiddlerlink is listed before it's use as a prefix, e.g "$:/core" is listed before "$:/core*/*". So, for as the traversing is back at a that level (!) in the tree, where the next entry comes (i.e the ".../"), it is compared to the one in memory. If it is a double... then it is just skipped over. And the memory is emptied regardless. Care shoud be taken to only do the comparison when the title ends with the "/" so that e.g "$:/theme" is not interpreted as a prefix to "$:/themes" Gobbledegook? BTW, that screenshot is in deed funny! :-D <:-) -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

