> Would be nice to see an example of how one could conditionally generate a summary section at the top of all tiddlers tagged X
Create a tiddler tagged $:tags/ViewTemplate containing: <$list filter="[all[current]tag[X]]"> <$transclude field="summary" mode="block"/> </$list> Create a field "list-after" with the value "$:/core/ui/ViewTemplate/tags" to make the summary segment appear immediately after the tags. Best wishes Jeremy On Thu, Nov 13, 2014 at 11:30 AM, Tobias Beer <[email protected]> wrote: > Since fields are 1st class citicens in TW5, the attribute "hidden" imo >> isn't true anymore. >> > > I see what you mean and I guess there sure are ways to expose field > contents in the tiddler body when being viewed, e.g... > > {{!!fieldname}} > > ...or conditionally display such via some sort of ViewTemplate > customization using the reveal widget, I presume. > > Would be nice to see an example of how one could conditionally generate a > summary section at the top of all tiddlers tagged X, so that one doesn't > have to click twice, skim the fields until one finds there to be a summary > section. > > Best wishes, Tobias. > -- Jeremy Ruston mailto:[email protected] -- 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.

