Hello TiddlyCommunity,

I'm trying to create a link inside of a tiddler, that refers to
another tiddler in the same tiddlywiki, and opens that tiddly in the
same tiddlywiki. From what I can tell, permalinks aren't capable of
this and always open the tiddler in another browser window.

I've searched the forums and found this code in a thread but it
doesn't work. It creates the link but does nothing when clicked.

<html>
<a href="javascript:;"
onClick="displayTiddler(this,'Mushrooms',2)">View Mushrooms Tiddler</
a>
</html>

Mushrooms is the name of the tiddler I'm trying to open. And yes I've
installed the InlineJavascriptPlugin, which I'm pretty sure is working
(at least w/ sample code from Eric's site).

Thank you,







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