Re: [tw5] Static render suppress URI encode

2022-01-26 Thread Tristan
It worked! Thank you Jeremy! I was banging my head against the table because I had it working a few years back and could not figure out how I did it back then :D On Tuesday, January 25, 2022 at 11:18:03 PM UTC jeremy...@gmail.com wrote: > Hi Tristran > > The templates that we use in the core

Re: [tw5] Static render suppress URI encode

2022-01-25 Thread Jeremy Ruston
Hi Tristran 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: \define tv-wikilink-template() $uri_doubleencoded$.html

[tw5] Static render suppress URI encode

2022-01-16 Thread Tristan
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"