Jed I'll explain in more detail later. But the basic issue in Windows is that to execute a file from another directory than the one it is in means that writes are relative to the directory run from, not relative to the directory the executable is in. A way round this is to use environment variables that tell the program where it is and where to write configuration. Problem is the environment variables need to be pre-run and are not easily portable and are just another overhead. Normally Windows programs know how to natively reset paths but programs like node and its cousins don't. Often it will work (depending on how people launch software) but quite often it won't.
Josiah On Friday, 23 March 2018 14:52:12 UTC+1, Jed Carty wrote: > > If what you are saying is true than you are running into errors on windows > that I can't see because I can't test on windows. So knowing about them > would be really nice for me. > > Also, something that is probably relevant is that I redid how you make new > wikis so it doesn't use shell scripts anymore because that was apparently a > stumbling block for people. So now you just go to the control panel, give a > name and an edition to use and it should create and start serving the new > wiki. > > Once again, there may be errors on windows that I can't see because I > don't have windows to test on. > > Also, what do you mean by 'not portable'? It should be at least as > portable as the options you mentioned. > -- 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/e263cb82-d688-4768-9a21-6d39af8905f1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

