Thanks allot,
This will be very helpful;
Without adopting your above wikify tip I did get the following to
work;
I managed to create a tiddler named @braidwood with the following
inside it
<<tiddler !.ShowTasksatPlace>>
and the Tiddler !.ShowTasksatPlace contained
<<tiddler !.ListCurrentat with:{{config.options.txtcurrentmode}}
{{config.options.txtCurrentProject}} {{tiddler.title}}>>
Such that !.ListCurrentat was rendered with $1=mode, $2=CurrentProject
and $3 the title of the original tiddler @braidwood.
!.ListCurrentat contains various foreachtiddler commands to list
tiddlers.
Very Powefull, because now I can create a tiddler tagged @, with a
name of @placename using a template containing;
<<tiddler !.ShowTasksatPlace>>, On my Task view template I have a drop
down tagger that lists all tiddlers tagged @ and I can tag my task
tiddlers to be done at a place. If I open the tag/tiddler @braidwood I
get a list of all tasks at @braidwood, including excluding completed
etc...
Cool Cool Cool....
Given this tip and others I hope to make a GTD that one builds as one
goes, you could say a "a reusable non-linear personal web Task
Manager". It would be the user who develops the categories,
priority's, status values and the tiddlywiki just provides the
listing, tagging, tabbing, history dialogues.
Thanks Again TonyM