> I tried this to create a standart Button that will automatically open
> the List of Links contained in Tiddlers with the OpenStoryplugin so that
> less experience Users could just copy withot changing the title.
> <<openStory "+tiddler.title+" "Zusammenstellung ffnen" " ffnet alle
> Eintr ge der dieser Zusammenstellung">> Does not work.
> How do I have to put in "+tiddler.title+" correctly?

You need to use an "evaluated parameter", which has this syntax:
   {{ ... javascript code here ... }}
When the macro is processed, the code inside the {{...}} is evaluated
and the result is substituted as the value of the macro parameter.

In your particular use-case, you want to reference
   {{tiddler.title}}
which will use the name of the current tiddler as the macro parameter
value.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
   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.

Reply via email to