I want to be able to avoid hard-coding the pathnames of images, so that I can get an exported story which uses offline images just by tweaking a single variable, without having to manually edit all the pathnames. Has anyone done this? I guess you have to build up the <img src=...> in a String, and (replace:) it in the text, but everything has failed so far.