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? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/4930f9a3-9a29-4c85-b2ce-da0147b5df3cn%40googlegroups.com.