On Tuesday, October 7, 2014 4:26:09 AM UTC-7, julien23 wrote:
>
> var title = $1; //Calling tiddler's title
> And to call it from [Paul] with
> <<tiddler PeopleSkillsScript with: {{tiddler.title}}>>
> But I get :
> ReferenceError: Paul is not defined
>
> Can you please help me further ?
>

You need to put quotes around the $1, so that after it is substituted, the 
result is handled as a literal text string, like this:
var title = "$1";

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

YOUR DONATIONS ARE VERY IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
   http://TiddlyTools.github.com/fundraising.html#MakeADonation

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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to