I am rolling my own project manager... Categories have projects which in turn have tasks. Tasks are tagged with the name of the project, projects are tagged with the name of the category. A project can list its tasks using FET where tiddler.tags.contains (context.inTiddler.title). The same implementation works for projects within a category.
In the interest of modularity, I tried putting the category and project code in hidden parts of the top level project management tiddler and transcluding it with <<tiddler...>>. Unfortunately, context.inTiddler now becomes the hidden part, rather than the category or project tiddler. Is there any way to detect the transclusion. If so, can you find the transcluding tiddler?? Bonus points... If the projects are displayed as tabs on the category tiddler, finding the project name to select task tiddlers becomes even harder. Is there a solution to this riddle as well?? Thanks for the help and for all of the great code. Don --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en -~----------~----~----~----~------~----~------~--~---

