Thanks! The link you shared what exactly what I needed. :) On Friday, March 27, 2020 at 2:48:10 PM UTC, Mark S. wrote: > > For this to become used everywhere, the template tiddler must be tagged > $:/tags/ViewTemplate. > > There are about 3 different ways to make new tiddlers in TW. Take a look at > > https://tiddlywiki.com/#ActionCreateTiddlerWidget > > On Friday, March 27, 2020 at 5:08:51 AM UTC-7, Giannis Moutsinas wrote: >> >> 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/b0d53752-abfa-41ef-92f2-dcda5d587f82%40googlegroups.com.

