When I click on a project in Projectify, it opens as its own tiddler of todos. But when I try to transclude that tiddler in another tiddler, nothing shows up. And when I type the title of the project tiddler as a tab in the tab menu of another tiddler, nothing shows up either.
I notice that the todos in the Projectify project tiddler are not really showing up in the body of the project tiddler but some other field. Maybe that is why they are not being transcluded.
The transclusion code calls for <$transclude field="text" mode="block"/>, and the content of the project tiddler is not really in the text field.
May I ask what field it is in?