Right now if I render a tiddler, say "New Tiddler" as html, its filename 
becomes "New%20Tiddler.html"

Which means, if I need to link to that html file, 
  href="New Tiddler.html" won't work, 
  href="New%20Tiddler.html"  won't work either because browser interprets 
it as New Tiddler.html

 I have to actually double url encode that name to get it working. 

Is there a configuration somewhere which can be used to change this 
behaviour? 


-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/729c541a-9501-480b-b75e-412949f7bde5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to