Hi!
I have been using the tiddlywiki --rendertiddlers command to render the tiddlers for my static website. Since the --rendertiddlers is depreciated in favour of --render, I have been trying to make the transition as well.
However, the render command doesnt encode the filenames using tv-get-export-link or tv-get-export-path by default. The internal links are still getting encoded properly.
This works perfectly:
tiddlywiki --rendertiddlers '[!is[system]]' adithyab/website/base . text/plain
This doesnt format the filenames at all:
tiddlywiki --render "[!is[system]]" "[is[tiddler]addsuffix[.html]]" text/plain adithyab/website/base
How to get the --render command to use the tv-get-export-path/link macros?
Thanks for helping.
Adithya