Hi Radim,
the simplest way to do this is by using curly brackets. If you have a 
tiddler called tid1, then you can include its contents (actual what is in 
its text field) in another tiddler by 

{{tid1}}

This is called transclusion. If tid1 has some other field called 
'otherstuff', you can transclude this other field by 

{{{tid1!!otherstuff}}

If you want to transclude a field in the same tiddler, leave of the tiddler 
name:

{{!!otherstuff}}

all the best
BJ

On Saturday, May 21, 2016 at 3:31:17 PM UTC+1, Radium wrote:
>
> Hello,
>
> I created a new tiddler, and added many custom fields to it, and filled 
> the field values.
> But when I saved and viewed it, none of the fields or values was displayed.
> How can I fix this?
>

-- 
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/be22a7c3-37d1-4b95-9b89-bae64f3a63d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to