Brian

In the text reference !!fieldname you are not specifying the tiddler name as in 
tiddlername!!fieldname. Thus it applies to current tiddler not the tiddler it 
is coded in. 

You can change the way you reference the fieldname in another tiddler by 
including the tiddler name or set the current tiddler. The current tiddler is 
set by default inside lists or you can use the tiddler widget

<$tiddler tiddler=tiddlername>
in here current tiddler is tiddler name
So {{!!title}} is the same as 
{{tiddlername!!title}} and <<current Tiddler>>
</$tiddler>

I hope this helps because I can see you need to make this conceptual leap.

Regards
Tony

-- 
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/dae1c79f-505f-4cdd-a02b-ead5c68c41cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to