okay, this is working for others but not for me. Here is the file it is not working in. http://giffmex.org/experiments/7-22.html
Conpare the tiddler "Words", which shows the two tiddlers with that title in their articles field, and the tiddler "Reading, notes on <http://giffmex.org/experiments/7-22.html#Reading%2C%20notes%20on>", which does not show the tiddler that should be there. The viewtemplate tiddler being used is $:/.ChildrenArticles <http://giffmex.org/experiments/7-22.html#%24%3A%2F.ChildrenArticles> What am I doing wrong??? Any ideas? Dave On Sunday, July 24, 2016 at 12:57:29 AM UTC-5, c pa wrote: > > \define List_Articles(article) > <!-- find all tiddlers that have field article = this tiddler --> > <$list filter="[field:article[$article$]]" variable="article_tiddler"> > <!-- Show the contents of that tiddler --> > <$transclude tiddler=<<article_tiddler>> field="text" > mode="block"/> > <!-- wrap the next bit in a styled span --> > <span class="source"> > <!-- Provide a link that will open that tiddler --> > <$link to=<<article_tiddler>> > > <!-- Display the source field of that tiddler (not the > title) --> > <$view tiddler=<<article_tiddler>> field="source"/> - > <!-- Display the modifed date of that tiddler --> > <$view tiddler=<<article_tiddler>> field="modified" > format="date" template="YYYY MMM"/> > </$link> > </span> > <hr> > </$list> > \end > > <$macrocall $name="List_Articles" article={{!!title}} /> > > > -- 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/92b94d72-a96c-4b83-923f-88b2a39bf4ea%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

