Hi Laurent > I guess a negative effect would indeed be that TW updates would take significantly longer because of this processing, but again I don't have thousands of tiddlers, I may end up with a few hundreds, but again I think I could live with that performance hit.
I don't think that would be an appreciable problem. > But then would there be a way to define a shadow upgrader module ? Or to be able to turn it on or off ? Hum, I'll go and look for documentation on these upgrader modules then. Shadow tiddlers are just tiddlers that are packed into a plugin. You can create an upgrader module as a standalone tiddler, or you can choose to pack it into a plugin. Using a plugin is largely a matter of ease of distribution. There's no user interface for switching upgraders on and off, but you could write the module such that its behaviour is controlled by configuration tiddlers. Best wishes Jeremy On Wed, Nov 26, 2014 at 12:19 PM, laurent dugois <[email protected]> wrote: > > The difficulty is that upgrader modules are invoked for every >> imported/upgraded tiddler. So your parsing would be repeated each time you >> upgrade TW to a new version. > > > I could live with that, if the parsing is clever enough to not add the > same tags multiple times -- and upgrading TW to a new version does not > happen *that* often I hope ;) > I guess a negative effect would indeed be that TW updates would take > significantly longer because of this processing, but again I don't have > thousands of tiddlers, I may end up with a few hundreds, but again I think > I could live with that performance hit. > > But then would there be a way to define a shadow upgrader module ? Or to > be able to turn it on or off ? Hum, I'll go and look for documentation on > these upgrader modules then. > > thanks, > -laurent > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

