I have been working on static exports for one of my wikis. I noticed that exporting with the static steps:
https://tiddlywiki.com/#Generating%20Static%20Sites%20with%20TiddlyWiki
This leaves escaped percent signs in names of files. You can see this on TiddlyWiki’s static site, too:
https://tiddlywiki.com/static/Future%2520Proof.html
This seems like a bug. I’d expect the above link to be
https://tiddlywiki.com/static/Future%20Proof.html
Has anyone encountered this, or a way to fix it?