demoit icon indicating copy to clipboard operation
demoit copied to clipboard

Editable files

Open Deleplace opened this issue 5 years ago • 0 comments

Current behavior

  • <source-code> files are read from filesystem
  • they are read-only
  • demos may be using the same files (e.g. running the displayed code)

Desired behavior

  • <source-code> files are optionally editable in the browser
  • on change, they are persisted to disk
  • the presenter may run the demo, then edit the file, then run again the demo on modified source

Deleplace avatar Jun 04 '20 18:06 Deleplace