Eric - thanks for the help re ILJS btw... Now, CopyTiddlerPlugin... I don't know if this can be added to CT by way of a new mode of operation or, indeed, if it might be a whole new plugin (or perhaps there's an existing plugin I don't know about!) ;)
Currently, CT (pseudocode) does this: NewT = T + " (n)" // eg: MyTiddler begets MyTiddler (1) Where n is the generation index of the copy - kind of. That's fine. Kind of. I've actually changed (hacked) it to do this: NewT = T + "- n" but that's immaterial to my question. When another copy is made we get MyTiddler (2) - but only as long as the source was *MyTiddler*. If the source was MyTiddler (1) we get MyTiddler (1) (1) (or MyTiddler-1-1 in my hacked version). So here's the proposal/question thing: What I'd like is: MyTiddler (2), MyTiddler (3) irrespective of *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 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 -~----------~----~----~----~------~----~------~--~---

