Hl On Friday, May 30, 2014 1:35:34 AM UTC+2, James Mars wrote: > > Hi All, > > (2) Does TW5 have hierarchical tagging? I read somewhere that MPTW (esp. > TagglyTagging) allowed something akin to hierarchical tagging? > > (3) Can tiddlers be divided into categories/subcategories (apart from > using tags)? > > Tiddlers can easily be arranged into two levels using fields -- the filter [has[category1]] will select tiddlers with any value in the 'category1' field -- the filter [field:category1[sub1]] will select those tiddlers with the value 'sub1' in their 'category1' field.
With a combination of fields and tags, a more sophisticated hierarchy may be arranged -- [field:category1[sub1]tag[tag1]tag[sub1]]. Bare in mind, that the selection of filter operators for manipulating fields is more limited than that for manipulating tags -- it is therefore more difficult, for example, to sort tiddlers upon the value of their fields than to sort them based upon their tags. > > (5) Is there a way to export (ie., for printing) a compilation of tiddlers > matching a particular tag? > Yes -- the <$list> widget may be used (in combination with a filter) to select target tiddlers, and any field(s) of the selected tiddlers may then be chosen to be transcluded. In this way, the chosen portions of a number of selected tiddlers may be transcluded into the same tiddler -- and this tiddler can then be printed. regards -- 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.

