@peli Was wondering if you know any more information about the side-by-side radio editor for the micro:bit, and then how that might integrate into doing side-by-side tutorials for radio with the micro:bit - I can’t find anything for trying this out or using it live. Thanks.
Side by side tutorials is still arriving hot so the docs are thin. In a nutshell, the multi-editor will route hash routes to each sub-editor, seperated by :|:
. So if you craft something like
https://makecode.microbit.org/beta---multi#LEFTROUTE:|:RIGHTROUTE
The page will set the hash to LEFTROUTE
on the left editor and RIGHTROUTE
on the right editor. From there, you can use the usual #tutorial:...
route to launch 2 tutorials.