Hello everyone.
I am trying to export a wiki as static and although I succeed I see some errors.
The commands I use to generate the static site are these:
tiddlywiki --rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html static text/plain
tiddlywiki --rendertiddler $:/core/templates/static.template.html static.html text/plain
tiddlywiki --rendertiddler $:/core/templates/static.template.css static/static.css text/plain
What doesn’t work out well for me is that in the sidebar the tabs are not accessible and that when I select a tiddler it takes up the entire screen and hides the sidebar. The corresponding icons do not appear within the tiddler itself either, especially the close one.
Does anyone know how to configure the export so that it is faithful to the original wiki?
Thank you.