OK I got the links to work by following https://www.didaxy.com/exporting-static-sites-from-tiddlywiki-part-1 and using the deprecated RenderTiddlerCommand not sure yet if it's because of the parameters or the command itself. Looking further into it.
On Saturday, May 29, 2021 at 10:25:36 AM UTC-4 Louis Davout wrote: > > I have TW 5.1.23 running on node. I'm exporting to static html using the > RenderCommand: > > tiddlywiki --render [!is[system]] "[encodeuricomponent[]addsuffix[.html]]" > > The internal links generated still have the # like an achor tag. Ex: > > In topicA I have a link to topicB ([[topicB]] the html generated for > topicA has > > <a class="tc-tiddlylink tc-tiddlylink-resolves" href="#topicB">topicB</a> > > How can I get the links to point to the files? > > <a class="tc-tiddlylink tc-tiddlylink-resolves" > href="#topicB.html">topicB</a> > > Thanks. > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/4b93f514-1563-4492-b98c-3e0b6175c089n%40googlegroups.com.

