JuliaPluto/PlutoUI.jl

CodeMirror input

Open

#170 geöffnet am 14. Dez. 2021

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Julia (60 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (314 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide