> > One more thing, I had to roll back on list-search as it was actually not > working ...meaningfully.
Does that mean you have Tiddly under source control? How useful is it, being it's all one file? Also, I feel by the very nature of the TW architecture this isn't possible, but just to confirm, there's no way maintain some kind of link with plugins and their source? Does updating plugins literally mean keeping an eye on the devs communication channels and dragging over an updated file to my personal TiddlyWiki? There is no repo or submodule functionality to pull in upstream changes for plugins, right? Yes, I need to update the instructions on that to be clear. If you want to > use that *state* setting and have it searchable, you also need to install > list-search > <http://www.google.com/url?q=http%3A%2F%2Ftb5.tiddlyspot.com%2F%23list-search&sa=D&sntz=1&usg=AFQjCNFfnvsK1ebt4eJ3KI_n6Pxw9WKcuQ> > or > you won't see a thing. Ah, now it's coming together! I've achieved part of what by hacking at your hard work :) <<list-search "[tag[ProjectA]tag[Research]]" "search" "$:/temp/ProjectAResearch" "$:/template/tagList">> in my "$:/template/tagList" I modified your "$:/template/tagged-timeline" to just display title and tags: <div class="tagList-item"> <dt> <$link to={{!!title}}><$view field="title"/></$link> </dt> <dd class="tagList-tags"> <$list filter="[all[current]tags[]sort[title]]-[<remove>]" template="$:/core/ui/TagTemplate"/> </dd> </div> It's a shame that the ToC macro doesn't accept two tags like list-search does. Then I think I would have self-managing hierarchy I desire! :) Thanks for the help and all the hard work Tobias, I see you everywhere I look for TW documentation. haha Cheers, Greg. -- 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.

