Closed coatless closed 9 months ago
Port of https://github.com/coatless-quarto/pyodide/issues/4....
Monaco's editor options supports disabling entry into the editor using:
editor = monaco.editor.create(editorDiv, { readOnly: true });
We would expose this as:
```{webr-r} #| read-only: true 1 + 1
Done in: 38ac022792112fd4f6cb5ec44f89f4f0958f8bc9
Port of https://github.com/coatless-quarto/pyodide/issues/4....
Monaco's editor options supports disabling entry into the editor using:
We would expose this as: