Hacker News new | ask | show | jobs
by IanCal 2845 days ago
> It would be good to have a web package format that could be sent by email and treated like a normal document

I'm setting up a static server to deal with hosting analyses purely because there's no current good solution to this and my approach otherwise is "tell people to download then open this html file" which is merely bad for techies but atrocious for non-techies.

I would absolutely love a format I can deliver some HTML + bits of data in that's treated just like any normal document that can be sent around.

1 comments

I want to try something like this with a plain HTML file. It would need a way to include data that is not processed by the browser at load time, but selectively processed in JavaScript when needed.