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 case here (much the same as versioning might behave) there are "dead ends" which should not be "overwritten" - IOW, whether present or not, they're meaningful and "in use" possibly elsewhere. In actual fact, in most case the tiddlers would be archived off. And just so you understand my use case, it's for music production: hence, 99 versions is plenty/more than enough (hell, if you need 99 versions - well, it's probably a shit song!) and "archived off" may just mean that a particular mix has been "used officially". What I'm copying as source, is a pretty "fat" tiddler to begin with (using Udo's datatiddler/formtiddler plugins) - so when it *is* a deletion/archive, it's kind of important for space reasons that it doesn't need to be kept around just to occupy the given index slot. > I already thought about that situation, even before > your posting, of course you did ;) > > 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, > > actually, there *is* one weird situation: the sparse-ness will only > work when you are also zero padding the number, and then only up to > the limit of the padding. Thus, if you are padding to 2-digits, once > you reach '100', any missing gaps above 100 will get re-used (i.e., > non-sparse handling). <nods sagely> ;) > > 3 - have it done before I've finished typing! > > Well, it did take a little bit longer than that... :-) > > Get the update (v3.1.3) here: > http://www.TiddlyTools.com/#CopyTiddlerPlugin > and then add this to your [[CopyTiddlerPluginConfig]]: > config.commands.copyTiddler.sparse=true; poyfect ! thanks Eric. R --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

