Thanks Jeremy, that did the trick! Sorry for flooding you with so many questions...I have greatly appreciated your help, and I admire your thorough efforts to help so many people while also trying to make progress on TiddlyWiki 5. Must be a headache!
Dave On Wed, Nov 13, 2013 at 7:45 AM, Jeremy Ruston <[email protected]>wrote: > Sorry Dave, I missed this one. > > You don't need the `format` attribute on the transclude widget. The > `field` attribute also defaults to `text`, so you can omit that too. > > Otherwise, I don't see a problem. Is it just that the lack of a newline > after the transclude widget is forcing it to parse the transcluded tiddler > in inline mode, meaning that block syntax like headings won't be displayed > correctly? If so, try this: > > <$list filter="[is[current]tagging[]sort[title]]"> > <$link to={{!!title}}><$view field="title"/></$link><br><br> > > <$transclude/> > > <hr></$list> > > Best wishes > > Jeremy > > > > On Wed, Nov 13, 2013 at 1:28 PM, David Gifford <[email protected]> wrote: > >> 20 views but no answers. Anyone want to help me out? >> >> Dave >> >> >> On Monday, November 11, 2013 7:21:56 PM UTC-6, David Gifford wrote: >>> >>> Hi all >>> >>> I thought I had this right, switching this from view to transclude: >>> >>> <$list filter="[is[current]tagging[]sort[title]]"> >>> <$link to={{!!title}}><$view field="title"/></$link><br><br> >>> <$transclude field="text" format="wikified"/><hr></$list> >>> >>> But now the transclude field doesn't wikify it. >>> >>> Can someone give me a code that will wikify the text field of the >>> tiddlers in the list? Preferably one that will last throughout the rest of >>> the alpha phase? =) >>> >>> Dave >>> >> -- >> 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/rm8x02MNQ3w/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 -- 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.

