Until a non-technical/friendly solution comes along ... Sounds like the quickest thing to do at the moment, I think, is to have a dinky "loader" html page that loads a TiddlyWiki in an iframe, keeping the iframe hidden until TiddlyWiki is fully loaded, and showing splash in the meantime.
I imagine that needs some javascript, and me not being a fan, Ieave that to somebody else. Here's something I cobbled together quickly, just for the giggles, as a starting point (Largely a copy paste from https://stackoverflow.com/questions/325273/make-iframe-to-fit-100-of-containers-remaining-height): <html> <head> <title> Le P'tit Aurèle, un lexique acadien</title> <style> body, html {width: 100%; height: 100%; margin: 0; padding: 0} .first-row {position: absolute;top: 0; left: 0; right: 0; height: 100px; background-color: lime;} .second-row {position: absolute; top: 100px; left: 0; right: 0; bottom: 0; background-color: red } .second-row iframe {display: block; width: 100%; height: 100%; border: none;} </style> </head> <body> <div class="first-row"> <p>The TiddlyWiki is loading</p> </div> <div class="second-row"> <iframe src="https://leptitaurele.neocities.org/LePtitAurele_PreviousVersion.html"></iframe> </div> </body> On Saturday, June 26, 2021 at 10:02:42 PM UTC-3 TW Tones wrote: > Folks, > > I have currently got the unhappy situation where my broadband provider has > failed to move my broadband to my new address. Broken beaurocracy is on of > my biggest frustrations. > > What this means is I am running at less than 1MB internet access, and I > thought I would share the fact that many tiddlywikis look like they are > broken when no loading splash screen is available. > > So I would like to suggest not only Add a splash screen to large wikis, a > must, but perhaps even add them to all internet published wikis. > > If you agree please thumbs up here > https://github.com/Jermolene/TiddlyWiki5/discussions/5827 > > Tones > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/8c04960d-0d20-4d46-afab-f218cb6d44d5n%40googlegroups.com.

