On Aug 5, 8:58 pm, "andrew.j.harrison84"
<[email protected]> wrote:
> I'm creating a tiddler MyTemplate that has a link
> [[tiddler.title|$1]]
> and then I call it in my other tiddler
> <<tiddler MyTemplate with:"http://www.mywebsite.com>>
> but all I get is a link that literally says tiddl.title that when clicked
> goes to that website. Can anybody help me with what I am doing wrong? I
> want the title of my tiddler to display as the link but when clicked go to
> the website specified.
Use two parameters, like this:
In MyTemplate, write:
[[$1|$2]]
Then, to use it, write:
<<tiddler MyTemplate with: {{tiddler.title}} "http://
www.mywebsite.com">>
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.