Hi Dave,

That is a neat experiment!

By the way, you can use the *categories* parameter to tell *catlist* to use 
the categories defined at a tiddler other than the one you're looking at. So, 
if the categories are supposed to be the same throughout all, e.g. 
*Centuries*, you can simply define them there and say...

<<catlist categories:Centuries>>

If you always want to show a catlist for all centturies, i.e. tiddlers 
matching a filter, use this method:

Conditional ViewTemplate Section @ tb5 
<http://tb5.tiddlyspot.com/#Conditional%20ViewTemplate%20Section>

For example, you could create...

title: Centuries
catlist: Events Groups Ideas Institutions People ByLocation

<<list-links filter:"[all[current]tagging[]sort[]]">>

...and tag all centuries *Centuries*.
Instead of list-links you could use the tagging macro 
<http://tb5.tiddlyspot.com/#Tagging%20Macro>.

Then create a conditional ViewTemplate section...

title: $:/.history/ui/ViewTemplate/catlists
tags: $:/tags/ViewTemplate
list-after: $:/core/ui/ViewTemplate/body

<$list
filter="[all[current]tag[Centuries]]">
<<catlist categories:Centuries>>
</$list><$list
filter="[all[current]tag[SomeOtherTopic]]">
<<catlist categories:SomeOtherTopic>>
</$list>

Now you can remove all the catlist fields and special markup from your 
century tiddlers and you are sure to always see the same category listing 
throughout all centuries without having to set the *catlist* field for each 
and every.

I also like to use a summary field at tiddlers for use in lists, e.g.

$:/.tb/ui/ViewTemplate/summary 
<http://youtube.tiddlyspot.com/#%24%3A%2F.tb%2Fui%2FViewTemplate%2Fsummary>
*example:* same tiddler

and then...

$:/.tb/macros/summaries 
<http://youtube.tiddlyspot.com/#%24%3A%2F.tb%2Fmacros%2Fsummaries>
*example:* http://youtube.tiddlyspot.com/#Documentation

...rather than a plain tagging list, e.g. in the *Centuries* tiddler,
so as to show a summary for each century along with just the name.

Best wishes, Tobias. 

-- 
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.

Reply via email to