[tw] Re: CopyTiddlerPlugin new mode?

2008-12-10 Thread Ruzz
to be used as the source of the copy). Now delete "My Tiddler" and repeat from step 2. At step 4 no copy is made and nothing appears. BTW, I've refreshed my CT so I definitely have as good a version of 3.1.3 as is available at TiddlyTools. HTH Ruzz On Dec 10, 10:01 am, Ruzz <[EMAIL

[tw] Re: CopyTiddlerPlugin new mode?

2008-12-10 Thread Ruzz
some place, just let me know where - I'm thinking that maybe something else has changed here (read other plugin) that may be upsetting the ship. BTW, a straight copy of "My Tiddler" does exactly as expected. TIA Ruzz p.s. my config tiddler is: config.commands.copyTiddler.su

[tw] Re: CopyTiddlerPlugin new mode?

2008-11-15 Thread Ruzz
On Nov 14, 8:53 pm, Eric Shulman <[EMAIL PROTECTED]> wrote: > >   config.commands.copyTiddler.sparse=true; > > Eric being... well, Eric, he'll > > 1 - know exactly what I'm expecting > > If you've deleted a numbered tiddler, you don't want to re-use that > number... right?   Yep. It's more the c

[tw] Re: CopyTiddlerPlugin new mode?

2008-11-14 Thread Ruzz
e'; Eric being... well, Eric, he'll 1 - know exactly what I'm expecting 2 - find some way to make that a tri-state/ternary value to include some weird "in between" state I'd never even think of, and, 3 - have it done before I've finished typing! Ruzz --~--~-

[tw] Re: CopyTiddlerPlugin new mode?

2008-11-14 Thread Ruzz
nConfig]]: >    config.commands.copyTiddler.zeroPad=2; > > enjoy, > -e enjoy indeed! BTW, Eric - did you manage to complete the SolveWorldHungerPlugin or GrandUnificationTheoryPlugin yet? No? Time you got back to it then... ;) Copious thanks n stuff Ruzz --~--~-~--~~~---~--~-

[tw] Re: CopyTiddlerPlugin new mode?

2008-11-14 Thread Ruzz
On Nov 14, 5:06 pm, schilke <[EMAIL PROTECTED]> wrote: > > I always find RegEx to have completely the opposite effect to aspirin ;) > > for you and me perhaps - not for Eric, though :-S > > --s. I know - makes you sick doesn't he. He probably hasn't got an array index off by one since... ooh...

[tw] Re: CopyTiddlerPlugin new mode?

2008-11-14 Thread Ruzz
On Nov 14, 5:19 pm, FND <[EMAIL PROTECTED]> wrote: > >>    config.commands.copyTiddler.suffixPattern=/ - ([0-9]+)$/; > > > Eric - what change is required to force min 2 digits in 'n'? > > I'm not familiar with the rest of the code, but it seems like changing > "[0-9]+" to "[0-9]{2,}" should do the

[tw] Re: CopyTiddlerPlugin new mode?

2008-11-14 Thread Ruzz
>    config.commands.copyTiddler.suffixText=" - %0"; >    config.commands.copyTiddler.suffixPattern=/ - ([0-9]+)$/; Eric - what change is required to force min 2 digits in 'n'? (I always find RegEx to have completely the opposite effect to aspirin ;)) TIA R --~--~-~--~~~-

[tw] Re: CopyTiddlerPlugin new mode?

2008-11-14 Thread Ruzz
/#CopyTiddlerPlugin > > -e Many many thanks Eric! Ruzz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to TiddlyWiki@googlegroups.com To unsubscribe

[tw] CopyTiddlerPlugin new mode?

2008-11-14 Thread Ruzz
*which* tiddler was used as the source. IOW, versioning, to all intents and purposes. This to me would be a superbly useful addition (and if a branching mechanism could be specified too, well... ;)) TIA Ruzz --~--~-~--~~~---~--~~ You received this message because

[tw] Re: InlineJavascriptPlugin wiring up event handlers

2008-11-12 Thread Ruzz
d!) > In conclusion, the correct (and only) way to get the current > containing tiddler from a globally-defined onclick event handler is as > we've already discussed: > > var place=story.findContainingTiddler(resolveTarget(event)); lol - I don't think I should do that exactly... might confuse me

[tw] Re: InlineJavascriptPlugin wiring up event handlers

2008-11-12 Thread Ruzz
rt(story.findContainingTiddler(event.target).id); // this tiddler } So, are we saying that this function, once attached to the window, retains the original "place" no matter how many other tiddlers come along and redo the same attachment (and fill up the story with the exact same code) I&

[tw] Re: InlineJavascriptPlugin wiring up event handlers

2008-11-12 Thread Ruzz
On Nov 11, 1:14 am, Eric Shulman <[EMAIL PROTECTED]> wrote: > > In MyTiddler, I have: > > Because InlineJavascriptPlugin invokes uses eval() to invoke > javascript 'on-the-fly', any function declared via an inline script is > only available within the scope of that call to eval().  However, you

[tw] InlineJavascriptPlugin wiring up event handlers

2008-11-10 Thread Ruzz
Eric - if you're reading (and anyone else that knows the answer)... How do I get this to work: In MyTiddler, I have: Click Me