Thank Jed!!! The list widget worked to tranclude the text. The only issue was that the formatting was wrong as all of the text from the tiddler was on a single line without any <CR>. I added mode="block" and it worked great!
<$list filter=<<ThisContactNotes>>><$transclude mode="block"/></$list> Thanks for the help! On Wednesday, January 25, 2017 at 3:05:32 AM UTC-5, Jed Carty wrote: > > The behaviour you describe is how tiddlywiki is supposed to work. It has > to do with how rendering works. > > So to transclude the tiddler you may need to use the transclude widget > like > > <$transclude tiddler=<<ThisContactNotes>>/> > > or you may need to use a list widget like this > > <$list filter=<<ThisContactNotes>>><$transclude/></$list> > -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/5e81fa73-5337-4dba-b350-47f6cec22e72%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

