Keep log window open after page reload

Quick thought: it might be useful to save the status (open/closed) of the Logs window.

I have a simple text file I’m updating in my script and I need to reload the page to see the new content. While the real solution to my “problem” would probably be Glitch reloading the file when I click it in the sidebar (I’m guessing it doesn’t expect any of the files to be modified outside of the UI), keeping the log window open would still be useful.

1 Like

good point, we def should save your preferences for whether the log is open (same for the sidebar). In the shortterm, you can get the editor sidebar to update the filetree without reloading the editor by opening the console and running refresh.

1 Like