vsolina / micropython-web-editor

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

File manager #6

Open vsolina opened 1 year ago

vsolina commented 1 year ago

Implement a dedicated page (or sub-frame) that enables common file management features.

Required features:

Optional features (more complex):

Would also be nice if a subset of these features would also be supported in the existing UI (e.g. drag a file into file list on the left to upload)

casainho commented 1 year ago

I think this is really important. And I wish micropython would link on their page for this web editor + web file manager.

casainho commented 1 year ago

Please have a look to this, and see if you are not force to reinventing the wheel: https://github.com/jczic/ESP32-MPY-Jama

image

vsolina commented 1 year ago

Wow! Thanks for the link. Had no idea Jean-Christophe was working on this. Looks amazing. It is a bit different though, since it's not web-based - it requires a native app.