JuliaPluto/PlutoUI.jl

CodeMirror input

Open

Aperta il 14 dic 2021

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Julia (314 star) (60 fork)auto 404
enhancementgood first issue

Descrizione

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.

Guida contributor