ChatTheatre / SkotOS

Open Source version of the SkotOS narrative prose library, using the DGD driver.
https://www.ChatTheatre.com
Other
24 stars 6 forks source link

Objects saved to root Tree of Woe breaks Tree of Woe #71

Closed saraht45 closed 3 years ago

saraht45 commented 3 years ago

Tree of Woe fails to load when objects are saved to the root directory. Special characters can also be a problem. We should figure out some solution to either disallow special characters/saves to root or update Tree of Woe to handle it better.

noahgibbs commented 3 years ago

Cool. I've hotfixed this for testing-8. I'll get the patch into a PR on ChatTheatre/SkotOS soon.

Turns out it's just a Javascript bug. We could probably fix it better (add an "orphaned" or "top-level" folder?), but for now I'm just having the Tree of WOE not display top-level folderless objects since that would break it.

noahgibbs commented 3 years ago

This should be fixed now.