I am currently working on presenting an algorithm that I coded with Snap*!* .
I have two questions.
Where can I find documentation on the various possible attributes to open/run my project, with a web link?
I would like to open it in an executable mode, with javascript extensions already activated in Firefox. Is there a flag that we could set to True inside the project ? And keep our link private.
If you mean, be able to send others the link but it not show up on your profile, then that’s what happens when you just share it. Once you publish it (the option shows up after you share it), then people will be able to find it on the snap website.
Thank you. I apologize for not having searched the documentation thoroughly enough.
When I see the $noCloud parameter, it could be possible to activate javascript extensions inside the project and keep the project private. What do you think about it ?
Hi Nathalie, if you run your project only locally from a file:// url rather than from a http(s):// one JavaScript extensions are going to be activate by default, because in this situation there is little danger of any damage to the cloud. This is e.g. what Joachim Wedekind often uses for his interactive art exhibits.
Hi Jens, is it possible to open a project directly with an url containing arguments :
file:///Users/nathalie/Sites/Snap-11.0.8/snap.html#present:User=nathalie&noRun&blocksZoom=1.3&ProjectName=myproject_to_present
or something like that ? (my username on my system is ‘nathalie’)
[edit] Sorted, I just re-copied/re-pasted into TamperMonkey - the function red x disappeared and although still got the yellow warning - its works fine