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:
tiddlywiki . --render “[!is[system]]” “” “text/plain” “$:/core/templates/static.tiddler.html” --render “$:/core/templates/static.template.css” “static.css” “text/plain”
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?