> OK tried your suggestion about double brackets -  and nothing
> happened.... no error message.... and no HelloThere message either.!

hmmm... that should have worked.  It does for me.

> AND, as I am understanding your explanation...if I create a text
> output and its starts with <div id="storeArea">...and then uses the
> same format as a true tiddler ... "<div title='       '
> creator='      .......................</pre></ div>"  ...then the
> plugin will read ii in a create a new tiddler???? That would be
> fantastic!!!!

You can define a storeArea *anywhere* in your output and the plugin
will detect it.  You can use the "#tiddlername" param in the URL to
extract a specific tiddler.

However, this doesn't automatically create a new tiddler.  To create a
tiddler from the remote content, you need to use the enhanced 'missing
tiddler fallback' syntax provided by the plugin, like this:

<<tiddler [[TiddlerName|http://...]]>>

If TiddlerName exists in the document, then it is transcluded
normally.  If the tiddler is missing, then the remote URL (following
the "|" separator) is used to retrieve content and then automatically
create a new tiddler named "TiddlerName" (controlled by the
chkExternalTiddlersImport option)

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