@merry.ma I just had a quick question about your process. I was wondering why you were using a field in the tiddler instead of [[MadeupLand]] to create a link? Or, I suppose for that matter, why not simply put the <?link to="MadeupLand"></$link> like you had? Not trying to be rude, truly just being curious about your process. Is there a particular reason or benefit you get from using the value of a field?
Thank you! On Saturday, June 26, 2021 at 7:10:43 PM UTC-4 [email protected] wrote: > Hello, I think this is a pretty basic problem, but I've not been able to > figure out how to do it. > > Within tiddlywiki, I have profiles for made-up individuals. I have > birthcountry of each individual recorded as a field. I also have > wikipedia-style sideboxes with individuals date of birth, date of death, > parentage, children....etc and birthcountry as well. > > All I want to do is have it so that I can use the birthcountry field to > supply a value that I can use as both text and a link to another tiddler. > > For example: > John Smith > Born - 04/05/1872 - Fantasyshire, MadeupLand (with "MadeupLand" value > drawn from the field and also used link to a tiddler with the title > "MadeupLand") > > Currently, I can retrieve the field value: > > <$view field=birthcountry/> > > And I can manually link to 'MadeupLand': > > <$link to="MadeupLand"></$link> > > But putting them together like this: > > <$link to=<$view field=birthcountry/></$link> > > Does not work, I just get "true</$link>" > > Any help would be much appreciated! > -- 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/8e3a7d64-0fa3-4b0d-b67f-23245cf11f36n%40googlegroups.com.

