I also like to see Actions inside an Area tiddler and I've played around with different ways to display things (I think part of the problem is that Areas aren't all the same so depending on the contents, I want to see things sorted in different ways). To return to Elizabeth's idea of referring to a tiddler's title in an mgtdList, here's one way to display all the next actions for an entire Area, sorted by Project. It requires the forEachTiddlerPlugin and probably also the most recent version of TW. It seems to me there are three possible ways to deploy this, the last of which is beyond my skills.
First, and mostly simply, you can just stick the following into a single Area tiddler (making sure there are no hard returns in the macro): !All Next Actions <<forEachTiddler where 'tiddler.tags.contains (context.viewerTiddler.title)' write '"<<mgtdList group:Project gView:bold tags:\'[["+tiddler.title+"]]&&Next&&!Done\' view:ActionProj mode:global ignoreRealm:yes dontShowEmpty:yes $))"'>> Second, for a clunky global solution that would add this view to all Area tiddlers, you could put the above macro into a separate tiddler, called AreaDisplayTemplate (or your preferred title). Then, in TagDashboards, in the section for Area, right before the div class=cols3, add: <span macro="tiddler AreaDisplayTemplate"></span> Third, I'm sure there's a way to do this without using a template, but I get too confused by backslashes once I try to put a macro inside html. cmari > > > On 9 Feb, 17:01, Elizabeth <[email protected]> wrote: > > > > > In attempting to find a more elegant way, I've run into the problem > > > > that in TagDashboards, I don't know how to refer to the title of a > > > > tiddler. That is, I don't know how to write > > > > > macro="mgtdList title:'Next Actions' startTag:Action > > > > tags:'Next && !Done && (title of the area tiddler being displayed)' --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GTD 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/GTD-TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---
