I Have noticed that the menus for the libraries, costumes, and sounds in the Offline (.html) version of Snap! just bring up an import page in my browser. Instead of opening up a selector menu like it does in the online version of Snap!
I Load Official Snap! Libraries a lot and I’m hoping this will get added so I don’t have to go looking in the source code folder to import some libraries
I have used a localhost http python server to access snap!'s source code (On my Mac) on other computers. It can be a security risk if not done properly though.
I was hoping this could be a feature and Snap! could pull from its own source code. This does work though. Its just impractical in my case.
I think that it makes you import the libraries yourself as it is impossible to load stuff from other local files with JS, so you have to import it yourself :(
I mean, snap is also a pwa which you can install and run offline (just go to the snap editor and then you should be able to click the install button in the address bar, though pwas are only supported in chtome).