Folks,
If you export a html and it contains relative addresses if opened from another location they are all wrong.
There is a way to set the html or document root, in the html file, so all links become relative to that, ie below that address.
However for the life of me I cant google it with the correct terminology.
Can anyone help? Please
Why?
- I realised with the internals plugin you get a raw html preview, this can be used to generate a snapshot of the generated html, ie a snapshot of the rendered tiddler,
- you can export this to a static html, all I need to do it to add back the domain path from which all links will be relative
- By leveraging the same mechanisms of the internals plugin I hope to develop in wiki snapshots, and exportable html that links back to the source wiki.
Answer found and
documented in this thread
Tony