Hi all For some reason when I put either of the two snippets below into a tiddler tagged $:/tags/ViewTemplate, the results don't show when I have a backlink to a non-system tiddler from a system tiddler. What might I be doing wrong? Do system tiddlers not transclude to regular tiddlers?
`<$list filter="[all[current]is[system]backlinks[]sort[title]]"><span class="indent1"><$transclude field="text" mode="block"/><$link >---</$link></span></$list>` `<$list filter="[is[system]all[current]backlinks[]sort[title]]"><span class="indent1"><$transclude field="text" mode="block"/><$link >---</$link></span></$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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/e227a94f-ae44-4fd2-b71c-8cbce8bcc705%40googlegroups.com.

