> Test2. This works:<<tiddler EmbedTiddlers with: "Test2">>. This
> doesn't: <<tiddler EmbedTiddlers with: "[[Test 2]]">>. This works:
> <<tiddler EmbedTiddlers with: =Test1>>, this doesn't: <<tiddler
> EmbedTiddlers with: =Test 1>>, this neither: <<tiddler EmbedTiddlers
> with: =[[Test 1]]>>.

All of the following are valid syntax (see notes below):

<<tiddler EmbedTiddlers with: Test2>>
<<tiddler EmbedTiddlers with: "Test2">>
<<tiddler EmbedTiddlers with: 'Test2'>>
<<tiddler EmbedTiddlers with: [[Test2]]>>

<<tiddler EmbedTiddlers with: "[[Test 2]]">> [1]
<<tiddler EmbedTiddlers with: '[[Test 2]]'>>

<<tiddler EmbedTiddlers with: =Tag1>>
<<tiddler EmbedTiddlers with: "=Tag1">> [2]
<<tiddler EmbedTiddlers with: '=Tag1'>>
<<tiddler EmbedTiddlers with: [[=Tag1]]>>

<<tiddler EmbedTiddlers with: "=Tag 1">> [2]
<<tiddler EmbedTiddlers with: '=Tag 1'>>
<<tiddler EmbedTiddlers with: [[=Tag 1]]>>

Notes:
[1] The use of brackets inside quotes was *broken*, but has just been
fixed.  Get the update (v2.0.2) here:
   http://www.TiddlyTools.com/#EmbedTiddlers

[2] The *entire* parameter, including the "=" prefix, need to be
enclosed within single-quotes, double-quotes, or doubled square-
brackets.

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