> > Also, I really don't know much about them, but might it also be possible > to use a web-worker to load the remote wiki, instead of an iframe within > the page?
The web workers need to load the wiki somehow, which means in an iframe. The safety things come from the sandboxing done by the iframe. Also the imported content is bundled together and isn't active until the user extracts the specific tiddlers they want. I have been experimenting with workers and if I can get around some things about how https pages load web worker code they will make things nicer in terms of performance but browsers don't like creating workers from data uris so they aren't used yet. Feel free to look at the code on github <https://github.com/inmysocks/TW5-TWederation> to see how it is currently set up. -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/40ad3ead-b895-4c06-b760-10fea130d2a4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

