Hi Danielo > When are deserializer modules loaded?
Deserializer modules are loaded in boot.js just before loading the tiddlers of the wiki: https://github.com/Jermolene/TiddlyWiki5/blob/master/boot/boot.js#L1783 I think there's an error: we should load the deserializers again after loading all the tiddlers, in case a new module has been defined. > Because currently I load the tiddlers before the startup startup module. Will be my deserializer modules loaded at that point? Are you dynamically creating the tiddlerdeserializer modules on the fly? That's probably not the best approach. You can build deserializer modules that dynamically modify their behaviour according to global configuration. Best wishes Jeremy. On Sun, Feb 1, 2015 at 10:12 AM, Danielo Rodríguez <[email protected]> wrote: > One question... When are deserializer modules loaded? Because currently I > load the tiddlers before the startup startup module. Will be my > deserializer modules loaded at that point? > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
