Thanks Eric, I have moved this into the view template, but will use your tip for other more advanced comment insertions.
It has also made the evaluated parameter syntax clearer. Thanks TonyM If you have not found an easy way to do it with TiddlyWiki, you have missed something. www.tiddlywiki.com On Wed, Feb 24, 2010 at 16:14, Eric Shulman <[email protected]> wrote: > > 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]<tiddlywiki%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/tiddlywiki?hl=en. > > -- 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.

