> the double quotes around ProjectSliderFrame interrupt the double
> quotes for the text parameter of the macro

Escape the nested quotes by preceding them with a backslash, or avoid 
this issue by wrapping the respective parameter in double brackets:
     http://www.tiddlywiki.org/wiki/Macros#Parameters

However, in this case it seems like you've already got what you need - 
you're using an evaluated parameter whose double braces work similar to 
double brackets, so you don't actually need the additional double quotes:
     macro='newHere text:{{store.getTiddlerText("ProjectSliderFrame")}}'

HTH.


-- F.

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