Hi,

I want to create a simple data structure to keep track of some characters 
in a story. For the sake of example let's say that each character has to 
have 2 fields (father and mother) which will contain the names of other 
characters. I have a couple of problems (probably because I looked at 
outdated examples).

I have created a simple view template and gave it the tag 
$:/tags/ViewTemplate. Its text field is:
<$list filter="[is[current]tag[character]]">
|!Father|{{!!father}} |
|!Mother|{{!!mother}} |
</$list>

Which works if I transclude it explicitly. It is not transcluded by 
default. How can I do that?

Also I would like to have a "new character" button which would bring up a 
form tiddler with all the fields. I know how to write the form, but I am 
completely lost on how to create a new tiddler based on that. Any help is 
really appreciated.

Regards,
Giannis

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/03bddb24-c0a2-4849-82d5-4978671fb579%40googlegroups.com.

Reply via email to