Well, I managed this <$list filter="[tag[personalcontacts]]"> |<$transclude field="nombre"/>|<$transclude field="email"/>|<$transclude field="address"/>| </$list>
But when I tried this <$list filter="[tag[personalcontacts]]"> |<$transclude field="title" format="link"/>|<$transclude field="email"/>|<$transclude field="address"/>| </$list> I get a title but not rendered as a link. I even checked the ListWidget tiddler at five.tw.com, and format="link" appears to be a legitimate format option. Corrections? Dave On Sun, Nov 3, 2013 at 7:01 AM, David Gifford <[email protected]> wrote: > Thank you, Evolena and Jeremy. > > Kind of picturing two things: > > 1. A contact tiddler in which name, address, photo, email, etc go in > fields and appear wikified in a table. Got that part figured out from > Jeremy's first reply. > > 2. Phone lists and email lists which > a. Grab all contacts in a tag ("Personal contacts") > b. Create a table with two columns > c. First column displays the names (either fields or perhaps tiddler > titles so I can click the link and go to the entry and see the rest of the > info) > d. Second column displays emails or phone #s > > I think I can figure it out from what both of you replied. Thank you very > much! > > > > On Sun, Nov 3, 2013 at 4:17 AM, Jeremy Ruston <[email protected]>wrote: > >> Hi Dave >> >> On Sat, Nov 2, 2013 at 8:31 PM, David Gifford <[email protected]> wrote: >> >>> Is there a way to do it so that it grabs the current tiddler's title? >>> That way I could put it in the viewtemplate, eventually a special >>> viewtemplate for contacts. >>> >> >> Just omit the title attribute: >> >> <$transclude field="footer"/> >> >> On Sun, Nov 3, 2013 at 2:46 AM, David Gifford <[email protected]> wrote: >> >>> Also, is there a way to grab a field from all the tiddlers tagged with >>> "Personal contacts"? >>> >> >> Do you mean something like this: >> >> <$list filter="[tag[Personal contacts]]"> >> <$transclude field="footer"/> >> </$list> >> >> Best wishes >> >> Jeremy >> >> >>> Dave >>> >>> >>> On Sat, Nov 2, 2013 at 8:31 PM, David Gifford <[email protected]>wrote: >>> >>>> Is there a way to do it so that it grabs the current tiddler's title? >>>> That way I could put it in the viewtemplate, eventually a special >>>> viewtemplate for contacts. >>>> >>>> Dave >>>> >>>> >>>> On Sat, Nov 2, 2013 at 10:10 AM, Jeremy Ruston <[email protected] >>>> > wrote: >>>> >>>>> Hi Dave >>>>> >>>>> If so, what would I do to have those fields rendered wikified >>>>>> >>>>> >>>>> That all sounds perfectly do-able. To wikify a field other than the >>>>> text field: >>>>> >>>>> <$transclude title="SampleWizard" field="footer"/> >>>>> >>>>> Let me know how you get on, >>>>> >>>>> Best wishes >>>>> >>>>> Jeremy >>>>> >>>>> >>>>>> >>>>>> |Name| >>>>>> |Address (breaks rendered correctly)| >>>>>> |see photo rather than the img src gobbledygook| >>>>>> >>>>>> etc >>>>>> >>>>>> -- >>>>>> 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 http://groups.google.com/group/tiddlywiki. >>>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Jeremy Ruston >>>>> mailto:[email protected] >>>>> >>>>> -- >>>>> You received this message because you are subscribed to a topic in the >>>>> Google Groups "TiddlyWiki" group. >>>>> To unsubscribe from this topic, visit >>>>> https://groups.google.com/d/topic/tiddlywiki/vi0EodFfA4M/unsubscribe. >>>>> To unsubscribe from this group and all its topics, send an email to >>>>> [email protected]. >>>>> To post to this group, send email to [email protected]. >>>>> Visit this group at http://groups.google.com/group/tiddlywiki. >>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>> >>>> >>>> >>>> >>>> -- >>>> David Gifford >>>> Christian Reformed World Missions, Mexico City >>>> >>> >>> >>> >>> -- >>> David Gifford >>> Christian Reformed World Missions, Mexico City >>> >>> -- >>> 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 http://groups.google.com/group/tiddlywiki. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> >> >> -- >> Jeremy Ruston >> mailto:[email protected] >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "TiddlyWiki" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/tiddlywiki/vi0EodFfA4M/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/tiddlywiki. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > David Gifford > Christian Reformed World Missions, Mexico City > -- David Gifford Christian Reformed World Missions, Mexico City -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

