"space test.html" got saved as "space%20test.html" which got saved as "space%2520test.html" which got re-loaded as "space%252520.test.html", so the %20 encoding doesn't really play nice.
It works but you have to constantly mess with the address when saving. I would say replacing spaces with underscores in your filenames would be less painful. On Tuesday, August 29, 2017 at 10:58:04 PM UTC-4, Arlen Beiler wrote: > > And can you reload the renamed file and continue saving to it? Or not? > > On Tue, Aug 29, 2017 at 7:59 PM, Lost Admin <[email protected] > <javascript:>> wrote: > >> When I created a wiki with a space in the filename and used the webdav >> saver, it replaced the space with the URL encoding (%20) in the filename on >> save. >> >> This was tested using my Apache setup from Safari on iOS. Haven't tested >> other browsers but I doubt they will be any different. >> >> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> 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/7267242b-b825-453b-b575-5041f655543a%40googlegroups.com >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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/6779a5e4-eabd-4c02-b1fe-e3283d47842a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

