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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d94cedda-9672-4db5-b523-2547ad2b5872n%40googlegroups.com.

Reply via email to