> Can anyone tell me how to escape the second last >> in the following
> comment plugin usage;
>
> +++^100%^[Collapsible Headings]...
>         <<moveablePanel>>Make Headings Collapsible
>         Press OK if you want this tasks Headings Collapsible
>         <<comment here marker:bottom "" "\n<<foldHeadings closed>>">>
> ===
>
> So that the target tiddler has the following appended
> <<foldHeadings closed>>

Use the "evaluated parameter" {{...}} syntax to enclose a javascript
text string, with an additional "\" inserted into the closing ">>"
sequence, like this:

<<comment here marker:bottom "" {{"\n<<foldHeadings closed>\>"}}>>

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