frontend icon indicating copy to clipboard operation
frontend copied to clipboard

More options in the query string of playground URLs

Open martin-henz opened this issue 6 years ago • 1 comments

It may be useful to allow for determining some layout features using the query string of the playground URL. Here is an example that would collapse the editor and the side view, only exposing the REPL. The example also requires that the program is run, using the "run=true" option.

With this, we could implement the judging of rune contest entries without having to generate the images on our side.

untitled

martin-henz avatar Aug 25 '18 01:08 martin-henz

TODO

  • [ ] Height adjustment
  • [ ] "Run" tag

remo5000 avatar Sep 02 '18 04:09 remo5000

The screenshot is obsolete: Runes are now in a tab on the upper right. One tab for each loaded module. The overall gist of this Issue is still valid: We should have query-string options for running programs, make a Source Academy tab fill the whole browser tab, etc.

martin-henz avatar Jan 14 '23 10:01 martin-henz