Hi Christopher Thanks for the feedback.
The issue is another facet of the same restriction that prevents wiki folder windows from being re-opened once they have been opened and closed. The underlying issue is that there is no communication between the wiki folder window and the main application once it has been opened. That’s because we use a special nwjs feature to create the window in a separate operating system process; that’s what enables TiddlyDesktop to run multiple independent Node.js wikis simultaneously. Once you’ve opened and closed the wiki folder window it is still marked within the main application as being potentially open because the main application can’t tell when it has closed. Ordinarily, to remove a wiki from the list that is open, TiddlyDesktop first closes the window and then removes it from the list. In the case of a wiki folder window, the lack of interprocess communication prevents us from either closing the window or verifying that the user has already closed it. Anyhow, I’ve updated v0.0.8 to display an updated warning when attempting to remove a wiki folder window in the scenario you identified: https://github.com/Jermolene/TiddlyDesktop/commit/34ee2679528201a8133e6f379e997a1822ced2b0 <https://github.com/Jermolene/TiddlyDesktop/commit/34ee2679528201a8133e6f379e997a1822ced2b0> I’ll release v0.0.8 in the next few hours. Best wishes Jeremy. > On 6 Dec 2015, at 11:39, Christopher Mann <[email protected]> wrote: > > Steps: > > Add a folder > Close window of folder wiki > Try to reopen. Does not work. OK. > Click on remove. > > Result. > > Nada, nitch zip zero. > > Expected > > Removal of line of the folder in the main window > > Environment > > 64 bit mac > > -- > 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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/tiddlywiki > <http://groups.google.com/group/tiddlywiki>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/8568d3af-137b-424f-b355-6499e800c97f%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywiki/8568d3af-137b-424f-b355-6499e800c97f%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <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 http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/DA604896-42FF-495D-9930-37A7F2761449%40gmail.com. For more options, visit https://groups.google.com/d/optout.

