On Dec 30, 6:56 am, Rob Challen <[email protected]> wrote:
> When you view a non existent tiddler, e.g. by clicking on a wikiword
> for which no tiddler currently exists, how do you get the title of the
> non existant tiddler?
As you noted, the global 'tiddler' object can only be used to get the
current tiddler title if the tiddler actually exists. However, you
can get the current tiddler title for *any* rendered tiddler by using:
{{story.findContainingTiddler(place).getAttribute("tiddler");}}
This will return the current title regardless of whether the tiddler
exists or not. It even works for Shadow tiddlers.
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
----
TiddlyTools needs YOUR financial support...
Help ME to continue to help YOU...
make a generous donation today:
http://www.TiddlyTools.com/#Donations
Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
http://www.TiddlyTools.com/#Contact
--
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.