I have a number of HTML documents (intended to be private, NOT intended to be published publicly on the web) stored on dropbox. I would like to use Dropbox's storage and collaboration features to share these HTML documents.
When opening the HTML from the desktop client (i.e. from the dropbox folder in Finder (Mac) (or I guess Windows Explorer)) the HTML renders as expected in my default browser (also loading and executing the external CSS and JS files which are also on Dropbox). But when clicking on the HTML file from the dropbox web app, it previews in an iframe, but doesn't execute the external CSS / JS file.
Is there any way of making it preview the HTML with external CSS and JS? Or alternatively render the HTML on its own - e.g. in a new tab?
I guess this might not be what Dropbox is designed for, but why shouldn't you be able to use it for storing, sharing & collaborating on HTML docs, as just another document type?