JuliaPluto/PlutoUI.jl

CodeMirror input

Open

#170 aberto em 14 de dez. de 2021

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Julia (60 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (314 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador