Yet another one:
{{story.findContainingTiddler(place).getAttribute ('tiddler');}}

try
<<tag {{story.findContainingTiddler(place).getAttribute ('tiddler');}}
>>
<<tag {{tiddler.title}}>>

regards Måns Mårtensson

On 26 Nov., 19:30, Måns <[email protected]> wrote:
> Hi Alan
>
> {{tiddler.title}} or "+tiddler.title+"
> Examples:http://dl.dropbox.com/u/1064531/screendmp/empty/fETtest.html
>
> Regards Måns Mårtensson
>
> On 26 Nov., 14:51, AlanBCohen <[email protected]> wrote:
>
>
>
> > First, Happy Thanksgiving to the Americans, and belated Thanksgiving
> > to the Canadians.
> > My question is how to reference a tiddler's title within a tiddler.
> > For example; I have tiddlers where the title is a jobnumber/workunit.
> > The tiddler contains a forEachTiddler macro to list all the tiddlers
> > with that tag. For example, I have a workunit tiddler 'job12345',
> > which is also a tag used for journals.  This tiddler contains a
> > forEachTiddler macro with a 'where tiddler.tags.contains
> > ("job12345")'.   Currently, to create a workunit tiddler, I copy an
> > existing workunit tiddler and edit the 'where' clause for the new tag
> > value.  I'd like to simplify the process by using a template where the
> > 'where' clause simply contains a reference to the tiddler.title of the
> > tiddler containing the macro (not the titles of the listed
> > tiddlers).
> > Another identical use in the same application is tiddlers titled by
> > date (yyyy-mm-dd) listing all the journals (date and timestamp titled)
> > for that date. currently, I create that tiddler by clicking on a date
> > from the calendarPlugin display and copy in a forEachTiddler macro
> > from the previous day and edit the 'where' clause.  If I could use a
> > template for that, I could eliminate the edit 'where' clause step.
> > Thanks in advance!
> > Alan

--

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.


Reply via email to