You can make a template to do what you want to do, but there isn't a way to 
directly do what you have using what I made. Each cell has two parameters 
(two tags), so there isn't any useful value to set the currentTiddler 
variable to. What each cell has is the variable ColumnTag and RowTag (note 
that i just updated the names, they were InnerTag and OuterTag until about 
5 minutes ago) which are the name of the tag used to make the current 
column and row respectively.

So to make what you described you would put this in your template tiddler:

<$list filter='[tag<RowTag>tag<ColumnTag>]'>
<$view field='title'/><br>
</$list>


-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c6c708db-93ba-4d46-894e-d6c036572b8b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to