On Nov 12, 8:21 am, wolfgang <[email protected]> wrote:

> Can't help with code really, but Eric's ready solution:
>
> http://www.tiddlytools.com/#EmbedTiddlers

Thanks everyone. Wolfgang this is great but I want to move the content
to another TiddlyWiki. The results of this script can't be moved
because the containing tiddler is just a script.

Here's the latest 'what won't work'  I really need help.

Usage
<<tiddler AppendToFile##script with: VariableContent 'VariableContent'
ASectionFile>>

/%
!script
<script label=("$2");>
var out="";
var append="";
var title="$3";
txt=store.getTaggedTiddlers("$1");
for (var t=0; t<tids.length; t++)
append+=txt+"\n";
var out='';
for (var i=0; i<tids.length; i++) out+='<<tiddler [['+tids[i]+']]>\>';
out;
</script>
!end
%/

Morris



On Nov 12, 8:21 am, wolfgang <[email protected]> wrote:
> > > Just some quick syntactic observations, not sure if that's helpful:
>
> > Unfortunately it isn't.  I need a bit more detail than that..  Can
> > anyone else add anything please?
>
> Can't help with code really, but Eric's ready solution:
>
> http://www.tiddlytools.com/#EmbedTiddlers
>
> Regards..
--~--~---------~--~----~------------~-------~--~----~
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