To make prettier permalinks for my setup and making the URL hackable I changed my render command. All files do get created but internal links are still URI encoded and therefore do no longer work:
Tiddler 2022/010 results in a file 010.html inside 2022. But all links still use default 2022%252F010%252F0.html which breaks all internal links. I think I have to modify tv-wikilink-template in $:/core/templates/static.tiddler.html but how?
Unfortunately I was not able to figure out how to influence the filename generation. My custom HTML template does not create anything other than the content. I could not find where in the saving process Tiddlywiki messes with my filenames so I could stop it and have it create a nested folder structure as intended.
Does anyone use TW as I static site generator and willing to chip in?
The templates that we use in the core for static rendering generally include a definition of tv-wikilink-template at the top of the template. For example, $:/core/templates/static.tiddler.html starts with the following line: