You can add features to a tiddler depending on tag easily enough. Make a tiddler and tag it $:/tags/ViewTemplate
In the content, create sections following this pattern: <$list filter="[all[current]tag[mytag]]"> .... whatever you want to present, such as fields, additional information, etc. </$list> ... other sections for other tags, fields, etc. You can rearrange the output by closing the tiddler, clicking on the $:/tags/ViewTemplate tag, and then moving your new tiddler up or down in the stack. Changing existing portions of the tiddler (such as the tags) would require you to hide the existing sections by removing their $:/tags/ViewTemplate tag, and writing your own replacement. See also https://tiddlywiki.com/#Page%20and%20tiddler%20layout%20customisation HTH On Monday, February 17, 2020 at 5:13:54 AM UTC-8, Luis Gonzalez wrote: > Usually in the story river all tiddlers are shown with the same > ViewTemplate: you can see the Title, Subtitle, tag zone and the content. > But imagine you can see different content depending on a tag when you open > the tiddler (witth other view template). It would be like having several > types of tiddlers: > > > - The usual tiddlers > - Tiddlers with sub-stories inside (not reordered and reordered). > - Ttiddlers that show some fields > - etc. > > > I know you can apply a stylesheet depending of a tag or some field: > https://tiddlywiki.com/#Custom%20styles%20by%20data-tags. > > Is there any way to apply different templates in the story river? > > > > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/de504852-d6a9-4a13-9bd4-1baa4c8c2fef%40googlegroups.com.

