I need some help understanding how exactly TiddlyWiki initiates plugin tiddlers other than the $:/core plugin. Where exactly does this happen: in the startup mechanism, or the boot mechanism prior to startup? How can I programmatically startup some plugin tiddlers that I have stored in the browser’s indexeddb?
I’ve been reading TW’s source code all weekend trying to figure it out, but I feel terribly lost. From what I can tell, you have to run code within the method $tw.boot.startup(), but any word of advice from the core developers will be nice. I’ve also tried doing something akin to what browserstorage plugin does with the wikified raw markup, but I haven’t had much success so far.
. Apparently by the time I’ve pushed tidders into this array, bootjs has already proceeded with booting up the wiki. Typing 
