> a><br>#'+n+' '+txt[n]+'<a href="index.html#tiddler:'+txt[n]+'"
> target="parent"> Fiche</a></div>'}
>
> Trying to link to the tiddler "Xyphophorus maculatus" for exemple
> opens 2 tiddlers non existing labelled "Xyphophorus" and "maculatus"
> instead of "Xyphophorus maculatus" that is an existing tiddler. Tryed
> almost everything (combination of ' " and %20) I thought without
> results.

You need to produce the correct TW URL syntax, which uses URL encoded
spaces (i.e., "%20") and **doubled square brackets** to enclose
parameters that contain spaces.

path/to/file.html#[[title%20with%20spaces]]

Note: the correct paramifier name for opening one or more tiddlers is
"open:".  The only reason "tiddler:" seems to work is because the
unrecognized paramifier name is ignored and the rest of the value is
processed by the default "open:" paramifier handler.  In fact, to
simply open tiddlers from a URL with paramifiers, you can *omit* the
"open:" name entirely, and just list tiddler titles (with proper
brackets and encoded spaces).

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

-- 
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