How do I transclude a projectify project tiddler

61 views
Skip to first unread message

Sapphireslinger

unread,
Jan 5, 2021, 9:50:25 AM1/5/21
to TiddlyWiki
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?


Nicolas Petton

unread,
Jan 5, 2021, 3:46:06 PM1/5/21
to Sapphireslinger, TiddlyWiki
Sapphireslinger <sapphir...@gmail.com> writes:

Hi,

> The transclusion code calls for <$transclude field="text" mode="block"/>,
> and the content of the project tiddler is not really in the text
> field.

Indeed, the todo items are tiddlers tagged with the project tiddler and
the "todo" tag.

If you want to render the project with its todos, you could use instead
the $:/plugins/nico/projectify/ui/project/Project tiddler as a template,
like the following:

{{||$:/plugins/nico/projectify/ui/project/Project}}

Cheers,
Nico
signature.asc

Sapphireslinger

unread,
Jan 6, 2021, 8:06:10 AM1/6/21
to TiddlyWiki
Awesome! Thank you!
Reply all
Reply to author
Forward
0 new messages