JuliaPluto / PlutoUI.jl

https://featured.plutojl.org/basic/plutoui.jl
The Unlicense
302 stars 55 forks source link

CodeMirror input #170

Open fonsp opened 2 years ago

fonsp commented 2 years ago

Just like the TextField, we want a widget to input text, but with syntax highlighting!

We should use CodeMirror 5 for this (not 6, too tricky): https://codemirror.net/

There should be a parameter to set the mode, i.e. the programming language, and the default value.

fonsp commented 2 years ago

Take a look at the rest of the PlutoUI source code: you should write this as a Pluto notebook!