On Nov 12, 11:05 am, "Mark S." <[email protected]> wrote: > Hi Morris, > > Did you look at the code I posted? It does work ... at least as > written.
I'm sorry Mark our posts must have crossed in the mail. YES it does work. I can't thank you enough it was really holding me up as you can see I was getting in deeper and deeper. I added a label to make it execute on demand <script label="Backup"> var out=".....Processed"; The skies are blue again :-) Morris On Nov 12, 11:05 am, "Mark S." <[email protected]> wrote: > Hi Morris, > > Did you look at the code I posted? It does work ... at least as > written. > > Mark > > On Nov 11, 3:53 pm, Morris Gray <[email protected]> wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---

