Supporting and linking to arbitrary embedded files?
The really short version:
Suppose I have automatically generated a CoursePresentation with slides that get their content from HTML imported from elsewhere. This HTML may contain links to local files, like documents for download. Assuming I've copied all of those files into the CoursePresentation's content/files/ dir, is there an easy way, like a CSS class I can set, for example, for me to tell H5P to just prepend the appropriate contentUrl to a link's target? For details on why I'm trying to do this, read on...