I've found some complicated topics, but not any basic basic stuff.
I thought it would be on the tiddlywiki.com site but couldn't find it there
Thanks,
- Dave
title: whatever
tag: $:/tags/ViewTemplate
text:
<$list filter="[all[current]xxxxyour-additional-conditionsxxxx]">
whatever should be seen in the tiddlers that fulfill this condition
</$list>
[all[current]tag[foo]]
So before I go tinkering (I'm sitting with morning coffee), my initial summary is this: you copy the entire existing view template, put it in a tiddler tagged with the viewTemplate tag, then you modify it with the conditions as you said, and ...
** that new viewTemplate replaces the old one which sits inactive there as a shadow tiddler until yours is deleted or untagged? **
Is that correct?
you copy the entire existing view template, put it in a tiddler tagged with the viewTemplate tag,
** that new viewTemplate replaces the old one which sits inactive there as a shadow tiddler until yours is deleted or untagged? **