Hi 

I'm also not sure, what you exactly want. ...

You should probably try to explain, what you want to achieve, and not how 
you want to achieve it. 

Tell us a bit more about the field and their content. ... 

-----------------------------------

I have a tiddler 1, in which a field value is the same as  tiddler 2.
> How can I show the value of the field in tiddler 1? 
>

If you already know, that the value is the same it's {{tiddler 
1!!field-name}}  ... This will transclude the content of tiddler 1 field 
named: field-name. ... But that's probably not what you want. 

A second guess is: You want to show a list-links like this. 

<<list-links "[has[a]get[a]]">>

has[a]  will list all the tiddlers, that have a field named: a
get[a] shows the content of the a-field
list-links macro creates links 

But since the field values are the same, this creates a bullet-list with 
several links to something. 

... Just a guess. 

have fun!
mario

-- 
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/b1eb7e8b-3192-4ccc-9c04-c62e0a029923%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to