Currently, for Runstone, the output for the code window is always below the code.
I would like the option to place the code window on the left and output window on the right. The reason for this is, I am teaching using the online p5.js editor and would like it to look somewhat similar. I do realize, that like p5.js, it is likely to truncate or wrap the code. I also realize that there may be limitations on the size of the output canvas.
It seems that the only alternative is to host it and change the CSS script for the flexbox. I looked into using the tag, but that doesn't seem to work.
Currently, for Runstone, the output for the code window is always below the code.
I would like the option to place the code window on the left and output window on the right. The reason for this is, I am teaching using the online p5.js editor and would like it to look somewhat similar. I do realize, that like p5.js, it is likely to truncate or wrap the code. I also realize that there may be limitations on the size of the output canvas.
It seems that the only alternative is to host it and change the CSS script for the flexbox. I looked into using the tag, but that doesn't seem to work.