I have this alias (
http://www.TiddlyTools.com/#AliasPlugin) I'm trying to get working but I think I've got too many quotations to get it functioning properly
<<alias l {{"<html\><a;href="javascript:void(0)";onclick="story.closeAllTiddlers();story.displayTiddler(null,'MensTalkSept15-2012')";\>Low Back Pain Talk</a\></html\>"}}>>
Its based on this code which does work:
<html><a;
href="javascript:void(0)";
onclick="story.closeAllTiddlers();story.displayTiddler(null,'MensTalkSept15-2012')";
>Low Back Pain Talk</a></html>
I believe the quotes just within the {{" "}} part must be unique, but there should be a difference between the single and double quotes within the code I'm trying to use within the alias. I've tried using triple-double quotes for the outermost and the "`" mark (left of the "1" key) to replace the outer &/or inner double quotes, and an extra bracket "(" to replace the inner double quotes, and nothing is working. Some combinations bring up the "Low Back Pain Talk" when I use <<l>>, but it doesn't work as a button.
any ideas?