OK so my attempts to create a static html version of my node.js wiki were unsuccesful.
Is there a method to publish a node.js version of a complete TW to a web host? As it stands the wiki is currently a colection of tid and json files. I don’t seem to find specific help pages for this on the https://tiddlywiki.com site.
Of various ‘demo’ versions of TW that are around are these served from single html file as I ideally I want to stick with my node.js version?
If you’re using the files folder to serve images that you are referencing via _canonical_uri fields, then all you need to do is copy the entire files folder and distribute it alongside the HTML file.
The images in the files folder are not part of the wiki, and so cannot be accessed by the render command.