vsolina / micropython-web-editor

Web-based code editor (IDE) for MicroPython controllers with WiFi
MIT License
26 stars 4 forks source link

Aditional layout modes #8

Open vsolina opened 1 year ago

vsolina commented 1 year ago

Currently there's only one, fixed layout where code editor is centered and console/terminal box on the right side.

It's very common for IDEs to display console below the code editor, but mostly that's just a default layout and customization is possible.

This ticked should at least add support for choosing where console is displayed.

Optional features: